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

consuming proxy from abap code

Former Member
0 Likes
553

Hi all,

We have a requirement in which we need to call Client Proxies and modify the records in the 3rd party (non-SAP) system directly.

Usually XI will create the Proxies and ABAP will consume them in the code by calling the method u2018EXECUTE_ASYNCHRONOUSu2019 with the required parameters. But we have no involvement of XI in our Enhancement.

We have the SOAP protocol, WSDL file and the Name space provided. There are 3 methods available to create / update / delete the records from the client system.

We are able to generate and activate the Proxies in the system (TCode SE80) but stuck up at consuming the proxies in the code.

The method u2018EXECUTE_ASYNCHRONOUSu2019 is not created in the class. We tried creating it explicitly but ended up with some errors while calling the definitions in the include u2018sproxy_macrosu2019

Any pointers regarding this will be very helpful.

Thanks in Advance.

Regards,

Teja.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

hi,

even i am also doing the same thing which explained.

In my case the XI is going to trigger the ABAP proxy..

initialli xi will create this proxy , interfaces and we(ECC )will get the link for the same. the structure will automatiaclly created in ECC by the XI.

only thing is we need to attach our methods (created in se24- class interface ) to that proxy.....

input for the xi is edi mesages and this edi messages wiil be converted into xml messages by xi(convesion agent).

the xml messages are the input for the ECC....

Edited by: pradeep kandgal on Jul 9, 2008 9:25 AM

2 REPLIES 2
Read only

Former Member
0 Likes
459

hi,

even i am also doing the same thing which explained.

In my case the XI is going to trigger the ABAP proxy..

initialli xi will create this proxy , interfaces and we(ECC )will get the link for the same. the structure will automatiaclly created in ECC by the XI.

only thing is we need to attach our methods (created in se24- class interface ) to that proxy.....

input for the xi is edi mesages and this edi messages wiil be converted into xml messages by xi(convesion agent).

the xml messages are the input for the ECC....

Edited by: pradeep kandgal on Jul 9, 2008 9:25 AM

Read only

0 Likes
458

Hiee,

thanks for the answer.

but hv u come across the same scenario without involvement of XI where in ECC needs to create the proxies themselves and consume them...:)

regards,

teja