cancel
Showing results for 
Search instead for 
Did you mean: 

REG:Proxy

Former Member
0 Kudos

Hi All,

I have a proxy-xi-file scenario.This interface doesnot need mapping, so i thought not to use design part, but ABAP people needs the sender interface details to send the proxy to XI. Can i provide them a dummy sender interface details which i would use in configuration part or i should create design objects.

Thanks in advance,

siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siva,

I don't think you can use dummy service interface as each service interface is designed according to the data format that you need to pass from source to target.

ABAPer needs to generate the proxy class, which later used to send data to PI, and this generation is based on the service interface in ESR. Further more, during the proxy class generation, it also creates an ABAP XSL which requires to convert ABAP format into PI-SOAP format data.

So, in conclusion, I believe you still have to create the service interfaces in ESR.

Regards,

Lim...

Answers (1)

Answers (1)

JoelTrinidade
Active Contributor
0 Kudos

Hi,

All your questions would be answered in the blog.

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

also after which you can refer

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Rgds

joel