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

REPORT ?????

Former Member
0 Likes
466

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

6 REPLIES 6
Read only

SantoshKallem
Active Contributor
0 Likes
445

i think u can display it on pop up window.

iam not sure will u have screen number to that.

Read only

Former Member
0 Likes
445

create or desing screen in SE51 for that report.

ur question is not clear or may be ur understanding ?

Regards

Prabhu

Read only

Former Member
0 Likes
445

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

Read only

rahulkavuri
Active Contributor
0 Likes
445

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

Read only

Former Member
0 Likes
445

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

Read only

Former Member
0 Likes
445

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.