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

Converting a single PDF spool into multiple spools based on customer

Former Member
0 Likes
751

Hello,

I have a requirement where we use f.27 for generating customer statements,

which is using a standard correspondence type and standard print program RFKORD11_pdf

when we generate multiple customer statements example for 3 customers, it is generating a single spool for all these 3 customers.

my requirement is to get the spool based on customer and send that pdf across to that customer.

Could anyone please help me out with this requirement.

Appreciate your quick response.

Thanks,

Sailaja

Hello,

I have a requirement where we use f.27 for generating customer statements,

which is using a standard correspondence type and standard print program RFKORD11_pdf

when we generate multiple customer statements example for 3 customers, it is generating a single spool for all these 3 customers.

my requirement is to get the spool based on customer and send that pdf across to that customer.

Could anyone please help me out with this requirement.

Appreciate your quick response.

Thanks,

Sailaja

1 REPLY 1
Read only

Former Member
0 Likes
614

Hi Sailaja,

You can create the spool for each customer, Have you seen the couple of enhancements in RFKORD11_PDF.

Check the pdf enabling code in below routines

Include: RFKORI90 ( user-exits/BTE's are available - check this)

form form_open.

   clear xopen.

* CLEAR XKAUSG.

   clear itcpo.

   clear itcpp.

   clear itcfx.

   clear htddevice.

   clear hdialog.

   clear finaa.

   clear h_archive_index.

   clear h_archive_params.

   perform fill_itcpo.

   perform output_exit_001.

   perform output_openfi.