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: 

Problem with table control with wizard

former_member1284402
Participant
0 Kudos

hello all,

i m making a module pool program using table control using with internal table activated in main program, i made a field of MATNR on that screen also and i have to display data in table control only as per the same material entered in MATNR, but problem is that user want that when he put the material number in MATNR field and press enter then in table control all related detail of that material should be displayed.can anyone tell me that where and how would i code for ENTER button and populate data in table control as well?

regards saurabh.

2 REPLIES 2

PedroGuarita
Active Contributor
0 Kudos

In the PAI section of the screen you can use LOOP WITH CONTROL to populate the internal table behind the table control.

0 Kudos

can anyone please explain it more?

regards.