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 QUALIFIER DOUBT...

Former Member
0 Likes
2,905

Gurus,

I was looking at a givcen IDOC which was posted. The IDOC was of t5ype INVOIC01. I see that there are couple of segments with the same name but with different IDOC qualifier like:

EIEDP02 which has three qulaifier reocrds like 001, 002 and 016. But the data gets posted only from one of this qualifier record.

What is a qualifier ? How the system comes to know what qualifier record should be used to post data?

Regards,

Rajesh.

1 ACCEPTED SOLUTION
Read only

asik_shameem
Active Contributor
1,819

Hi

Addition to the above, you can find the list of qualifiers in the domain level (Value Range).

In SE11, Data Type: E1EDP26, component QUALF and navigate to domain level and value range.

Otherwise, in SE11, Domain: QUAL_BETRG. There you can find the meaning of qualifiers.

5 REPLIES 5
Read only

naimesh_patel
Active Contributor
0 Likes
1,819

Qualifier defines what type of data is there in your segment.

Like:

If segment E1EDP26 contains the Qualifier 001 than it is the Unit price for the line item.

You can find the more information, you have to explore the doucmentation of the segment. Go to SE61 and read the documenatation.

Read only

Former Member
0 Likes
1,819

Qualifiers are like identifiers...to check what the value identifies check out the values maintained in domain of the qualifier field in the segment.

Read only

asik_shameem
Active Contributor
1,820

Hi

Addition to the above, you can find the list of qualifiers in the domain level (Value Range).

In SE11, Data Type: E1EDP26, component QUALF and navigate to domain level and value range.

Otherwise, in SE11, Domain: QUAL_BETRG. There you can find the meaning of qualifiers.

Read only

0 Likes
1,819

Hello,

I've been searching for the meaning of qualifiers many times, thank you

Read only

Former Member
0 Likes
1,819

>What is a qualifier ? How the system comes to know what qualifier record should be used to post data?

if it is inbound it should be handled by Inbound processing function module. if it is Outbound then a predefined mapping (Requirement specific) can tell you which qualifier belongs to what data.

and also Read the Idoc type documentation using tcode WE61.