‎2008 Jun 11 2:18 PM
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.
‎2008 Jun 11 2:25 PM
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
‎2008 Jun 11 2:25 PM
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
‎2008 Jun 11 2:28 PM
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'
‎2008 Jun 12 7:13 AM