Hi
We are converting EDI to XML using "localejbs/X12ConverterModule" , after conversion we still see D_I06 has space left over, which is failing in VM mapping, i stripped out space using UDF, works fine, anyone experienced same issue in EDI convertion
To test it, I took XMl form B2B mapping http://sap.com/xi/B2B/Examples/ANSIX12> MM_ASC850_4010_TO_ORDERS05, by default D_I06 has space left over, I understand for D_I02 & D_I04 but not clear for D_I06
<?xml version="1.0" encoding="UTF-8"?>
<ns0:ASC850_004010 xmlns:ns0="http://sap.com/xi/B2B/Examples/ANSIX12">
<S_ISA>
<D_DATAELEMENTSEPARATOR>*</D_DATAELEMENTSEPARATOR>
<D_I01>00</D_I01>
<D_I02> </D_I02>
<D_I03>00</D_I03>
<D_I04> </D_I04>
<D_I05>ZZ</D_I05>
<D_I06>SAP0001 </D_I06>
Check the attached document
Checked with X12 modules still the same