Application Development 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: 

How to get the data entered in table control to the report program?

Former Member
0 Kudos

Hi,

i created a table control using report program, here how can i access the data which is entered in the table control to the report program, so that i can update the DB table.

1 REPLY 1

franois_henrotte
Active Contributor
0 Kudos

in PAI you have to do LOOP AT tc.

take a look at demo program DEMO_DYNPRO it is a very easy example