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 XSTRING to XML

Former Member
0 Likes
2,210

Hi All!

I have a PDF Form which returns me an XSTRING.Now I have to convert the XSTRING to an XML file.Any clues on how to achieve this?

I tried using FMs

CRM_IC_XML_XSTRING2STRING

ECATT_CONV_XSTRING_TO_STRING

HR_KR_XSTRING_TO_STRING

but none of them worked for me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
925

Hi,

check this link :

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/u

uid/c2567f2b-0b01-0010-b7b5-977cbf80665d

Regards

Adil

3 REPLIES 3
Read only

Former Member
0 Likes
926

Hi,

check this link :

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/u

uid/c2567f2b-0b01-0010-b7b5-977cbf80665d

Regards

Adil

Read only

Former Member
0 Likes
925

Try these, these are crm specific donno it is solves ur problem

CALL FUNCTION 'CRM_SVY_DB_CONVERT_HEX2STRING'

EXPORTING

x = ln_ip

IMPORTING

s = lv_op.

CALL FUNCTION 'CRM_SVY_XML2TAB'

Read only

Former Member
0 Likes
925

Any helpful answer !!