cancel
Showing results for 
Search instead for 
Did you mean: 

How to send Purchase order PDF to some folder on non sap system in S/4 HANA

0 Kudos

Hi,

My requirement is to send generated PO PDF(ME21n) to some folder on NON sap system.

Is there any other way than AL11 or this is the only way of doing it?

Please advice. Will really appreciate your response.

Regards,

Archana

Sandra_Rossi
Active Contributor
0 Kudos

There are really many protocols/ways: FTP, shared folder, RFC, HTTP (Web service, etc.), email, database, and so on.

Accepted Solutions (0)

Answers (1)

Answers (1)

abo
Active Contributor
0 Kudos

Once I had a similar requirement because the destination system did not belong to the customer, rather to their bank. We ended up using sftp, with a shellscript at the OS level which was invoked from ABAP.

The function module was SXPG_COMMAND_EXECUTE