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

VF31 Billing document Spool

Former Member
0 Likes
700

Hi all,

I have problem with invoice spool.

VF31 Invoices are spooled by SAP as one spool file per invoice document. My requirement is to create only one spool file for all invoices instead of one spool request for one invoice.

Any idea how to group all the invoices to one spool request ?

Pls help me out

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
520

Hi

You have to change your driven program where OPEN_FORM fm is called.

Here you should indicate to not use a new spool request.

Max

Read only

ferry_lianto
Active Contributor
0 Likes
520

Hi Sam,

Welcome to SDN.

Perhaps you may take a look at program <b>RSNAST00</b>.

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
520

hi max,

I did not use open_form fm in my driver program.. I used smartform.

Thank you.