cancel
Showing results for 
Search instead for 
Did you mean: 

RSNAST00 : how to generate 1 spool for several Invoices

Former Member
0 Kudos

Hello all,

Is it possible to generate a single spool in SP01 with several invoices.

In fact, when launching program RSNAST00 with the hereunder selection :

-Output application V3

-Object key = my list of billing documents

-Output type = my defined output type

-sort = 12

The system generates one spool per billing document.

I would like to obtain a single spool.

This issue is maybe linked to my Output type definition?? or a parameter of the RSNAST00?

Is there anybody to help me?

Note : I try to launch the RSNAST00 in background

Many thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

My requirement is exactly opposite , am unable to get 1 spool per invoice when I schedule RSNAST00, it clubs into one, I have not set the parameter in the form, But since it is happening in your case wanted to know was there any config setting which drives this ?

Former Member
0 Kudos

I had a similar problem and the resolution was to update program ZRVADOPFO as follows:

before the * open form line insert the following:

if sy-batch = 'x'

and nast-vsztp < > 3 or 4

clear lvs_itcpo-tdnewid

endif

This solved it for me. Good luck.

former_member183879
Active Contributor
0 Kudos

Hi,

Save the entry criteria as a variant, and then schedule it as a job in SM36. Now you can see it in SM37, the spool will be for all the invoice documents in one go.