Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EDI ISA and GS ID Generation

Tags:

edi

My question may sound very novice.I am new to EDI format as have to work on it for first time.

We are applying YRC Trading partner profile to get EDI data.

They are asking for ISA receiver ID and qualifier

Prod ID and Qualifier

GS Test ID

GS Prod ID

After searching on google thoroughly i found DUNS id can be used as ISA receiver id and 01 can be its qualifier.But nothing found much about the PROD ID ,GS TEST ID AND PROD ID.

See the URL for PDF file http://www.yrc.com/files/pdf/820_tpp.pdf

My query is how to identify or generate ISA PROD ID and its qualifier and GS TEST AND PROD ID.

On google while searcging i only found people asking where to find ISA and GS but no concrete solution for starter on EDI.

If i dont wants to use DUNS number as ISA ID then how to generate ISA ID and its qualifier.

Please Help.It can be helpful to me and any new programmer working on EDI for first time.

More info needed to answer my query :

YRC Freight supports versions 3050, 3070, 4010, 4020 and 4030. YRC Freight provides for direct connections via AS1 (SMTP), AS2 (HTTP), or FTP

like image 994
user177913 Avatar asked Feb 22 '12 02:02

user177913


2 Answers

The interchange qualifier is used to describe the interchange identifier. For example, if we have a qualifier 12, it says that the interchange identifier is a phone number. Here's the list of all the valid identifiers in EDI (X12 - V004010)

01 - Duns (Dun & Bradstreet)

02 - SCAC (Standard Carrier Alpha Code)

03 - FMC (Federal Maritime Commission)

04 - IATA (International Air Transport Association)

08 - UCC EDI Communications ID (Comm ID)

09 - X.121 (CCITT)

10 - Department of Defense (DoD) Activity Address Code

11 - DEA (Drug Enforcement Administration)

12 - Phone (Telephone Companies)

13 - UCS Code (The UCS Code is a Code Used for UCS Transmissions; it includes the Area Code and Telephone Number of a Modem; it Does Not Include Punctuation, Blanks or Access Code)

14 - Duns Plus Suffix

15 - Petroleum Accountants Society of Canada Company Code

16 - Duns Number With 4-Character Suffix

17 - American Bankers Association (ABA) Transit Routing Number (Including Check Digit, 9 Digit)

18 - Association of American Railroads (AAR) Standard Distribution Code

19 - EDI Council of Australia (EDICA) Communications ID Number (COMM ID)

20 - Health Industry Number (HIN)

21 - Integrated Postsecondary Education Data System, or (IPEDS)

22 - Federal Interagency Commission on Education, or FICE

23 - National Center for Education Statistics Common Core of Data 12-Digit Number for Pre- K-Grade 12 Institutes, or NCES

24 - The College Board's Admission Testing Program 4- Digit Code of Postsecondary Institutes, or ATP

25 - American College Testing Program 4-Digit Code of Postsecondary Institutions, or ACT

26 - Statistics of Canada List of Postsecondary Institutions

27 - Carrier Identification Number as assigned by Health Care Financing Administration (HCFA)

28 - Fiscal Intermediary Identification Number as assigned by Health Care Financing Administration (HCFA)

29 - Medicare Provider and Supplier Identification Number as assigned by Health Care Financing Administration (HCFA)

30 - U.S. Federal Tax Identification Number

31 Jurisdiction Identification Number Plus 4 as assigned by the International Association of Industrial Accident Boards and Commissions (IAIABC)

32 - U.S. Federal Employer Identification Number (FEIN) 33 National Association of Insurance Commissioners Company Code (NAIC)

34 - Medicaid Provider and Supplier Identification Number as assigned by individual State Medicaid Agencies in conjunction with Health Care Financing Administration (HCFA)

35 - Statistics Canada Canadian College Student Information System Institution Codes

36 - Statistics Canada University Student Information System Institution Codes

37 - Society of Property Information Compilers and Analysts

AM - Association Mexicana del Codigo de Producto (AMECOP) Communication ID

NR - National Retail Merchants Association (NRMA) - Assigned

SN - Standard Address Number

ZZ - Mutually Defined

like image 134
kaushik0033 Avatar answered Oct 19 '22 20:10

kaushik0033


several options. Look at the qualifiers that can be used and you will get an idea of what you can use as ID. Eg phone number, GLN, DUNS.

Normally the ID in GS is the same as in ISA. It is not uncommon to use same ID in production and test (but take care of not having test messages in the production and vice versa).

like image 22
eppye Avatar answered Oct 19 '22 19:10

eppye