1 EDI Source, Inc Solon Road Solon, OH Fax: EDI 101. An Introductory Guide to EDI

Size: px
Start display at page:

Download "1 EDI Source, Inc. 31875 Solon Road Solon, OH 44139 877.334.1334 Fax: 440.542.9370 www.1edisource.com EDI 101. An Introductory Guide to EDI"

Transcription

1 1 EDI Source, Inc Solon Road Solon, OH Fax: EDI 101 An Introductory Guide to EDI

2 Introduction At 1 EDI Source, we have spent more than 20 years developing a deep understanding of EDI across many industries. In that time, we have also created a broad offering of methods, tools and services for implementing EDI more effectively. We hope you become one of our clients and join the ranks of the more than 1,000 businesses, large and small, who have partnered with 1 EDI Source, many of whom have remained clients for years. With this brief guide, we also hope to share some of our knowledge. The information that follows is intended to provide a basic overview of EDI. We will address terminology, benefits of EDI, uses and methods of implementing EDI, and more. Our goal is to take away some of the mystery and complexity that can intimidate people who are unfamiliar with it. If you read this and still have questions, just let us know. We are here to help. After all, when it comes to EDI, you ve come to the right place. Page 2

3 Section 1: What is EDI? So what exactly is EDI? In this section we take a look at the basic elements of EDI, including what it is, what it is for, and what it is made of. Page 3 A Definition of EDI EDI is short for Electronic Data Interchange. Technically, EDI is a set of standards that define common formats for information in order to be exchanged electronically between two organizations doing business together (called trading partners ). By following these standards, any organization can communicate electronically with any other because they essentially speak the same language. In practice, EDI is the act of exchanging data through computers. Many businesses and other organizations use EDI every day in the regular course of doing business. This is because EDI makes doing business together a more automated and efficient process. Uses for EDI Before EDI was widely adopted, companies conducted business with paper purchase orders, invoices, insurance claims and other documents were sent back and forth physically using the mail or couriers. Even with computers and other more modern technology, many companies today still operate this way. Information received on paper, by mail or by fax, must be re-keyed in to their computer systems for processing, fulfilling and billing orders. EDI eliminates much of that manual processing. In its place is an invisible, electronic flow of the same information in packets of formatted data. There are many different types of documents that may be exchanged electronically with EDI, across a wide range of industries. These include invoices, bills of lading, advance shipping notifications, student transcripts, healthcare claims, and many, many more. EDI Standards In order for two organizations trading partners to communicate electronically with EDI, they have to follow the same standards for formatting the data. This way they (or their computers)

4 know where to find the particular information called data elements, which may include dates, item numbers, order quantities and the like within the message. Is EDI New? While EDI utilizes modern technology, it is actually not very new. In fact, it was first developed in the 1960s. EDI standards define which pieces of information are required and which are optional for a particular document, and give the rules for the structure of the document. Just as two houses can be built to code but look different, two EDI documents can follow the same standard and contain different pieces of information. For example, a clothing manufacturer might choose to include color and size information, while a food producer might include an expiration or sell-by date. In the United States, organizations traditionally followed the ANSI standards for EDI document formats. ANSI the American National Standards Institute is a private, non-profit organization that oversees the development of voluntary consensus standards for products, services, processes, systems and more. An ANSI committee, ANSI ASC X12, developed the most common standard for EDI. The standard is often referred to simply as ASC X12, or even just X12. Outside the U.S., the international EDI standard is EDIFACT (Electronic Data Interchange for Administration, Commerce and Transport), developed under the United Nations. EDI Formats EDI transactions represent one or more individual documents, such as a healthcare claim. In the ASC X12 standard, each document type is referenced by a three-digit number, such as 837 for a healthcare claim, 810 for an invoice, and so on. Today, EDI can include many formats of these documents, including XML, CSV, fixedlength even spreadsheets. But traditionally, EDI specifically represented one formatting structure for data, following the industry standard. EDI Data Structure An EDI file is a binary computer file that contains data organized into groups and smaller units. This data represents particular transactions which replace traditional documents. How this Page 4

5 data is arranged is based on the standards described above. Following the ASC X12 standard, each document represented in an EDI transaction contains a string of individual data units called elements (such as dates, reference numbers, prices and the like), divided into rows that are called segments. The data elements are separated by a symbol, known as a separator or delimiter. There are delimiters to distinguish data elements, called element separators, and delimiters to indicate the end of a segment, called segment terminators. Each segment of data starts with a segment identifier which indicates what type of data is being presented in that particular segment. A block of segments containing related data that can repeat is called a loop. The combination of data that forms a single message or document is called a transaction set, according to the X12 standard. Multiple transaction sets can be grouped and transmitted together in a package, called an envelope. When the transaction sets are related in function, the grouping is called a functional group envelope. Functional groups that come from the same trading partner are grouped into an interchange envelope. Finally, a series of interchanges from a number of different trading partners form a Transmission. Communications Protocols EDI standards are generally independent of communication methods. That is, EDI can be transmitted using any number of methodologies, also called protocols. One of the more common methods of communicating or exchanging EDI data is over the Internet, using a standard called AS2 Value Added Networks (VANs) Many companies send and receive their EDI transactions using a VAN. These are third-party service providers who handle the EDI transmissions on your behalf. (Applicability Statement 2). AS2 was developed by EDIINT ( EDI over the INTernet ) to ensure the proper level of security for data transmitted over the Internet. This standard specifies the use of digital signatures and data encryption, and confirmations through the use of receipts. EDI can also be sent via FTP (with or without security), , or even using a modem (asynchronous and synchronous). Page 5

6 Sample EDI Data Following is a sample of EDI data with callouts indicating the various elements: Page 6 Starting Tag Raw EDI Data ISA*00* *00* *12* *12* *100720*0132*:*00501* *0*P*> GS*PO* * * *0132*248*X*005030VICS ST*850*0001 Control Number BEG*00*SA* ** Element REF*IA* Segments DTM*010* N1*BY*1 EDI SOURCE, INC*92*0101 PO1**48*EA*10.75**UP* CTT*1 Quantity Price UPC Code SE*8*0001 GE*1*248 IEA*1* Mapped EDI Data (XML Format) Sender ID Recipient ID Delimiters <?xml version="1.0"?> XML Declaration <tset name="850"> XML Attribute <partnercode> </partnercode> <ponumber> </ponumber> <podate>07/20/2011</podate> Ending Tag <vendornumber> </vendornumber> <requestedship>07/26/2011</requestedship> <shiptoname>1 EDI SOURCE, INC.</shiptoname> <shiptoloc>0101</shiptoloc> XML Text <line number="1"> <quantity>48</quantity> Quantity <unitofmeasure>ea</unitofmeasure> <price>10.75</price> Price <upc> </upc> UPC Code <lineitemamount>516.00</lineitemamount> </line> <totallineitems>1</totallineitems> <pototalamount>516.00</pototalamount> XML Element </tset>

7 Section 2: Why do EDI? Often, companies feel as though EDI is a burden placed on them by their trading partners. But even if EDI is NOT a requirement for your business, it may be a good idea. That s because utilizing EDI can provide a number of tangible benefits to your business operation and your bottom line. Page 7 EDI as a Requirement Today, your company may have little choice about whether or not to use EDI. That s because using EDI is a requirement of doing business with many larger organizations, especially big retailers, manufacturers and government agencies. As a result, the most significant advantage for many companies may be the ability to do business with these larger organizations. These larger organizations have often spent time and money developing specific requirements for EDI transmissions, along with many other aspects of sending and receiving information and products. They may charge penalties if you do not comply with these requirements. So it is not only important to use EDI, but it must be done well. However, once you are set up to handle EDI effectively, it can enhance your company s image as a technically sophisticated one. Cost Savings Because EDI allows for information to flow automatically, with minimal human interaction, and without paper, there are a number of cost savings benefits from using it. Overhead costs can be lowered by reducing human handling of documents, re-keying of information and more. You might see lower cost from printing of paper forms and even the paper itself. And you may see a reduction in costs from making errors that can occur when people enter information incorrectly. Using EDI can also help companies keep lower inventories, thus reducing inventory carrying costs. Those who conduct EDI effectively with retailers may see a reduction of penalties or charge backs. Larger retailers with specific requirements for EDI and related processes will

