0 pts.
0 pts.

Answer Wiki:
You could use the CALL TRANSFORMATION command to deserialize the XML document :

CALL TRANSFORMATION ID
SOURCE XML asx_doc
RESULT BN_1 = v_1 ? BN_n = v_n.
(Refer to the ABAP help for details).

There is an excellent article about ABAP-XML transformation in the SAP Profession Journal from Nov/Dec 2002: ?Mastering the asXML Format to Leverage ABAP-XML Serialization?. (http://www.sappro.com - http://www.pinetec.com/customers/ucg/sappro/data/pdfs/vol-4-6/p029.pdf).
More information on XML can also be found on SAP Developer Network: www.sdn.sap.com .
Last Wiki Answer Submitted:  Apr 19, 2005  3:53 AM (GMT)  by  reisnmi1   0 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

CALL TRANSFORMATION works if you have the SAP WAS kernel - for R/3 this means Rel 4.7 or higher.

 0 pts.

 

Hello to those who replied. I cannot get into the link that relate to ABAP-XML conversion. In R/3 v46B, do you have any sample abap code that one can use ABAP to product an XML file ?

 0 pts.