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 |
What is parameter id? Where you can find parameter id for a field?
if u take one worst program how can u bebugg in application server & database server?
WHAT IS DATA DICTIONARY?? AND WHICH OBJECT IN DATA DICTIONARY???
what is a ticket?
What are the check tables and value tables?
how can i access SAP through internet?
please any one can give me the guidence to learn adobe forms& webdynpro technologies?and please provide links goodone to study material to learn? thanks
how to "WRITE" in SELECTION SREENS
2)In production what is the user exit?
Advantages and Disadvantages of ABAP Object Oriented programing to Java programming ?
what is the main difference between lsmw and bdc ? in which situation we will go for lsmw instead of bdc?
What is the difference between PNP and PNPCE