8 Integration Every time we turn around, there seems to be a new hot topic or buzzword in the industry. EDI is no different, and today it seems everyone is talking about integration. What is Integration? In EDI, integration really means DATA integration. Simply put, data integration means the act of transferring data from its source directly and seamlessly into your back-end business or accounting software. turn, means fewer costly errors and better relationships with your trading partners. EDI also provides a data trail, so orders, shipments, claims, loan applications, inventory status and other business functions can be easily tracked. Page 8 How does integration happen? EDI mapping software provides the mechanism for assigning which data elements from an EDI transaction goes where in a file format your business system can understand. What is the benefit of integration? When data is automatically applied to your business system, you get the greatest advantages of EDI greater efficiency, greater accuracy and, ultimately, lower costs. often charge their suppliers (trading partners) penalties for errors or for not following their guidelines properly. Accuracy Errors are reduced when using EDI because manual and duplicate data entry is eliminated. With internal integration, orders received via EDI can flow through your entire workflow exactly the way they were prepared because they were never touched. That means what is ordered is what is shipped and invoiced. That, in Efficiency Sending information via EDI takes minutes sometimes only seconds. The information received can be acted on immediately, with less manual work. That means more efficiency for you and your trading partners. Integrating EDI with your internal business or accounting system means the entire workflow can be more streamlined. Incoming transactions can automatically convert to actionable items, like orders or claims, with minimal human intervention. Time savings can be significant, especially when dealing with larger organizations providing multiple transactions in a single EDI transmission. Supply Chain Visibility Thanks to EDI, companies may also be able to share information with their trading partners,

9 such as product sales data, inventory status of products or component parts, demand forecasts, and more. The trading partners, in turn, can share similar information with their trading partners, and so on, all the way down the supply chain. The sharing of information in this way is referred to as supply chain visibility. It allows suppliers to plan for and respond to swings in demand, so they can moderate their own inventory levels, and so they can be prepared for large orders before they arrive. In this way, EDI can also be an important element of just-in-time production. Security The exchange of critical business or personal information can be more secure using EDI. That is because many communications protocols for transferring data include encryption and other security measures such as digital signatures. This is one reason why HIPAA, the U.S. Federal health insurance law of 1996, encourages the widespread use of EDI in the U.S. healthcare system, to improve security and privacy of personal health data. Management Information With the use of EDI, business management also has a source of readily available information to guide their decisions. It can all be accessed electronically, rather than manually digging through old files and folders looking for paper documents. Electronic data can be more easily compiled, which then makes it immediately available for further manipulation and analysis. Data can be mined, and specific functions, transactions or trading partners can be assessed, for trends, errors or redundancies. In short, your historical EDI data becomes a great source of management information. Page 9

10 Section 3: What is the process of exchanging EDI data? Most EDI-based transactions are the same as those you would traditionally handle manually, with paper documents. The only real difference when handled via EDI is that the information is all sent and received in electronic form, as a packet of data formatted according to EDI standards. This section explains the steps in the process. Page 10 Overview The process of doing business using EDI might generally look like this: Sender extracts data from a backend business or accounting system Sender maps that data into the proper EDI format to be transmitted EDI file is translated in preparation for transmission Sender transmits the message the outbound data to the trading partner (the recipient) Recipient translates the inbound data Inbound translated data is mapped to the recipient s internal business or accounting system, known as system integration There are effectively three major processes involved in the exchange of EDI data: mapping, translation and communications. Mapping involves transforming an EDI document into another format (such as XML, a flat file, a delimited file, etc.) or vice versa. Translation is the process of accepting inbound EDI data, or preparing an outbound file for transmission. Finally, communications refers to the transmission of the EDI transaction. Let s take a look at each of these three key processes more closely. Mapping Prior to sending information via EDI, that information likely resides on a PC or mainframe, in some software application. As long as it is possible to import and export files from that application, pertinent information can be extracted and mapped to an EDI transaction. The function of mapping outbound data conceptually involves establishing what

11 information from the business or accounting software (the data source) goes where in an EDI file (the data destination). EDI software allows you to map EDI data, and then save that map Communications Protocols EDI transmissions can be sent via a number of communications protocols. Here are some of the most common: FTP for transferring files over a TCP-based network such as the internet FTPs FTP secure is FTP with support for encryption protocols TLS or SSL sftp SSH-FTP is using FTP with the SSH (Secure Shell) security protocol AS1 EDIINT standard for sending EDI data encapsulated within MIME messages (SMTP) AS2 EDIINT standard for EDI transmissions over the internet (HTTP) with S/MIME encryption AS3 EDIINT standard for using FTP with S/MIME encryption like a template to use over and over again. This allows you to quickly convert information into the proper EDI format for a given trading partner every time you want to send them an EDI transaction. You can create multiple data maps, for particular ASC X12 standards and for each trading partner who has its own specifications or requirements. Once inbound data is received, it must also be converted to a format your business or accounting system can understand. Through system integration, the EDI data can be mapped to automatically and seamlessly apply into your internal system. Translation In the course of sending and receiving EDI data, software is involved which runs through a set of actions to verify and accept the files. This is called translation. This is especially important because EDI transmissions often come in large batches containing many different trading partners and transactions. When an inbound transmission is received by the EDI software, the file must be broken down (or parsed ) to identify everything it contains, and what actions should be taken. EDI translation software will determine what trading partners are included in a transmission, what individual trans-actions are included, and whether any are duplicates. The senders of each transaction are validated as legitimate trading Page 11

12 partners, and the file structure and individual data fields of each are validated as proper according to the EDI standards. If required, a Functional Acknowledgement (FA) is sent to the trading partner. Only then is the data mapped and applied to your internal business system. A similar process occurs for preparing an outbound file for transmission, ensuring that the data fields and file structure are valid. The translator will prepare the transaction(s) and await receipt of the appropriate acknowledgements. Communications The actual transmission, or sending of EDI data, requires that a communications connection is established. In general, there are two types of connections for sending and receiving EDI data: indirect or direct. partner, over the internet via EDIINT (commonly AS2), via VPN (Virtual Private Network) or via FTP, sftp or FTPs. You can send EDI directly yourself with installed EDI software or by using a web-based EDI solution, or you can outsource with an EDI service provider. The next section will address each of these in more detail. As mentioned previously, any number of communications protocols may be used for the transmission, whether it is sent directly or indirectly. Some companies specify the use of particular protocols. The file is then sent to either a mailbox, FTP site or directly to the recipient to be processed. Sample from an EDI Implementation Guide Page 12 Indirect connections with trading partners are done through use of a VAN. Often referred to as the electronic post office, a VAN is a third-party service that transmits and stores data in the electronic mailbox until it is picked up by the appropriate party. Since the EDI message contains addressing information, the VAN routes the message to the mailbox of the recipient. Unlike using a VAN, a direct connection allows you to pass the data straight to your trading ISA Interchange Control Header - MANDATORY ISA01 Authorization Information Qualifier 00 ISA02 Authorization Information ID Blanks ISA03 Security Information Qualifier 00 ISA04 Security Information ID Blanks ISA05 Interchange Sender Qualifier 01 ISA06 Interchange Sender ID STOREORP (STOREORT for test)

13 EDI Guidelines Individual trading partners have their sets of rules and preferences for EDI. Their specifications for EDI are typically laid out in a manual called an implementation guide. Trading partner guidelines are often based on a given EDI standard, with some differences additions, exceptions and changes based on their own preferences. This is akin to local variations in language. You both speak EDI, but they speak it with a particular dialect that you need to understand and accommodate. Mapping involves not only specifying how data will be organized according to the EDI standard, but to the specific requirements of each trading partner, following their Implementation Guides. Page 13

