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: 

Need different Spool# for different Order

Former Member
0 Kudos

Hi Experts,

If multiple purchasing orders are created by the same user ID on the same date, the same spool number related to PO script is displayed for different purchasing orders. It means that 1 spool number shows multiple PO scripts. Is it possible to have a different spool# for different PO even if it iscreated by same user. If yes where we need to change the setting? Is it related to basis activity or it is a user specific setting. Please let me know. Thanks.

Regards

Rajesh

3 REPLIES 3

naveen_kumar116
Active Participant
0 Kudos

Hi,

if it is in Zporgram then we can

loop the internal table when new PO is there

FM : OPEN_FORM.

in OPTIONS LIKE ITCPO Print Options

u can have single spool for each and every PO.

Cheers,

Naveen.

Former Member
0 Kudos

Hi Rajesh,

I have same type of requirement where PO's created by same user ID and all those PO are stored in same spool number.

When i convert this spool in to PDF, all PO are shown in same PDF.

My requirement is create PDF for every PO using the Sppol number

If you find resolution for breaking of the spool based on indivduals PO, Please let me know.

Thanks.

Regards

Balaji R

Former Member
0 Kudos

Hi Rajesh,

I have found resolution for this issue.

The driver program for the particular output type has to be changed

To create new spool request for each PO, just check the below field in the driver program.(Z program)

ITCPO-TDNEWID = 'X'.

For each PO new spool will be created for PO created by same user ID

Regards

Balaji R