2014 Jan 12 7:49 AM
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
2014 Jan 12 12:09 PM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |