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

Special Function in Output type for PO

Former Member
0 Likes
1,924

Hi Expetrs:

Can any please tell me how to write a code for a Purchase Order in the transmission medium "8" ie., Special Function and the PO Script output is converted to PDF file and it should be send to the server path location through FTP.

Thanks,

Venkat

Hi Expetrs:

Can any please tell me how to write a code for a Purchase Order in the transmission medium "8" ie., Special Function and the PO Script output is converted to PDF file and it should be send to the server path location through FTP.

Thanks,

Venkat

3 REPLIES 3
Read only

Former Member
0 Likes
1,169

Assign a print program which have additional code to convert PO output to PDF in NACE.

Create a separate O/p type, and assign the print program.

Use funtion module ECP_PDF_DISPLAY or ECP_PO_PDF_CREATE for PDF conversion.

Read only

0 Likes
1,169

Hi Muthu,

Added to the above how to download the PO PDF file that we have generated/changed to the sever path location through FTP. Is there any FM or programs/methods.

As of now, we are working with RSFTP***

Thanks,

Venky

Read only

0 Likes
1,169

Dear Muthukumar,

Thanks for this.

Could you please explain more about it. I am having similar requirement.

I want to save document on FTP server immediately after saving invoice in PDF format. So how can I use transmission medium 8 and add program to it.

Please help.