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

Pass Data from One Dynamic Internal Table to Another Dynamic Internal Table

ghoshsubu
Explorer
0 Likes
1,003

Hello,

A. I have one Dynamic Internal Table with NO Data(Structure) from Dynamically Selected Table.

B. I have another Dynamic Internal Table with Data Created from Excel File, Related to some of the Fields from the Above(A) Dynamic Internal Table.

Now I need to Pass Data from Dynamic Internal Table(B) to Related Fields of Dynamic Internal Table(A), Later on I need to Update/Modify DB Table from Dynamic Internal Table(A),

Please Help.

Hello,

A. I have one Dynamic Internal Table with NO Data(Structure) from Dynamically Selected Table.

B. I have another Dynamic Internal Table with Data Created from Excel File, Related to some of the Fields from the Above(A) Dynamic Internal Table.

Now I need to Pass Data from Dynamic Internal Table(B) to Related Fields of Dynamic Internal Table(A), Later on I need to Update/Modify DB Table from Dynamic Internal Table(A),

Please Help.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
781

This question has been asked many many times. Search the Web around "CORRESPONDING" or "MOVE-CORRESPONDING" or "ASSIGN COMPONENT ... OF STRUCTURE ... TO <fs>".