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 Member
0 Likes

Hi David ,

Please advise what you mean by 'root node message type' and 'PI using standard node functions'.

-


> by root node message type I mean to say to refer the top most hierarchy , which will act as message type and will contain the the data at run time . this will be similar in functionality to any internal table if containing multiple records or a structure if containing single record .

-


> Node functions are available in PI for taking care of hierarchical structure . basically nodes are created when ever a context change happens . So using node functions and Java made UDF's we can convert the hierarchical structure into flat structure.

For better clarity, Please check !!!

/people/sundararamaprasad.subbaraman/blog/2006/02/21/real-example-for-formatbyexample

/people/stefan.grube/blog/2005/12/29/new-functions-in-the-graphical-mapping-tool-xi-30-sp13

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

http://help.sap.com/saphelp_erp2004/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm

Regards,