cancel
Showing results for 
Search instead for 
Did you mean: 

Save an XML file into SAP System or FileSystem

Former Member
0 Kudos

Hello,

I was wondering there is any way to save an XML generated from PI to:

1.- SAP R/3 System (DMS or table )

2.- Directly from PI to a directory in the server filesystem.

Kind Regards.

Accepted Solutions (1)

Accepted Solutions (1)

sugata_bagchi2
Active Contributor
0 Kudos

Hi David,

Yes you can do this by using the File posting to SAP, AL11 directory in UNIX level, in this case you will post the file in the SAP R/3 using NFS protocol ( this option you will have in the File adapter.)

To update a table - you can use ABAP Proxy.

Thanks

Sugata B Majumder

Former Member
0 Kudos

Hello,

Thanks for your quick response, is there any special configuration I have to apply in order to perform this operations?

Kind Regards.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

You have to develop interface with two targets, one is going to be R/3 and other one is file directory.

develop proxy program to post data in to r/3 tables, search in sdn regarding proxy.

use file receive adapter to post data in to file system.

this is pretty simple.

Regards,

Raj

Answers (0)