cancel
Showing results for 
Search instead for 
Did you mean: 

File to SAP R/3 custom table using PI

Former Member
0 Kudos

Hi ,

Any once can help me with File to Custom table updation possibilities using PI.

Regards,

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Any once can help me with File to SAP R/3 Custom table updation possibilities using PI.

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

You can do like I mentioned in the above blog.

Also would suggest not to write to the database directly from PI. Ask an abaper or yourself write a code like an ZBAPI through which you can send data to the table. Then in that case you need to send data to ZBAPI like file - xi - rfc scenario.

One more possibility is you can create a proxy and then send data to proxy and then let the proxy upload the data in the ztable.

If you have any specific questions you can ask here.

Regards,

---Satish

Former Member
0 Kudos

Kiran,

Its nothing but you are doing a straight forward file-xi-jdbc scenario. Use this as reference:

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30

Regards,

---Satish