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: 

report

Former Member
0 Kudos

hi all,

<i><b>Q). Is it possible to get the report output in the initial screen itself?</b></i>

(i.e. i want the report output to be shown along with the initial screen i.e along with the parameters)

5 REPLIES 5

Former Member
0 Kudos

No,

On the selection screen, the report output List can not be dispalyed.

sandeep

suresh_datti
Active Contributor
0 Kudos

YES.. You simply have to use the function call PRINT_SELECTIONS in your Program.

~Suresh

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can use this FM to get selection screen parameters and values.

RS_REPORTSELECTSCREEN_INFO

RS_SELECTIONSCREEN_READ

Regards,

Ferry Lianto

Former Member
0 Kudos

No, if you want you can declare your own screen and then do so.

I mean write a module pool program. in that declare the parameters as normal i/o fields and then declare a container. in the container you write the output. so first part you can get the fields and second part output.

that's the only option....

abdul_hakim
Active Contributor
0 Kudos

>>Q). Is it possible to get the report output in the initial screen itself?

Ans: Itz Not Possible...

Cheers,

Hakim

Mark all Useful Answers...