Scambio di dati informatizzati (EDI) Troca de dados informatizados (IDE) Elektronischer Datenaustausch (EDI) Echange de données informatisées (EDI) Intercambio electrónico de datos (EDI)

Introduction to Electronic Data Interchange

Electronic Data Interchange (EDI) can be defined as the exchange, between computers, of data regarding transactions by using networks and standardized forms.

The information from the computer system of the issuer travels via networks to the computer system of the partner, where it is integrated automatically.

This involves:
- Exchanging what? Requires understanding as to what is to be exchanged and how to model it;
- Exchanging how? Requires transporting information via which media, which communication protocols?

Today, whenever you go shopping at the supermarket, more than 90% of the products you buy were ordered by using EDI, then billed after the shipping notice was sent in the same manner. All of this occurs without retyping the data, saving time and money by reducing data entry errors.

In many cases, the use of EDI is indispensable; as a matter of fact, the little chicken you buy are weighed, labeled with the correct weight, the batch number and an up-to-date price per kilo, etc. Every day for each store, since two stores of the same chain may not necessarily sell at the same price...

Considering the volume of information to be processed and the deadline for the preparation and delivery of chicken each and every day, only using EDI makes it possible to have fresh chicken on your plate with a maximum of food safety, since of course, traceability information also travel via EDI!

Article by Agnès Martin at www.arvensys.com



Last update on Thursday October 16, 2008 02:43:20 PM.This document entitled « Electronic Data Interchange (EDI) » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Best answers for « Electronic Data Interchange (EDI) » in :
Backup Outlook 2003 data ShowBackup Outlook 2003 data All Outlook 2003 data ( Emails, Agenda, Contacts, Tasks...) are in one file with .pst extension The file is in the following default folder: C:\Documents and Settings\Login\Local Settings\Application...
[Ingres] Importing/ Exporting data Show[Ingres] Importing/ Exporting data Making use of these commands copydb unloaddb Notes Ingres allows you to export data from an Ingres installation to another (it is a platform independent procedure). unloaddb copydb The main...
Secure data entry in C ++ ShowSecure data entry in C ++ Using get () Using "getline ()" Remove go to newline without using getline () Sometimes when creating a program, it is needed that additional information from the user must be enterd. In C++...
Download Advanced TCP IP Data Logger ShowDescription: Advanced TCP/IP Data Logger will help you in your daily technical needs. You will be able to get information about your network and any device that is connected to it in real time. Features: You can send and receive serial data...
Data transmission - Cabling ShowCabling types Several physical data-transmission media are available to connect together the various devices on a network. One possibility is to use cables. There are many types of cables, but the most common are: Coaxial cable Double twisted...
Data transmission - Introduction ShowData representation The purpose of a network is to transmit information from one computer to another. To do this, you first have to decide how to encode the data to be sent, in other words its computer representation. This will differ according to...
OOP - Data encapsulation ShowThe concept of encapsulation Encapsulation is a way of organising data and methods into a structure by concealing the the way the object is implemented, i.e. preventing access to data by any means other than those specified. Encapsulation...