EDIdEv - EDI Developmentwww.edidev.comTranslating an EDI UN/EDIFACT S93A INVOIC messageThis sample program is only a demonstration to show how one can easily use the the Framework EDI component to translate an UN/EDIFACT EDI file. The component manages the arduous detail of the EDI file structure so that programmers translating EDI files can just simply "map" the properties of the component into output variables. In this example, the inbound mapping is from the component's data element properties to the web page form fields. The advantages of having the mapping done at the source code level (as compared to at an application level) are flexibility, robustness and accuracy.There wereerrors detected in the EDI file.Paste a sample EDIFACT S93A INVOIC:Site Code:Trading Partner ID:Invoice Number:Invoice Date:Order No:Manufacturer Name:Manuf. Ref:A/R Contact:Telephone:ShipTo Name:Buyer Name:Total AmountTax Rate:Tax Amount: [View Source Code] [Download Program]