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

Display Table Control Screen taking inputs from another screen.

Former Member
0 Likes
297

Hi guys,

  I need to Display a screen having Table control , by taking inputs in another screen and navigating to table control screen.

how can i do it,

let me tell you what i did,

in input screen , PAI--> select query--> call screen XXX .

but its not working, i also used READ statment but i could not get a satisfied answer, Please Help me go through the procedure to display in table control.

Thank you & Regards.

Basic ABAP - unmarked as a question - and duplicate locked

Message was edited by: Rob Burbank

1 REPLY 1
Read only

Former Member
0 Likes
273

hi create final table in top include and in screen two pbo or in screen pai write the select statment to fill the final internal table. in screen two use table control wizard and give the final internal table. you will get the desired result . plz let me me know if your prob is not solved i have the code for your requirement