Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc segment qualifiers

Former Member
0 Likes
1,148

Is there a way to find out the segement qualifier definition in SAP system? Like

int_edidd-segnam = 'E1EDK02'.

IF ekko-bstyp = 'A'.

e1edk02-qualf = '003'.

ELSE.

e1edk02-qualf = '001'.

ENDIF.

When to use '003 and '001'.

Many idoc segement carrier different qualifiers codes...

Thanks

Alok

4 REPLIES 4
Read only

Former Member
0 Likes
679

Hi,

You can find them in Idoc documtation of WE60 transatcion.

You can also find them by going to domian of the particaular idoc field and looking at

the 'Fixed values'.

Regards,

Shan

Read only

Former Member
0 Likes
679

see the domain EDI_QUALFR , and see the fixed values.

Read only

0 Likes
679

1. Goto: we05

2. choose your IDoc and segment.

3. doubleclick at the yellow noteicon.

the segment view is open.

4. go to the qualifier and push (F4 Help).

Hope it´s helpful !

Read only

Former Member
0 Likes
679

Hi,

001 for customer purchase oder

003 for Customer inquiry.

Rhea.