14 Section 4: What tools or services are available for implementing EDI? There are a number of different solutions for implementing EDI in your organization. You can choose to manage it yourself, in house, or contract with a service provider. Here is an overview of each of the common EDI solutions available to you. Page 14 Installed Software Installing and running your own EDI software may be a good option if your company has the resources to manage and support an internal EDI operation. This makes sense if your company has a larger number of trading partners, a larger volume of transactions each month, and if full integration with your back-end business and accounting systems is critical. Running an EDI operation with installed software requires an investment in hardware and software, and the EDI and IT personnel to manage and support it. In general, EDI software includes three components: data translation, data mapping and data management. Some software solutions handle one, two or all three of these functions. Data translation involves managing the trading partners and EDI standards, supporting different communications protocols, implementing the translation of inbound and outbound transactions, and reconciling transactions by sending and receiving Functional Acknowledgements. Data mapping properly converts a user s application data into an EDI file format and vice versa. With outbound mapping, the data must be properly arranged and formatted so that it conforms to both the EDI standards and the trading partner s rules. The mapping tool converts extracted data into EDI using the assigned, pre-set maps. The translator can then send it out as an EDI file. The software can also map inbound EDI data directly into an application, into a readable document, into a specific layout like fixed length or delimited records, or a combination of these. This direct mapping can eliminate the need for data entry, and opens the door to full data integration.

15 Determining the most appropriate solution How do you decide which EDI solution is right for your organization? To help you with this decision, it is important to project the following: With how many companies (trading partners) do you anticipate exchanging EDI? What types of transactions do these trading partners require? How often do you expect to receive a transaction from these trading partners? Daily? Weekly? For each trading partner, will you need to send transactions to a single specified location or to individual facilities? Answers to these questions can help you and your EDI Consultant to select the most effective solution. EDI data management tools are available in some EDI software solutions. These tools allow you to easily search and manipulate EDI data for reporting, analysis, tracking and handling errors and exceptions. Better EDI software solutions will also add alert functions which let you know when errors, exceptions or other specific activities occur. Such alerts make you aware so you can take appropriate action. 1 EDI Source offers a complete suite of EDI software solutions. The flagship software product is EDI/HQ, the most advanced EDI software solution available, providing all three aspects of EDI functionality data translation, mapping and management tools all in one powerful system. For more information, visit: Outsourced Services Paying a third party to handle a particular function is called outsourcing. Companies outsource all sorts of non-core business functions, including their customer service, technical support, IT services and more. Because running an EDI operation with installed software requires an investment in hardware and software, and the EDI and IT personnel to manage and support it, outsourcing may be a better option. EDI service providers host and operate EDI software to handle the various aspects of EDI mapping, translation and transmissions. They also provide the services sometimes called managed services or professional services to manage the process. This includes the day-today monitoring of routine activities, setting up new trading partners, and ongoing support with you and your trading partners. This allows you to conduct business via EDI without the Page 15

16 investment in the infrastructure needed to support it, so you can remain focused on your core business. You can outsource your EDI operation with 1 EDI Source. We can handle everything needed to meet all of your trading partners requirements, including the hardware and security, the software and the personnel. We also provide complete Managed File Transfer (MFT) services for the secure, reliable transfer of documentbased files. For more information, visit: Web Solutions Companies seeking to meet EDI requirements in a short time frame with minimal investment may prefer a web-based EDI solution. There are a number of web-based EDI solutions available at various levels of service and functionality. In general, web-based EDI solutions give you the ability to manage EDI transactions in a simple web portal, without a great deal of EDI experience. Web-based solutions may allow you to export EDI data to a file that, in turn, can be imported into your back-end business or accounting system, but might not support direct system integration. Web-based systems also typically require a greater level of manual intervention. However, they tend to be relatively inexpensive to implement, making web-based solutions a good option for smaller businesses or those just getting started with EDI. EDI WebSource from 1 EDI Source is a premium web-based EDI solution. It is designed to work like your , converting EDI data into clean, easy-to-read formats. You get support for unlimited trading partners, integration into accounting packages, ability to customize, and more. For more information, visit: VANs Value Added Networks provide the go-between in EDI communications, receiving transactions and routing them to the appropriate recipient. They also provide other services, including retransmitting documents, providing audit information, supporting various transmission methods, and providing telecommunications support. Because of these additional services, some companies use VANs in conjunction with direct connections with trading partners. When it comes to VANs, the range of possible options is large. If this is required, the consultants at 1 EDI Source can recommend and set up a VAN service for you. Page 16

17 Need more help? Page 17 We hope you found this guide useful and informative. With this information, you can be better informed as you navigate the EDI landscape. There are many solutions and methods, and a great deal of technical jargon that can serve to confuse and frustrate someone just being introduced to EDI. At 1 EDI Source, we aim to remove the mystery and complexity from EDI. You do not need to be an expert in order to use and benefit from EDI in your business. But it does help to have relationships with experts and that s where we come in. If you still have questions, or want to discuss any of the concepts or solutions presented here in more detail, call us. Our EDI Consultants are here, ready to help and answer your questions. We can be reached toll-free at , or send us an at sales@1edisource.com. You may also find more information about our products and services online at

18 Glossary of EDI Terms ANSI (American National Standards Institute): A voluntarily committee that coordinates standards. Its subcommittee, the ANSI Accredited Standards Committee (ANSI ASC) recommends a standard referred to as ANSI ASC X12 or simply X12. ASN (Advance Ship Notice or Advance Shipping Notification): Notification of forthcoming delivery of product. AS2 (Internet Applicability Statement 2): Specifies how to transport data and the means to connect, deliver, validate, and reply to data in a secure and reliable manner. AS2 Software: Software that specifically supports transmissions using the AS2 protocol, such as AS2 Complete from 1 EDI Source. Communications Session: The uninterrupted flow of data from one computer system to the other. Compliance Checking: A process for ensuring that the EDI transmissions comply with the established rules. CSV File (Comma Separated Values File): File format in which the data elements are separated with commas. Also known as a Comma Delimited File. Data Element: The smallest unit of EDI information. A data element could be a code, a name, a quantity, or any other individual piece of information. Data Mapping: The method by which information in one format is restructured to a different format. EDIFACT (Electronic Data Interchange For Administration, Commerce and Transport): A standard different from X12. It is usually used in European countries and among the automotive industry. 12 EDIINT (EDI over the INTernet): The ability to send EDI data directly over the Internet without the use of a VAN. Electronic Mailbox: Term referring to the place (located within a third party s provider system) where an EDI transmission is stored for pickup or delivery. Fixed Length: Term that describes a data field with an established number of characters. Flat File: A computer file that contains alphanumeric and/or numeric data but not control characters. It is most often used for transferring information from one program to another. Page 18

19 Functional Acknowledgement (997): An EDI transaction set sent from the receiver of the EDI transmission to the sender. The 997 indicates receipt and acceptability of data and allows the receiver to notify the sender if problems have been encountered within the data. FTP (File Transfer Protocol): Standard Internet protocol for transferring files. FTPs (File Transfer Protocol secure): Using FTP with support for encryption protocols TLS or SSL to provide greater security in transferring files. Map: The pattern in which EDI information is to be arranged. ODBC (Open Data Base Connectivity): A standard software interface for injecting and extracting data to and from computer systems, such as business or accounting software applications. Protocol: Rules that determine the format and transmission of data between the sender and the receiver. Segment: A grouping of one or more data elements that appears as a line of information within an individual EDI message. sftp (SSH File Transfer Protocol): Using FTP with the SSH (Secure Shell) security protocol for a higher level of security in transferring files. Trading Partner: The business with which you are exchanging data. Transaction Set: The electronic version of a written document. Translator: A software tool that accepts an EDI transmission and converts the data into another format. GS1-128 (formerly UCC-128): Scannable barcoded label located on the outside of a shipping carton. VAN (Value Added Network): A third-party EDI service provider that supplies a communication link between companies so that they may exchange electronic transmissions. X12: A standard of EDI XML (Extensible Markup Language): A simple, very flexible text format originally designed to meet the needs of electronic publishing. Page 19

