Skip to Content
0
Former Member
May 24, 2018 at 11:28 AM

How to remove abap xml name tags in generated sap abap xml file ?

995 Views

Hi All,

i have a scenario to remove xml tags for sap abap generated xml file.

i have converted the internal table data into xml file , but informatica team facing the issue with name space<asx:abap>. unable to read the data to there system.

- http://www.sap.com/abapxml"> - - - 6600180490 010000

i want to remove the <asx:abap>, <asx.values> from generated file.

please let me know weather it is possible with abap code ?. if it possible please give some sample code.