can u create internal table dynamically ? how?
Answers were Sorted based on User's Feedback
Answer / vidya
Yes we can.
Use this method.
call method cl_alv_table_create =>create_dynamic_table
and assign this to a field symbol.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravi kiran sankuru
By Using RTTI , we can create internal table dynamically.
PARAMETERS: P_TABLE TYPE CHAR20.
DATA : lo_table_struc TYPE REF TO cl_abap_structdescr,
lt_itab type ABAP_COMPDESCR_TAB.
*-----> Get structure of Table.
lo_table_struc ?= cl_abap_typedescr=>describe_by_name( P_TABLE ).
*-----> Move Table fields to Internal Table.
lt_itab[] = lo_table_struc->components[].
Is This Answer Correct ? | 1 Yes | 0 No |
Explain the call transaction method? : abap bdc
What is the difference between upload and ws_upload ? : abap bdc
What are indexes? : abap hr
When the system is getting slow. How can you get the message what is going wrong?
I have two selection screens, i gave values in first selection screen but i din't give any values in second screen. will it display or not plz tell me?
what is TNAPR table?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What are subroutines? : abap modularization
functional spec given by whom?
What are the events used in interactive reports?
how you get any scenario say any report or BDC to prepare in your company via email or hardcopy?
Persistent class