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
536

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
Read only

Former Member
0 Likes
510

No,

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

sandeep

Read only

suresh_datti
Active Contributor
0 Likes
510

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

~Suresh

Read only

ferry_lianto
Active Contributor
0 Likes
510

Hi,

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

RS_REPORTSELECTSCREEN_INFO

RS_SELECTIONSCREEN_READ

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
510

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....

Read only

abdul_hakim
Active Contributor
0 Likes
510

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

Ans: Itz Not Possible...

Cheers,

Hakim

Mark all Useful Answers...