2008 Nov 03 2:37 AM
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
2008 Nov 03 6:52 AM
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
2008 Nov 03 9:49 AM
2008 Nov 03 9:53 AM
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 !
2008 Nov 03 10:14 AM
Hi,
001 for customer purchase oder
003 for Customer inquiry.
Rhea.