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 Submit program

Former Member
0 Likes
540

Hello,

I have requirement to create a z report in which i have to use submit program for RFWTCT10 (Tcode : S_ALR_87010078).

This is print prg. i just need a spool id and i have to convert that into pdf. Kindly give me suggestions that how i will get that spool od from program RFWTCT10 which i can use un my z report.

Thanks in advance,

Yog

2 REPLIES 2
Read only

former_member225631
Active Contributor
0 Likes
458

You can use SUBMIT statement with exporting list to memory. Then you can use FMs LIST_FROM_MEMORY, LIST_TO_ASCI to get output of that report. Then you can generate PDF.

Read only

Former Member
0 Likes
458

Hi,

Check this link.

<<link removed by moderator>>

Regards,

Srini.

Edited by: kishan P on Nov 16, 2010 2:00 PM