Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Practice X12 Inbound (Single/Multiple Partner Data File) to Oracle Adv Positional file including Acknowledgement generation scenario with Data Mapping Rules Test with sample Files and Test Cases Prepare, Test with sample Files and Test Cases

EDI X12 Standard

  • ·  Widely used in North America for various industries including healthcare, supply chain, transportation, and finance.

  • ·  Defines standards for various business documents such as purchase orders, invoices, shipping notices, and more.

Common EDI X12 Transactions:

  • 850: Purchase Order

  • 810: Invoice

  • 856: Ship Notice/Manifest

  • 837: Health Care Claim

  • 997: Functional Acknowledgment

INBOUND-EDIX12

Inbound EDI X12 860 (Purchase Order Change Request - Buyer Initiated

Problem Statement:

XYZ Manufacturing company, currently utilizes a manual process for managing purchase order changes from their trading partners. This process is labor-intensive, prone to errors, and often results in delays that affect our supply chain efficiency and customer satisfaction. To streamline operations, they aim to implement an automated system for handling inbound EDI X12 860 (Purchase Order Change Request - Buyer Initiated) transactions.

Objective

The goal is to develop and implement a robust solution that facilitates the automated processing of inbound EDI X12 860 transactions. This solution should seamlessly integrate with their existing ERP system, ensure data accuracy, and enhance operational efficiency.

Solution Architecture:

  • Design a Transaction using an EDI Inbound Pre-built template.

  • Create Source Schema- EDI860

  • Create Target Schema - Advance positional

  • Create a File Event activity

  • Create Target folder Location (LAN)

  • Create Mapping activity

  • EDI Configuration

Solution:

Design : Create transaction in Adeptia Connect to convert data

Configure : 

  1. To Create a Inbound Transition Click Transactions Templates.

  2. On the Templates screen, navigate to the Inbound Template

  3. To Define Transaction Provide the name and description of the Transaction.

image-20240613-101238.png
  1. Select Network and Partner

image-20240613-105228.png
  1. Select and configure the EDI Standard X12, EDI Standard Version 004010, transition Set Code to 860

image-20240614-095545.pngimage-20240614-095722.pngimage-20240614-095835.pngimage-20240614-095942.pngimage-20240614-100424.png

Select The Source

image-20240614-100728.pngimage-20240614-101021.png

Define the File Event

image-20240614-101205.pngimage-20240614-101350.pngimage-20240614-101456.pngimage-20240614-101629.png

Set Destination

image-20240614-101928.pngimage-20240614-102052.pngimage-20240614-102234.pngimage-20240614-102322.pngimage-20240614-102357.png

image-20240614-102800.png

Create Mapping

image-20240614-102927.png

Create Variables

Condition Applied

WHEN CONDITION{$Input_X12_004010_860/EDIRoot/TS_860/BCH/BCH01='01' } VALUE=['Y' ] OTHERWISE VALUE=['' ]

image-20240617-043700.png

We apply For Each at the Root level at the Destination end.

$Input_X12_004010_860/EDIRoot/TS_860

image-20240617-044006.png

Check for the data input.

image-20240617-044444.png

Steps to Turn on the Transaction

After you have Saved and Exit the Transaction page. You will be asked to Turn on the transaction

Viewing execution details

Go to the Dashboard to view execution details. The Status column shows execution status of the transaction.

Click the execution icon under Action to view the detailed information about transaction.

Click the information icon under the respective Icons to know details of execution at a that step.

Click More arrow under Action menu to know further details of the transaction.

EDI Dashboard and EDI X12 Interchange logs

Logs provide runtime details about the inbound and outbound transactions.

Users can search logs with Partner ID, Sender/Receiver ID, Transaction Control Number and with any other data field.

  • No labels