Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

insert a dynamic table data to a table which is from selection screen

Former Member
0 Likes
417

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.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
393

Try this way


   modify (p_table) from table <fs>.  " Here p_table is table name in the selection scree

a®

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
394

Try this way


   modify (p_table) from table <fs>.  " Here p_table is table name in the selection scree

a®

Read only

Former Member
0 Likes
393