‎2007 Apr 18 6:54 AM
Hi all,
Can anybody please tell me what is the use of Qualifiers in idoc programming?
Thanks
‎2007 Apr 18 6:58 AM
COnsider the scenario of Purchase Document
In that we have to pass Several Addresses
Several address segments (E1EDKA1 or E1EDPA1) can be issued in the IDoc that are distinguished by QUALIFIER values (in the PARVW field), that is, the value of the qualifier determines the contents of the data entered , for example, 'AG' means "Ordering party". The allowed values of the qualifier are defined in the values list of the domain
‎2007 Apr 18 6:58 AM
COnsider the scenario of Purchase Document
In that we have to pass Several Addresses
Several address segments (E1EDKA1 or E1EDPA1) can be issued in the IDoc that are distinguished by QUALIFIER values (in the PARVW field), that is, the value of the qualifier determines the contents of the data entered , for example, 'AG' means "Ordering party". The allowed values of the qualifier are defined in the values list of the domain
‎2007 Apr 18 7:00 AM
Hi,
qualifiers are nothing but the values which determines the significance of the segment of an IDOC
In the case of segment E1EDKA1 (document header partner information), the qualifier PARVW = SH means that the partner specified in the segment has the function of the goods recipient, while the partner function of the sold-to party is defined as PARVW = SP. The qualifier is the first field in a qualified segment.
reward if useful
regards,
Anji.