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 Qualifiers

Former Member
0 Likes
1,663

Hi all,

Can anybody please tell me what is the use of Qualifiers in idoc programming?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
834

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

2 REPLIES 2
Read only

Former Member
0 Likes
835

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

Read only

Former Member
0 Likes
834

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.