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: 

How to call Report output in Modulepools

Former Member
0 Kudos

hi

can any one suggest me

How to call Report output in Modulepools

i have a push button in modulepool after clicking that pushbutton i need a report output

how to do this

Thanks & Regards

kalyan

5 REPLIES 5

Former Member
0 Kudos

Check F1 Documentation of LEAVE TO LIST PROCESSING...

Former Member
0 Kudos

hi...

in tht buttons pai write LEAVE TO LIST PROCESSING

thanks

nikita

Former Member
0 Kudos

Hi,

Use SUBMIT <Program name> and its flavors..

santhosh.

narin_nandivada3
Active Contributor
0 Kudos

Hi Kalyan,

From Module pool program you have to go display A Report output..

So at User-Command of PAI use LEAVE TO LIST PROCESSING.

Regarding this check the Demo program DEMO_LEAVE_TO_LIST_PROCESSING.

And for further reference please check this SAP Help

http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm

For more help please check this thread

Hope this would help you.

Good luck

Narin

Former Member
0 Kudos

Hi Kalyan,

If you want to write in a module pool scree i.e.Report Output, then in that screen's PBO,

You have to add these lines in a module;



SUPPRESS DIALOG.
LEAVE TO LIST-PROCESSING.
... WRITE ...

Regards,

R.Nagarajan.