2012 Jun 11 1:27 PM
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
2012 Jun 11 2:03 PM
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