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

REgarding print out from module pool

Former Member
0 Likes
795

hi ,

can u take out the printout from modulepool output screen,,,,if yes how

hi ,

can u take out the printout from modulepool output screen,,,,if yes how

4 REPLIES 4
Read only

Former Member
0 Likes
699

Dear Ravi,

I m not sure my guess is the right way. We can try to incorporate spool generation using a push button from the module pool screen and make the same way a spool print is given.

Will come back with some more findings.

Thanks.

Arunkumar S

Read only

Former Member
0 Likes
699

Hi,

You can take out the printout from Module pool screen by writing some code in PAI such that you call a report program (which is nothing but the Print Driver program) from the Screen using the command LEAVE TO LIST PROCESSING which will trigger the SCript/Layout attached in the Program.

Generally Prints are taken for the Outgoing documents like PO, SO, Delivery and INvoice in SAP. So the required things are : An OUTPUT type (which will trigger the Print Program) PROGRAM and a SCRIPT form.

These are all triggered from their respective transactions once the application is saved.

Hope this helps.

Regards,

Anji

Read only

Former Member
0 Likes
699

Ravi,

you mean to say.. u want to generate a list from Module pool and take a print out if I am not wrong.

that case, whenever u need to generate a list, use LEAVE TO LIST-PROCESSING and use write statement after that.

to take printout after this is same as in reports.

Regards,

Sujatha.

Read only

Former Member
0 Likes
699

Hi Ravi Gupta,

I have the same requirement to print the output from the module pool program, can u tell me how to take a printout from the module pool program.

I would be very thankful to u if you can send me sample code for that also.

Thanx in advance,

Line