Application Development 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: 

IDOC SEGMENT QUALIFIER DOUBT...

Former Member
0 Kudos

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

asik_shameem
Active Contributor

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

naimesh_patel
Active Contributor
0 Kudos

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.

former_member212653
Active Contributor
0 Kudos

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

asik_shameem
Active Contributor

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.

0 Kudos

Hello,

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

former_member188685
Active Contributor
0 Kudos

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