20 Common Transaction Sets Manufacturing/Retail 810 Invoice 850 Purchase Order 855 Purchase Order Acknowledgment 856 Advance Ship Notice 864 Text Message Procurement 940 Warehouse Shipping Order 943 Warehouse Stock Transfer Shipment Advice 944 Warehouse Stock Transfer Receipt Advice 945 Warehouse Shipping Advice 947 Warehouse Inventory Adjustment Advice Healthcare 270 Eligibility, Coverage or Benefit Inquiry 271 Eligibility, Coverage or Benefit Information 276 Health Care Claim Status Request 277 Health Care Claim Status Notification 834 Benefit Enrollment and Maintenance 835 Healthcare Claim Payment Advice 837 Healthcare Claim Freight, Trucking and Logistics 204 Motor Carrier Shipment Information 210 Motor Carrier Freight Invoice 211 Motor Carrier Bill of Lading 212 Motor Carrier Delivery Trailer Manifest 214 Transportation Carrier Shipment Status Message Other 753 Request for Routing 754 Routing Instructions 811 Consolidated Service Invoice/Statement 812 Credit/Debit Adjustment 820 Payment Order/Remittance Advice 997 Functional Acknowledgment Page 20

21 Page 21 Your source for everything EDI. For more than 20 years, 1 EDI Source has been focused on being the very best source for superior, cost-effective EDI solutions. Today, we provide a full array of data exchange, translation and integration solutions. We can meet the need for all types of businesses in virtually any industry. We work hard to meet the specific needs of each client, with advanced software, superior outsourcing services, training and consultation. Every solution from 1 EDI Source is delivered with unparalleled customer service and support. You get a dedicated, personal Consultant focused on the needs of you and your business, and a depth of EDI knowledge and experience that you simply will not find anywhere else Copyright 2011, 1 EDI Source, Inc. All rights reserved.

EDI 101 Guide 1EDISOURCE BUYER S GUIDE

EDI 101 Guide 1EDISOURCE BUYER S GUIDE EDI 101 Guide 1EDISOURCE BUYER S GUIDE 3 TABLE OF CONTENTS CHAPTER 1: WHAT IS ELECTRONIC DATA INTERCHANGE (EDI)? 3 CHAPTER 2: SEVEN GOOD REASONS TO USE EDI 5 CHAPTER 3: WHAT S THE PROCESS OF EXCHANGING

More information

EDI 101 An Introduction to EDI. NewEDI 1

EDI 101 An Introduction to EDI. NewEDI 1 EDI 101 An Introduction to EDI NewEDI 1 Table of Contents Introduction...3 What is EDI?...4 How EDI Works...7 Why Use EDI...9 What EDI Solutions are Available?...11 Need More Help?...13 Glossary of EDI

More information

This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution.

This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution. EDI Overview A practical guide to EDI and the TrueCommerce solution This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution.

More information

EDI 101 White Paper What every company needs to know about EDI

EDI 101 White Paper What every company needs to know about EDI www.2chadsfulfillment.com 6330 Washington St Ste 8 Denver, CO 80216 (303) 757-6500 EDI 101 White Paper What every company needs to know about EDI White Paper 2Chads Fulfillment www.2chadsfulfillment.com

More information

EDI. Overview. A Practical Guide to EDI and the TrueCommerce EDI Platform

EDI. Overview. A Practical Guide to EDI and the TrueCommerce EDI Platform EDI Overview A Practical Guide to EDI and the TrueCommerce EDI Platform The purpose of this paper is to provide an overview of EDI or Electronic Data Interchange. It explains the technology, the benefits

More information

ELECTRONIC DATA INTERCHANGE (EDI) IN LOGISTICS AND WAREHOUSING

ELECTRONIC DATA INTERCHANGE (EDI) IN LOGISTICS AND WAREHOUSING YOUR GLOBAL EDI NETWORK ELECTRONIC DATA INTERCHANGE (EDI) IN LOGISTICS AND WAREHOUSING B2BGATEWAY MARCH 31, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 TODAY S AGENDA & PRESENTERS

More information

How To Use Electronic Data Interchange (Edi)

How To Use Electronic Data Interchange (Edi) Electronic Data Interchange (EDI) Overview I White Paper A Practical Guide to EDI and the TrueCommerce EDI Platform Table of Contents Introduction...3 What is EDI?...3 EDI Defined...3 The Problem Addressed

More information

For EDI requirements related to Party America contact members of the Party City EDI Team:

For EDI requirements related to Party America contact members of the Party City EDI Team: Electronic Data Interchange Overview Party America For EDI requirements related to Party America contact members of the Party City EDI Team: Nancy Higgins EDI Support Specialist 973-453-8641 nhiggins@partycity.com

More information

American national Standards Institute. An organization that maintains standards on many different topics.

American national Standards Institute. An organization that maintains standards on many different topics. ACH Business enterprise through which banking transactions are routed. AIAG Automotive Industry Action Group. An organization that designs and maintains EDI transaction sets for the automotive industry.

More information

B2BGATEWAY EDI FOR FREESTYLE COMMERCE USERS

B2BGATEWAY EDI FOR FREESTYLE COMMERCE USERS YOUR GLOBAL EDI NETWORK B2BGATEWAY EDI FOR FREESTYLE COMMERCE USERS B2BGATEWAY OCTOBER 06, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 AUSTRALIA // +61 2 8003 7584 TODAY S AGENDA

More information

LOWE'S COMPANIES, INC. ELECTRONIC DATA INTERCHANGE PARTNER IMPLEMENTATION PACKAGE

LOWE'S COMPANIES, INC. ELECTRONIC DATA INTERCHANGE PARTNER IMPLEMENTATION PACKAGE LOWE'S COMPANIES, INC. ELECTRONIC DATA INTERCHANGE PARTNER IMPLEMENTATION PACKAGE ANSI X12.104 T a b l e o f C o n t e n t s 1. Sources of Information About EDI 3 Standards Documentation EDI Yellow Pages

More information

Purpose... 2. What is EDI X12... 2. EDI X12 standards and releases... 2. Trading Partner Requirements... 2. EDI X12 Dissected... 3

Purpose... 2. What is EDI X12... 2. EDI X12 standards and releases... 2. Trading Partner Requirements... 2. EDI X12 Dissected... 3 Beginners Guide to EDI X12 (including HIPAA) Copyright 2006-2011 Etasoft Inc. Main website http://www.etasoft.com Products website http://www.xtranslator.com Purpose... 2 What is EDI X12... 2 EDI X12 standards

More information

2.8 861 Receiving Advice/Acceptance Certificate - SERVICE PARTS ONLY

2.8 861 Receiving Advice/Acceptance Certificate - SERVICE PARTS ONLY 2.8 861 Receiving Advice/Acceptance Certificate - SERVICE PARTS ONLY INFORMATION TMM REQUIRES FROM TRADING PARTNER SCOPE THIS INFORMATION INCLUDES START-UP INFORMATION SPECIFIC TO TRADING PARTNER. APPROACH

More information

Electronic Data Interchange EDI

Electronic Data Interchange EDI Electronic Data Interchange EDI What is EDI? Electronic Data Interchange is the computer to computer exchange of business documents in standard formats between companies. The EDI standards are developed

More information

CHAPTER 3 ELECTRONIC DATA INTERCHANGE (EDI) TABLE OF CONTENTS HOW TO GET STARTED 3-2 REQUIRED EDI DOCUMENTS 3-2 VENDOR ACCURACY AUDIT PROGRAM 3-10

