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

XML

Former Member
0 Likes
432

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
Read only

Former Member
0 Likes
397

Hi all,

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

Thanks.

Girish M