cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello experts,

I am a ABAP developer and I am developing a program to send XML strings to a legacy system using an ABAP PROXY but I have run into a roadblock as follows:

My PI colleagues who know PI but not ABAP have created a ABAP PROXY data type with the structure that I need to be populated from my program but cannot tell me how to get the data into this structure. They have directed me to SERVICE INTERFACES where there is a class and method EXECUTE_ASYNCHRONOUS but this is where we all have a road block. I am not sure whether I have to just use this class and method in my program to populate the data type proxy previously created or whether a completely new proxy has to be created under service interfaces.

Any help would be appreciated.

regards

0 Likes
View Entire Topic
former_member852447
Active Participant
0 Likes

Thanks Neetesh, I have done all that and created a proxy with the desired fields to populate....do you know what method I would call going forward to fill that proxy created.

regards

Former Member
0 Likes

David, your method will be created same as the name of your Message Interface. So, you have to use that.

Also, the Class name itself is the method name which you need to call in report.

Hope this is helpful in moving ahead.

Regards,

Neetesh

Former Member
0 Likes

Hi David,

You need to call your service interface method. Please check this thread for some additonal help:

Regards,

---Satish