‎2009 Jul 16 5:13 PM
Hi friends,
I have given a table name on selection screen and I have a dynamic internal table which contains the
structure of same table name which is given on selection screen.
My requirement is to insert the dynamic internal table data to a table which is given on selection screen.
Kindly give me sujjestion or any code...
with regards,
prasad.
‎2009 Jul 16 5:21 PM
Try this way
modify (p_table) from table <fs>. " Here p_table is table name in the selection scree
a®
‎2009 Jul 16 5:21 PM
Try this way
modify (p_table) from table <fs>. " Here p_table is table name in the selection scree
a®
‎2009 Jul 16 10:22 PM