Application Development 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: 

XML

Former Member
0 Kudos

Hi all,

i converted sap data to xml file .my requirement is the xml file output should be like particular schema.

below my output.

<?xml version="1.0" encoding="iso-8859-1" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

- <TAB>

- <item>

<EXIDV>00000000000000000309</EXIDV>

<VBELN>0080000083</VBELN>

<KUNNR>0001000010</KUNNR>

<BRGEW>1000.0</BRGEW>

<LAENG>0.0</LAENG>

<BREIT>0.0</BREIT>

<HOEHE>0.0</HOEHE>

<VDATU>2002-01-09</VDATU>

</item>

- <item>

Required Schema.

<SHIP_REQUEST>

<HOST_THERMAL_PRINTER>
xxxx </HOST_THERMAL_PRINTER>

<HOST_LASER_PRINTER>
YYYY</HOST_LASER_PRINTER>

<SHIPPER>SONY_CARSON</SHIPPER>

<SHIPPER_SHIPMENT_REFERENCE>80508809</SHIPPER_SHIPMENT_REFERENCE><CONSIGNEE_CODE>1234</CONSIGNEE_CODE>

<CONSIGNEE_CONTACT>ACME ELECTRONICS

<CONSIGNEE_CITY>BROWNSVILLE</CONSIGNEE_CITY>

<CONSIGNEE_STATE>TX</CONSIGNEE_STATE>

<CONSIGNEE_POSTALCODE>78521</CONSIGNEE_POSTALCODE>

...............................

............................

................................

.

</SHIP_REQUEST>

plsz any one give me some model program r weblogs.

Thanks

Girish M

1 REPLY 1

Former Member
0 Kudos

Hi all,

There is no response for my thread. Is it too difficult or data given by me not sufficient.

Thanks.

Girish M