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

convert string to XML

Former Member
0 Likes
6,862

Hi experts ,

i am in need of Function Module that converts string to XML format . i searched in SDN , but not succeeded .

provide me some FM's .

regards

chinnaiya P

5 REPLIES 5
Read only

Former Member
0 Likes
3,200

Hi,

Check this Fm TEXT_CONVERT_XML_TO_SAP...for more search SCN on this.

Read only

Former Member
0 Likes
3,200

Hi

you can have a look at this thread

hope this helps

regards

Aakash Banga

Read only

viquar_iqbal
Active Contributor
0 Likes
3,200

Hi

you can use this FM CEP_XSTRING_PARSE_XML_CLASS

but you need to convert string to xstring before using this FM.

Thanks&Regards

Viquar Iqbal

Read only

Former Member
0 Likes
3,200

Hi,

Use CALL TRANSFORMATION statement in ABAP to convert to XML

check this link

[CALL TRANSFORMATION|http://help.sap.com/abapdocu/en/ABAPCALL_TRANSFORMATION.htm]

Regards

Sarves

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
3,200

Hi

Use the Function Modules:

CRM_IC_XML_STRING2XSTRING Convert a String to Xstring

CRM_IC_XML_XSTRING2STRING Convert an Xstring to a String

DP_SPP_XML_STRING2XSTRING Convert a String to Xstring

DP_SPP_XML_XSTRING2STRING Convert an Xstring to a String

EFG_FORM_CONVERT_FROM_XML

EFG_FORM_CONVERT_TO_XML

EFG_PP_CONVERT_FROM_XML

Regards,

Sreeram