CHAPTER 3 ELECTRONIC DATA INTERCHANGE (EDI) TABLE OF CONTENTS HOW TO GET STARTED 3-2 REQUIRED EDI DOCUMENTS 3-2 VENDOR ACCURACY AUDIT PROGRAM 3-10 CHAPTER 3 ELECTRONIC DATA INTERCHANGE (EDI) TABLE OF CONTENTS HOW TO GET STARTED 3-2 REQUIRED EDI DOCUMENTS 3-2 VENDOR ACCURACY AUDIT PROGRAM 3-10 OUR STRATEGY ELECTRONIC DATA INTERCHANGE (EDI) In keeping

More information

In-Network Translation User s Guide

In-Network Translation User s Guide GXS EDI Services In-Network Translation User s Guide GC34-3282-02 Third Edition (November 2005) This book replaces GC34-3282-01. Copyright GXS, Inc. 1998, 2005. All rights reserved. Government Users Restricted

More information

Overview Party City (includes Party City, Party America and The Paper Factory)

Overview Party City (includes Party City, Party America and The Paper Factory) Electronic Data Interchange Overview Party City (includes Party City, Party America and The Paper Factory) Electronic Data Interchange (EDI), with our trading partners establishes standardization of information

More information

We set the bar...and continue to raise it.

We set the bar...and continue to raise it. We set the bar...and continue to raise it. 1 EDI INSOURCE SOLUTION Software that sets the standard for EDI technology straight from the source. Twin City Foods Frozen Foods Processor Alan Marsh EDI/HQ

More information

Walmart Stores, Inc. Getting Started with EDI Implementation Guideline Document version: 1.0 Published November 2011

Walmart Stores, Inc. Getting Started with EDI Implementation Guideline Document version: 1.0 Published November 2011 Walmart Stores, Inc. Getting Started with EDI Implementation Guideline Document version: 1.0 Published November 2011 5 0 1 0 Business Usage: The following packet was created to speed-up your EDI implementation.

More information

VICS EDI RCHITECTURE. Voluntary Interindustry CommerceStandard EDI

VICS EDI RCHITECTURE. Voluntary Interindustry CommerceStandard EDI A VICS EDI RCHITECTURE G UIDE Voluntary Interindustry CommerceStandard EDI VICS EDI ARCHITECTURE GUIDE DISCLAIMER The Uniform Code Council, Inc. (UCC) is providing this voluntary guide as a service to

More information

Electronic Invoicing Overview. April, 2010

Electronic Invoicing Overview. April, 2010 Electronic Invoicing Overview April, 2010 Electronic Invoicing Topics Electronic Invoicing Overview Electronic Invoicing Benefits Supported File Formats Flat File Flat File Process Functionality Flat File

More information

VendorNet Dropship Manager

VendorNet Dropship Manager Web-based Supply Chain Collaboration VendorNet Dropship Manager White Paper January 2010 Contact: Sharon Gardner sgardner@vendornet.com VendorNet 1903 S. Congress Avenue, Suite 460 Boynton Beach, FL 33426

More information

Data Exchange and Protocol Process Flows for Electric Deregulation in The State of New Jersey

Data Exchange and Protocol Process Flows for Electric Deregulation in The State of New Jersey Data Exchange and Protocol Process Flows for Electric Deregulation in The State of New Jersey Prepared by: The Consumer Process Working Groups July 17, 2000 Version 1.2 Table of Contents Table of Contents...

More information

810 Invoice ANSI ASC X12 Version 4010

810 Invoice ANSI ASC X12 Version 4010 810 Invoice ANSI ASC X12 Version 4010 ERICO International 31700 Solon Rd. Solon, OH 44139 7/15/2009 Purchase Order Acknowledgment Invoice-810-855 ii 7/15/2009 Purchase Order Acknowledgment Invoice-810-855

More information

TO TRADE WITH HOW TO USE EDI AMAZON YOUR GLOBAL EDI NETWORK B2BGATEWAY. May 13, 2015

TO TRADE WITH HOW TO USE EDI AMAZON YOUR GLOBAL EDI NETWORK B2BGATEWAY. May 13, 2015 YOUR GLOBAL EDI NETWORK HOW TO USE EDI TO TRADE WITH AMAZON B2BGATEWAY May 13, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 AUSTRALIA // +61 2 8003 7584 TODAY S AGENDA & PRESENTERS

More information

9.0 Electronic Data Interchange (EDI) Requirements

9.0 Electronic Data Interchange (EDI) Requirements 9.0 Electronic Data Interchange (EDI) Requirements 9.1 General Information The Company requires all vendors to exchange business documents via EDI. These documents include; purchase orders (850 PO), purchase

More information

WHAT IS EDI AND HOW DOES IT WORK?

WHAT IS EDI AND HOW DOES IT WORK? 2012 Hochschule Furtwangen University Term Paper WHAT IS EDI AND HOW DOES IT WORK? Salman Shahzad Matriculation ID: 238636 Course: BCM 2011-12 Subject: E-Business Technologies Prof.Dr. Eduard Heindel Certificate

More information

Electronic Data Interchange (EDI)

Electronic Data Interchange (EDI) Electronic Data Interchange (EDI) What is EDI? (1) Electronic Data Interchange (EDI) is the computer-to-computer exchange of business documents in a standard electronic format between business partners.

More information

Communications and Connectivity

Communications and Connectivity Chapter V Communications and Connectivity Trading partners are responsible for the purchase of communication protocol packages and access support for the dial-up process to the Enterprise EDI Gateway/Clearinghouse.

More information

846 Inbound Inventory Advice WITH VENDOR DIRECT (TO CONSUMER) ORDERS Macy s VICS Version 4010 VICS Document Mapping Effective 08/27/2007

846 Inbound Inventory Advice WITH VENDOR DIRECT (TO CONSUMER) ORDERS Macy s VICS Version 4010 VICS Document Mapping Effective 08/27/2007 846 Inbound Inventory Advice WITH VENDOR DIRECT (TO CONSUMER) ORDERS Macy s VICS Version 4010 VICS Document Mapping Effective 08/27/2007 The following is an outline of what is expected when receiving VICS

More information

Your Choice. Page 1 of 10 Release 4 (May 2015) WEB-BSC-0043-15

Your Choice. Page 1 of 10 Release 4 (May 2015) WEB-BSC-0043-15 EDI User Guide for non-employer group trading partners 5010 I. Getting Started BlueChoice HealthPlan Medicaid is a strong proponent of EDI transactions because they significantly increase administrative

More information

Enterprise EDI. (Electronic Data Interchange) ~ Supplier Manual ~

Enterprise EDI. (Electronic Data Interchange) ~ Supplier Manual ~ (Electronic Data Interchange) ~ Supplier Manual ~ : Supplier Manual Version: 2.0 Company: Publication: 1/1/2014 Page 2 of 19 TABLE OF CONTENTS 1.0 FORWARD... 4 1.1 ABOUT OSHKOSH CORPORATION... 4 1.2 ELECTRONIC

More information

Idaho Industrial Commission. EDI Claims Release 3.0 Implementation Guide and Trading Partner Tables. Version 1.2

Idaho Industrial Commission. EDI Claims Release 3.0 Implementation Guide and Trading Partner Tables. Version 1.2 Idaho Industrial Commission EDI Claims Release 3.0 Implementation Guide and Trading Partner Tables Version 1.2 For the reporting of First Report of Injury (FROI) and Subsequent Reports of Injury (SROI)

More information

April 2010. 2007, 2008, 2009, 2010 GXS, Inc. All Rights Reserved.

April 2010. 2007, 2008, 2009, 2010 GXS, Inc. All Rights Reserved. April 2010 2007, 2008, 2009, 2010 GXS, Inc. All Rights Reserved. Licenses and Trademarks All product names are copyrights and registered trademarks/tradenames of their respective owners. Information in

