cancel
Showing results for 
Search instead for 
Did you mean: 

XML within a XML message

Former Member
0 Kudos

Is it possible to send a message that contains an XML as "text" and it was read it using a Function Module?

Is there a length restriction for defining a Data Type for field that will hold the XML?

Edited by: Ruben Hopkins on Jun 3, 2008 3:10 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

CDATA is the solution for your problem. With the use of CDATA you can put the nodes one one string or either retrive he XML.

Refer

http://help.sap.com/saphelp_nw04/helpdata/en/bb/576658dca511d4990b00508b6b8b11/frameset.htm

/thread/107795 [original link is broken]

OR

You can even set the MIME type of the page to "text/xml".

while creating the page if you create it with extention .xml, the system would automatically set this for the page.

and just place the string holding the XML in the layout .

Thanks

Swarup

Former Member
0 Kudos

Ruben,

For sure we can pass it from XI with the help of CDATA. Search with CDATA in SDN you will get to know how to achieve this. You have to check with ABAP guys whether they can able to handle or not?

Regards,

---Satish