‎2006 Dec 27 12:04 PM
HI EXPERTS,
I NEED TO DISPLAY THE CONTENTS OF THE INTERNAL TABLE IN A DEFINED SCREEN (I.E. THE SCREEN SHOULD HAVE SOME NUMBER).COULD ANYONE SUGGEST ME HOW TO DO THIS?
THANKS IN ADVANCE,
RAMANA
‎2006 Dec 27 12:08 PM
i think u can display it on pop up window.
iam not sure will u have screen number to that.
‎2006 Dec 27 12:13 PM
create or desing screen in SE51 for that report.
ur question is not clear or may be ur understanding ?
Regards
Prabhu
‎2006 Dec 27 12:15 PM
Hi Venkat,
In the screen place a text box or u can display in table control also.
Populate the table contorl and set the screen and leave to screen.
so the infromation display in the screen.
OR
Ucan display in popu windo thourght the set window
Regards,
Sunil
‎2006 Dec 27 12:16 PM
If u want to have a screen number for ur screen where u are displaying the internal table then the best way to do is to use transactions ( module pool programming)
you can have the internal table displayed over here in TABLE controls
hope u got it, award points if found helpful
‎2006 Dec 27 12:17 PM
Hi,
you can create a screen in SE51 use table control and put the internal table data into it.
this screen will definitely have a screen number(its given by you).
Regards,
pankaj singh
‎2006 Dec 27 4:22 PM
defined screen means you have to define it in transactions(module pool) for that screen definately you have to give a screen no while creating itself
about internal table data create a table control in the transaction and assign your internal table fields to that table-control in the pbo event you have to pass your internal table data to the designed table-control
Regards,
Phani.