More information

Getting Started with EDI Implementation Guide

Getting Started with EDI Implementation Guide Getting Started with EDI Implementation Guide Business Usage: Basic Guidelines Implementation Guide Version: 2.0 Published: July 2011 Last Changed: April 2014 Table of Contents Getting Started with Walmart

More information

Electronic Data Interchange (EDI) is the inter-organizational exchange of business

Electronic Data Interchange (EDI) is the inter-organizational exchange of business IMPLEMENTATION GUIDE SECTION I INTRODUCTION (EDI) is the inter-organizational exchange of business documentation in structured, machine-processable format. It is the direct computer-tocomputer exchange

More information

IBM Gentran:Server for Microsoft Windows. HIPAA and NCPDP Compliance Guide

IBM Gentran:Server for Microsoft Windows. HIPAA and NCPDP Compliance Guide IBM Gentran:Server for Microsoft Windows HIPAA and NCPDP Compliance Guide Version 5.3 4232-520-USER29-0001 Copyright This edition applies to the 5.3 Version of IBM Sterling Gentran:Server for Microsoft

More information

EDI. Electronic Data Interchange

EDI. Electronic Data Interchange hobbes t:\lis\is\ec\document\1.1.doc 1 Electronic Data Interchange EDI Supply Chain Integration Whirlpool Supplier Trade Partner through Electronic Commerce Contact for Assistance Whirlpool Electronic

More information

Xerox EDI Direct Claims Gateway Communication Document for ASC X12N 837 Health Care Claim Transaction Submission

Xerox EDI Direct Claims Gateway Communication Document for ASC X12N 837 Health Care Claim Transaction Submission Xerox EDI Direct Claims Gateway Communication Document for ASC X12N 837 Health Care Claim Transaction Submission Supporting Institutional, Professional and Dental Transactions for Select Payers Updated

More information

B2BE Transaction Delivery Network

B2BE Transaction Delivery Network Your Business System B2BE Client or Connection Server The Internet B2BE Server(s) Vadilation Translation The Internet B2BE Client or Connection Server Your Trading Partner s Business Enrichment System

More information

Outsourced EDI Services

Outsourced EDI Services Outsourced EDI Services E-COMMERCE FOR SMALL & MID-SIZED BUSINESSES AN OUTSOURCED, INTERNET-BASED SERVICE SPS Commerce s Outsourced Electronic Data Interchange (EDI) Services quickly enable your organization

More information

EDI GUIDELINES INVOICE 810 VERSION 4010

EDI GUIDELINES INVOICE 810 VERSION 4010 EDI GUIDELINES INVOICE 810 VERSION 4010 Rev. 7/23/2013 GLOSSARY OF TERS Seg. Use: Reference : Number: : Consists of a segment identifier, one or more data element each preceded by an element separator,

More information

Hubspan White Paper: Beyond Traditional EDI

Hubspan White Paper: Beyond Traditional EDI March 2010 Hubspan White Paper: Why Traditional EDI no longer meets today s business or IT needs, and why companies need to look at broader business integration Table of Contents Page 2 Page 2 Page 3 Page

More information

Best Practice. Management of a Transport Network in Procurement. IT-Process Recommendations for the Collaboration of Companies along the Supply Chain

Best Practice. Management of a Transport Network in Procurement. IT-Process Recommendations for the Collaboration of Companies along the Supply Chain Best Practice Management of a Transport Network in Procurement Version: 08/2015 IT-Process Recommendations for the Collaboration of Companies along the Supply Chain AXIT GmbH. A Siemens Company. Nachtweideweg

More information

Florida Blue Health Plan

Florida Blue Health Plan FLORIDA BLUE HEALTH PLAN COMPANION GUIDE Florida Blue Health Plan ANSI 276/277- Health Care Claim Status Inquiry and Response Standard Companion Guide Refers to the Technical Report Type Three () of 005010X212A1

More information

CLOUD-BASED, FULLY-INTEGRATED EDI SOLUTIONS FOR ACUMATICA

CLOUD-BASED, FULLY-INTEGRATED EDI SOLUTIONS FOR ACUMATICA YOUR GLOBAL EDI NETWORK CLOUD-BASED, FULLY-INTEGRATED EDI SOLUTIONS FOR ACUMATICA B2BGATEWAY MARCH 18, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 TODAY S AGENDA & PRESENTERS 1

More information

e-invoicing for Law Firms

e-invoicing for Law Firms Blue Car Technologies Limited e-invoicing for Law Firms Cloud-based invoice automation Blue Car Technologies Ltd Soane Point 6-8 Market Place Reading Berkshire RG1 4EG E:info@bluecartechnologies.co.uk

More information

SUPPLY CHAIN ELECTRONIC COMMERCE PARTNER GUIDE

SUPPLY CHAIN ELECTRONIC COMMERCE PARTNER GUIDE SUPPLY CHAIN ELECTRONIC COMMERCE PARTNER GUIDE September 16, 2010 Table of Contents I. INTRODUCTION... 2 II. EDI CONTACTS... 2 III. SUMMARY OF INFORMATION FLOW... 3 IV. SUPPLIER S RESPONSIBILITIES... 4

More information

Sanford Health Plan. Electronic Remittance Advice 835 Transaction Companion Guide Trading Partner Information

Sanford Health Plan. Electronic Remittance Advice 835 Transaction Companion Guide Trading Partner Information Sanford Health Plan Electronic Remittance Advice 835 Transaction Companion Guide Trading Partner Information Instructions related to Transactions based on ASC X12 Implementation Guides, version 005010

More information

National Frozen Foods Case Study

National Frozen Foods Case Study National Frozen Foods Case Study Leading global frozen food company uses Altova MapForce to bring their EDI implementation in-house, reducing costs and turn-around time, while increasing overall efficiency

More information

Electronic Data Interchange

Electronic Data Interchange Electronic Data Interchange Transaction Set: 856 Supplier Advance Ship Notice ANSI X12 Version 4010 This specification covers the requirements for Grainger and our Business Units. Grainger Industrial Supply

More information

Electronic Commerce February 2004

Electronic Commerce February 2004 Electronic Commerce February 2004 This document replaces the Electronic Commerce section, Page 71, in the Doing Business with Harley-Davidson guidebook dated March 1999. Harley-Davidson views electronic

More information

HDX/ICC EasyEDI: Frequently Asked Questions

HDX/ICC EasyEDI: Frequently Asked Questions HDX/ICC EasyEDI: Frequently Asked Questions Including: What is EDI? What Are The Benefits Of EDI? How Does EDI Work? What is an EDI Network or VAN? Is HDX a VAN? Does My Business System Support HDX Services

More information

Invoice. Transaction Set (810) (Outbound from TI)

Invoice. Transaction Set (810) (Outbound from TI) Invoice Transaction Set (810) (Outbound from TI) ANSI X12 Version Format: 3020 Date: October 1996 Copyright 1996 Texas Instruments Inc. All Rights Reserved The information and/or drawings set forth in

More information

Introduction. Companion Guide to X12 Transactions version 5010

Introduction. Companion Guide to X12 Transactions version 5010 Introduction Companion Guide to X12 Transactions version 5010 Introduction: Table of Contents Table of Contents: Introduction Overview... 1 Purpose... 1 Content... 1 Document Structure... 1 Term Usage...

More information

A G X S W H I T E P A P E R. A Primer An Introduction to Electronic Data Interchange

A G X S W H I T E P A P E R. A Primer An Introduction to Electronic Data Interchange A G X S W H I T E P A P E R A Primer An Introduction to Electronic Data Interchange Table of Contents Section 1 A Definition of EDI...3 What is EDI?...3 Traditional Document Exchange...3 The EDI Alternative...4

More information

FULLY-INTEGRATED EDI SOLUTIONS FOR NETSUITE

