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

FM to read proxy xml data

Manohar2u
Active Contributor
0 Likes
2,836

Hi All,

Is there any FM or class-method to read XML proxy message for a given message id?

Scenario: An inbound interface coming from XI to ECC system using ABAP proxy method.While processing this inbound proxy it will trigger create another response outbound proxy message - where this should read inbound message and map few data back in outbound.

Question is -

How to read XML proxy message using message id? I would like to read this inbound proxy message data to map them back to outbound interface.

Hope am clear - let me know if you need further details.

Thanks

Manohar

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
1,254

Resolved in PI forum

4 REPLIES 4
Read only

Former Member
0 Likes
1,254

Check Class - CL_XML_DOCUMENT_BASE

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,254

Not very clear for me, but maybe it's because I don't know XI. I don't understand because in ABAP, the term "proxy" is an image of a web service, this image is created in the system from where we want to access the web service.

You use proxy and message terms too many times, I don't see where is what, where is the inbound, where is the outbound. What is a "message id" for you? (XI notion?)

Read only

0 Likes
1,254

@Sandra - we can see/monitor XML messages using SXMB_MONI (similar to we02/05 for idocs). Here messages(idocs) comes from XI and get it processed using assigned proxy class method. Here I want to read XML (ie.,) payload of particular message id (idoc number).

@Nilesh - thanks - but no luck.

I think I have to post in PI/XI forum too..

Read only

Manohar2u
Active Contributor
0 Likes
1,255

Resolved in PI forum