cancel
Showing results for 
Search instead for 
Did you mean: 

A 'HelloWorld' PI application

Former Member
0 Kudos

I have a customized application table in SAP ECC with following two columns,

NAME,

ADDRESS


I am new to PI and want to try if I can implement a standalone Java client program to periodically write data to this table via PI system.

May I have some advice on how to implement this?


thanks..mike

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Mike,

Where you need to read this data and send it to ERP??

Regards,

Praveen.

Former Member
0 Kudos

Thanks Praveen. The whole purpose of this application is to test how to communicate with SAP ECC via PI. One possibility is that the java client program prompts user type Name/Address, after that, it sends the data to PI, and PI save the data to the destination SAP table.

Could you please shed some light on how to implement this?

thanks..mike

former_member186851
Active Contributor
0 Kudos

Hello Mike,

Try the below proxy scenario

Proxy to file scenario using AAE - with full configuration

Send a proxy XML from ECC and write it as FILE.

former_member182412
Active Contributor
0 Kudos

Hi Raghu

You must read the question properly he want to update the table in ERP not reading the table and sending it to PI, it will be inbound into ERP

Regards

Praveen

former_member182412
Active Contributor
0 Kudos

Hi Mike,

You can do SOAP to PROXY scenario for this.

  • From java application after enter the name address send this information to PI via web service call
  • PI will receive the data and send it to ERP via proxy.
  • With in the proxy you can write the logic to update the table in ECC.

Regards,

Praveen.

Former Member
0 Kudos

Thanks a lot Praveen. Are there any step-by-step guide on this?

thanks..mike

former_member186851
Active Contributor
0 Kudos

Oh ya Praveen,I misunderstood as just connection to ECC,So shared to it.

Mike,

Refer the below link, replace FTP with SOAP Channel as per the second link with QOS as Exactly once

Step-by-step FTP to ABAP Proxy - Process Integration - SCN Wiki

SAPTechnical.COM - WebService to WebService Synchronous scenario