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

Spool not generated

Former Member
0 Likes
611

Hi Experts,

For Purchase order we have output types maintained for printing them .

SAP have made some INCLUDE obsolete,which are required for these output types like

1)FM06PE01.

2)FM06PE02.

as remidies for the same we have created the Z type these includes.

With these I am not getting spool generation for taking print out .

Even prcess log also not generated.

thanks in advance

regards

prashant

1 ACCEPTED SOLUTION
Read only

jaideepsharma
Active Contributor
0 Likes
532

Hi,

Please check the content of NAST and ITCPO parameter in Function module ME_PRINT_PO and include LMEDRUCKF1O. These parameter have different control flags for spool generation.

Check TDNOPRINT parameter in ITCPO.

KR Jaideep,

2 REPLIES 2
Read only

jaideepsharma
Active Contributor
0 Likes
533

Hi,

Please check the content of NAST and ITCPO parameter in Function module ME_PRINT_PO and include LMEDRUCKF1O. These parameter have different control flags for spool generation.

Check TDNOPRINT parameter in ITCPO.

KR Jaideep,

Read only

Former Member
0 Likes
532

thanks