FULLY-INTEGRATED EDI SOLUTIONS FOR NETSUITE YOUR GLOBAL EDI NETWORK FULLY-INTEGRATED EDI SOLUTIONS FOR NETSUITE B2BGATEWAY FEBRUARY 18, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 TODAY S AGENDA & PRESENTERS 1 What Is EDI?

More information

Oracle EDI Gateway User s Guide

Oracle EDI Gateway User s Guide Oracle EDI Gateway User s Guide Release 11 March 1998 Enabling the Information Age Oracle EDI Gateway User s Guide Release 11 The part number for this volume is A58271 01. Copyright 1998, Oracle Corporation.

More information

ecommerce EDI AND PLATFORMS YOUR GLOBAL EDI NETWORK B2BGateway JUNE 24, 2015

ecommerce EDI AND PLATFORMS YOUR GLOBAL EDI NETWORK B2BGateway JUNE 24, 2015 YOUR GLOBAL EDI NETWORK EDI AND ecommerce PLATFORMS B2BGateway JUNE 24, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 AUSTRALIA // +61 2 8003 7584 TODAY S AGENDA & PRESENTERS 1 What

More information

GXS BizManager. Translate. Exchange. Communicate. Enhanced Connectivity, Visibility and Control. www.gxs.com. The Power of a Comprehensive B2B Gateway

GXS BizManager. Translate. Exchange. Communicate. Enhanced Connectivity, Visibility and Control. www.gxs.com. The Power of a Comprehensive B2B Gateway www.gxs.com GXS BizManager The Power of a Comprehensive B2B Gateway The ability to quickly, easily and securely exchange information with your trading partners is vital to your success. Purchase orders,

More information

Quantum View sm Manage User Guide

Quantum View sm Manage User Guide Quantum View sm Manage User Guide Version 1.0 January 2004 Copyright 2004 United Parcel Service of America. UPS, the UPS brandmark, and the color brown are trademarks of United Parcel Service of America,

More information

EDI GUIDELINES. Motor Carrier Load Tender 204 VERSION 004010

EDI GUIDELINES. Motor Carrier Load Tender 204 VERSION 004010 EDI GUIDELINES otor Carrier Load Tender 204 VERSION 004010 ASC X12 Version 4010 1 April 5, 2007 204 otor Carrier Load Tender Functional Group ID=S Introduction: This Draft Standard for Trial Use contains

More information

EDI FOR CLOUD BASED ERP USERS

EDI FOR CLOUD BASED ERP USERS YOUR GLOBAL EDI NETWORK EDI FOR CLOUD BASED ERP USERS B2BGATEWAY NOVEMBER 10, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 AUSTRALIA // +61 2 8003 7584 TODAY S AGENDA & PRESENTERS

More information

856 Advanced Shipping Notices (ASN)

856 Advanced Shipping Notices (ASN) NEXTEER Supplier Information Packet 856 Advanced Shipping Notices (ASN) Revised March, 2010 s GENERAL INFORMATION This packet is to provide information to Nexteer and SteeeringMex Direct Suppliers who

More information

3.7 Logistics Execution

3.7 Logistics Execution 106 3 SAP EP Operations 3.7 Logistics Execution The Logistics Execution (LE) component controls and organizes both the movement of material within the enterprise (warehouse management) and also transportation

More information

Electronic Data Interchange

Electronic Data Interchange Fourth Shift Electronic Data Interchange Strategic tool to increase cost-efficiency and reduce errors. Table of contents. Executive summary... 3 EDI overview... 4 EDI components... 6 Fourth Shift EDI solution

More information

APPENDIX B - Forms for Implementing EDI

APPENDIX B - Forms for Implementing EDI APPENDIX B - Forms for Implementing EDI The (EDI) Information Request Form (IRF) is the means of conveying technical data for your organization to HUD prior to connecting to HUD s EDI Gateway. A completed

More information

Electronic Commerce. EDI with Debenhams

Electronic Commerce. EDI with Debenhams Electronic Commerce EDI with Debenhams 1.0 Introduction Debenhams recognises the importance of electronic commerce in order to improve supply chain management. Effective implementation of Electronic Data

More information

EDI FOR QUICKBOOKS ONLINE

EDI FOR QUICKBOOKS ONLINE YOUR GLOBAL EDI NETWORK EDI FOR QUICKBOOKS ONLINE B2BGATEWAY JUNE 10, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 AUSTRALIA // +61 2 8003 7584 TODAY S AGENDA & PRESENTERS 1 What

More information

AN INTRODUCTION TO THE GLOBAL TRADE ITEM NUMBER (GTIN) TABLE OF CONTENTS

AN INTRODUCTION TO THE GLOBAL TRADE ITEM NUMBER (GTIN) TABLE OF CONTENTS TABLE OF CONTENTS What Is a Global Trade Item Number?... 3 What Is a GTIN Used For?... 3 Key Attributes of the GTIN... 3 Business Benefits of Using GTINs... 3 How Is the GTIN Formed?... 4 Which GTIN Is

More information

KANSAS CITY SOUTHERN EDI On-Boarding Guide

KANSAS CITY SOUTHERN EDI On-Boarding Guide KANSAS CITY SOUTHERN EDI On-Boarding Guide EDI Standards and Requirements v1.0 2015 by Kansas City Southern 1 Table of Contents 1.0 INTRODUCTION... 3 1.1 INTRODUCTION... 3 1.2 PURPOSE OF THE DOCUMENT...

More information

Connectivity and Communications

Connectivity and Communications Chapter 5 Connectivity and Communications This chapter provides information to establish an electronic communications session with Anthem and to submit and receive files. Important: Do not send duplicate

More information

B2B Strategies: from EDI to e-commerce. Objectives. In this chapter, you will learn about:

B2B Strategies: from EDI to e-commerce. Objectives. In this chapter, you will learn about: Introduction to e-commerce B2B Strategies: from EDI to e-commerce Objectives In this chapter, you will learn about: Strategies that businesses use to improve purchasing, logistics, and other support activities

More information

ORACLE isupplier PORTAL

ORACLE isupplier PORTAL ORACLE isupplier PORTAL Key Features Supplier collaboration for complex goods and services Advanced supplier change order management PO status tracking Non-PO self-service invoicing Invoice dispute resolution

More information

Product Information CDI Premium EDI module

Product Information CDI Premium EDI module CDI EDI with the TSI EDI communications capabilities, allows you to send receive orders, invoices etc with your customers and vendors. EDI software will greatly enhance the distribution process. These

More information

ELECTRONIC DATA INTERCHANGE

ELECTRONIC DATA INTERCHANGE Electronic Data Interchange 6CHAPTER ELECTRONIC DATA INTERCHANGE LEARNING OBJECTIVES During this chapter, we will learn: What is EDI? EDI Software EDI Services EDI Standards 6.1 INTRODUCTION Processing

More information

Oracle JDEdwards EnterpriseOne Modules and EDI Documents

