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

proxy call to Pi

mohd_riyajuddin
Participant
0 Likes
736

My requirement is to get a proxy call to PI to transfer the final structure

pls help me to do this.

1 ACCEPTED SOLUTION
Read only

former_member182290
Participant
0 Likes
687

Hi,

1. Model a Outbound Service in PI

2. Generate Proxy.

3. Configure Integration Service (PI System) in SAP Backed System

4. You test outbound service from SPROXY .

http://wiki.sdn.sap.com/wiki/display/profile/ABAP+Proxy+outbound+program+-+purchase+order+send

Thank You

Regards

Goverdhan Totawar

My requirement is to get a proxy call to PI to transfer the final structure

pls help me to do this.

4 REPLIES 4
Read only

dipaks_patil
Explorer
0 Likes
687

hi

  As i understood your scenario is ecc->pi->file .

you can create z report and create instance of proxy class and trigger scenario.

Thanks,

Dipak

Read only

former_member182290
Participant
0 Likes
688

Hi,

1. Model a Outbound Service in PI

2. Generate Proxy.

3. Configure Integration Service (PI System) in SAP Backed System

4. You test outbound service from SPROXY .

http://wiki.sdn.sap.com/wiki/display/profile/ABAP+Proxy+outbound+program+-+purchase+order+send

Thank You

Regards

Goverdhan Totawar

Read only

0 Likes
687

While generating proxy: getting some error -

objects from other namespace missing, unable to save: see long text

Read only

0 Likes
687

Hi,

Please generate all depended objects.

A service references , Message Types, Data Types.

If your services references any data types from other namespaces please generate proxies for these objects first .

Thank You

Regards

Goverdhan Totawar