cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc qualifiers and their actions

Former Member
0 Kudos

If I want to find out the possible actions for a given IDoc qualifier (or) possible values for a given IDoc field without getting into ABAP code, how do I do that? Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

mandar_shete
Active Participant
0 Kudos

Hi,

Each IDOC segment is nothing but a structure at in the backend. You will get the information from the Domain used in that stucture.

E.g. IDOC ORDERS05.

Segment E1EDKA1

Goto SE11 -> Table E1EDKA1 -> You can see component PARVW with Data Element EDI3035_A. Double click on the EDI3035_A. You can see Domain EDIF3035. Double click on it. Click on Value Range tab and you can see all the possible values.

You can try with other segments like E1EDK03

Se11 -> E1EDK02->Component QUALF ->Data Element EDI_QUALFR->(Domain)EDI_QUALFR-> (Value Tab)

001 Customer Purchase Order

002 Vendor Order

003 Customer Inquiry

004 Vendor Quotation

005 Customer Contract Number

006 Vendor Contract Number

007 Collective Number for Quotations

etc......

Hope this will help you.

Thanks,

Mandar

Answers (0)