Oracle JDEdwards EnterpriseOne Modules and EDI Documents Sub-Module Document Name & Notes The purpose of standard business documents is process automation. Some EDI Documents (X12 action Sets( are paired with a reply (P.O. and P.O. Ack.) and others are their

More information

JD EDWARDS ENTERPRISEONE PROCUREMENT MANAGEMENT

JD EDWARDS ENTERPRISEONE PROCUREMENT MANAGEMENT JD EDWARDS ENTERPRISEONE PROCUREMENT MANAGEMENT Integrate and streamline all procurement processes. Simplify supplier analysis and bidding. Eliminate unnecessary transactions. The Issue: Strategic Procurement

More information

Inventory Management - Electronic Hotsheets and Advance Ship Notices

Inventory Management - Electronic Hotsheets and Advance Ship Notices Inventory Management - Electronic Hotsheets and Advance Ship Notices Overview Crucial to any business is operating with valid, current item information. When the integrity of the information in your computer

More information

HIPAA X 12 Transaction Standards

HIPAA X 12 Transaction Standards HIPAA X 12 Transaction Standards Companion Guide 837 Professional/ Institutional Health Care Claim Version 5010 Trading Partner Companion Guide Information and Considerations 837P/837I June 11, 2012 Centene

More information

Electronic Data Transmission Guide For International Mailers

Electronic Data Transmission Guide For International Mailers Electronic Data Transmission Guide For International Mailers Version 1.2.1 November 5 th, 2012 UPS Mail Innovations Revision History Version Date Reviser Notes 1.0 6/11/2012 Brian Tomazic Initial Release

More information

ECOutlook.com Helps Bristol-Myers Squibb Lower Transaction Costs

ECOutlook.com Helps Bristol-Myers Squibb Lower Transaction Costs ECOutlook.com Helps Bristol-Myers Squibb Lower Transaction Costs Solution Overview Early 1999: As a world leader in health and personal care products that extend and enhance human life, Bristol-Myers Squibb

More information

Transportation Management

Transportation Management Inventory Optimization Transportation Management Distribution Management Order Management Store Inventory & Fulfillment Planning www.manh.com Delivering end-to-end visibility and control across your global

More information

User Guide Package Exception Management

User Guide Package Exception Management User Guide Package Exception Management 70-3262-4.6 PRECISION Applications 2012 September 2012 2012 Precision Software, a division of QAD Inc. Precision Software products are copyrighted and all rights

More information

WHAT IS EDI AND HOW DOES IT WORK?

WHAT IS EDI AND HOW DOES IT WORK? B2B Series Whitepaper WHAT IS EDI AND HOW DOES IT WORK? Author: Lee Mrkonjic September 2009 This copy complements of: VANTAGE POINT & ASSOCIATES, INC. 14781 MEMORIAL DRIVE 17 AVERDON CRES. SUITE 2998 SUITE

More information

For Distributors DATA EXCHANGE CASE DOCUMENT REPROCESSING. Don t rely on technical support reprocess documents yourself. STUDIES

For Distributors DATA EXCHANGE CASE DOCUMENT REPROCESSING. Don t rely on technical support reprocess documents yourself. STUDIES For Distributors DATA CASE EXCHANGE DOCUMENT REPROCESSING Don t rely on technical support reprocess documents yourself. STUDIES Automate business processes from quote to cash with flexible EDI solutions

More information

OMNI-CHANNEL EDI AND THE SUPPLY CHAIN YOUR GLOBAL EDI NETWORK B2BGATEWAY. April 29, 2015

OMNI-CHANNEL EDI AND THE SUPPLY CHAIN YOUR GLOBAL EDI NETWORK B2BGATEWAY. April 29, 2015 YOUR GLOBAL EDI NETWORK EDI AND THE OMNI-CHANNEL SUPPLY CHAIN B2BGATEWAY April 29, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 AUSTRALIA // +61 2 8003 7584 TODAY S AGENDA & PRESENTER

More information

Enhancing the value of EDI through JEDI

Enhancing the value of EDI through JEDI Enhancing the value of EDI through JEDI The integration of EDI and JIWA Financials Introduction For over a decade Electronic Data Interchange (EDI) has been a major driver in delivering greater efficiencies

More information

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 ODEX Enterprise Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 Copyright Data Interchange Plc Peterborough, England, 2013. All rights reserved. No part of this document may be disclosed

More information

Support Handbook. Performance EDI. October 2007. Document Title Section Title

Support Handbook. Performance EDI. October 2007. Document Title Section Title Support Handbook Performance EDI October 2007 Document Title Section Title 2 Table of Contents Welcome to EasyLink Performance EDI Support...3 Support Overview...4 Maximizing your Support Interaction...6

More information

Ultramar Ltd IMPLEMENTATION GUIDE

Ultramar Ltd IMPLEMENTATION GUIDE IMPLEMENTATION GUIDE for electronic data interchange November 2002 TABLE OF CONTENTS INTRODUCTION... 1 KEY CONTACTS... 1 EDI STANDARDS... 1 DOCUMENT PROCESSING FREQUENCY... 1 RESPONSIBILITY FOR COMMUNICATION

More information

FULLY-INTEGRATED EDI SOLUTIONS FOR NETSUITE & CLIENTS OF BIG BANG ERP

FULLY-INTEGRATED EDI SOLUTIONS FOR NETSUITE & CLIENTS OF BIG BANG ERP YOUR GLOBAL EDI NETWORK FULLY-INTEGRATED EDI SOLUTIONS FOR NETSUITE & CLIENTS OF BIG BANG ERP B2BGATEWAY & BIG BANG ERP MARCH 04, 2015 NORTH AMERICA // +1 (401) 491-9595 EUROPE // +353 (0) 61 708533 TODAY

More information

User Guide QAD EDI ecommerce

User Guide QAD EDI ecommerce QAD Enterprise Applications Enterprise Edition User Guide QAD EDI ecommerce EDI ecommerce Overview Setting Up EDI ecommerce Using EDI ecommerce EDI ecommerce Error Messages 78-0898A QAD Enterprise Applications

More information

EDI FAQ Document ABOUT THIS DOCUMENT EDI. This document is a repository of frequently asked questions relating to: 1. EDI. 2. emessaging Standards

EDI FAQ Document ABOUT THIS DOCUMENT EDI. This document is a repository of frequently asked questions relating to: 1. EDI. 2. emessaging Standards EDI FAQ Document ABOUT THIS DOCUMENT This document is a repository of frequently asked questions relating to: 1. EDI 2. emessaging Standards 3. Communications & Network Setups EDI 1. What is meant by EDI?

More information

BEYOND the INITIAL CONNECTION: HOW TO TRANSFORM YOUR B2B EXCHANGE

BEYOND the INITIAL CONNECTION: HOW TO TRANSFORM YOUR B2B EXCHANGE BEYOND the INITIAL CONNECTION: HOW TO TRANSFORM YOUR B2B EXCHANGE 1 1EDI Source: BEYOND THE INITIAL CONNECTION WHAT THE CHANGING B2B EXCHANGE ENVIRONMENT MEANS TO YOU. For anyone in charge of automating

More information

Supply Chain Merchandise Logistics E-Commerce Operational Processes & Standards

Supply Chain Merchandise Logistics E-Commerce Operational Processes & Standards Supply Chain Merchandise Logistics E-Commerce Operational Processes & Standards E-Commerce Operational Processes & Standards Page 1 of 19 Contents This booklet Foreword 3 Myer E-Commerce team 4 Our commitment

More information

Unit- IV. SYLLABUS: Electronic Data Interchange, EDI Applications in Business, EDI implementation, MIME, and value added networks.

Unit- IV. SYLLABUS: Electronic Data Interchange, EDI Applications in Business, EDI implementation, MIME, and value added networks. Unit- IV SYLLABUS: Electronic Data Interchange, EDI Applications in Business, EDI implementation, MIME, and value added networks. Electronic Data Interchange Electronic Data Interchange (EDI) - interposes

More information

Integrating Payables and Receivables to Unlock Working Capital

Integrating Payables and Receivables to Unlock Working Capital Integrating Payables and Receivables to Unlock Working Capital Approved for 1 CTP / CCM recertification credit by the Association of Financial Professionals May 2009 Introductions David Kunz Treasury Management

More information

GXS Product Portfolio Overview On-Demand Supply Chain Management for Your Extended Enterprise

GXS Product Portfolio Overview On-Demand Supply Chain Management for Your Extended Enterprise GXS Product Portfolio Overview On-Demand Supply Chain Management for Your Extended Enterprise GXS CREDENTIALS: 35+ years of experience in implementing and managing global communities Over 40,000 customers

More information

Florida Blue Health Plan

Florida Blue Health Plan FLORIDA BLUE HEALTH PLAN COMPANION GUIDE Florida Blue Health Plan ANSI 270/271- Health Care Eligibility and Benefit Inquiry and Response Standard Companion Guide Refers to the Technical Report Type Three

More information