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: 

Update Table control before PAI

Former Member
0 Kudos

Hi all,

I have a screen with a table control on it. I want to upload some data from an Excel file to the table control. I want to put the data in the table control field directly, not into my internal table. so that when the system execute the ' LOOP AT g_itb_data.' in PAI , the data will transfer from the table control to my internal table, then it will execute the check code which I write in the LOOP. I try to use FM 'DYNP_VALUES_UPDATE' in PAI , but it doesn't work. Anyone has good idea to this? thanks a lot

1 REPLY 1

Former Member
0 Kudos

Any specific reason to not pass data in to internal table instead table control directly?