Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. Obtain the EDIFACT D960A standard: To generate an EDI file in EDIFACT D960A format, you need to have D960A EDIFACT standard specifications.

  2. Convert XML data into EDI format: Use an EDI software which can convert XML data into the EDIFACT D960A format. This conversion process can be done by mapping the XML schema to the EDIFACT schema.

  3. Map XML tags to EDI segments: Once the conversion is done, the EDI software will map the XML tags to EDI segments. This mapping process will help in identifying the data elements present in the file.

  4. Validate the EDI file: After mapping the tags to the segments, the EDI software will validate the file to ensure that it meets the EDIFACT D960A standard. Any errors found will be reported back and will need to be resolved.

  5. Transmit the EDI file: Once the validation process is completed, the EDI file is ready to be transmitted to the intended recipient. The file can be sent directly or through a data interchange service provider (DISP) using the agreed communication protocol.

  6. Receive and process the EDI file: The recipient will receive the EDI file and process it according to their business requirements. This may involve performing additional validation checks or converting the EDI file into the recipient's internal format.