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 type ORDERS02

Former Member
0 Likes
910

Hi friends,

I have a requirement here.

I am working with EDI Sales Orders.EDI Sales Orders will be coming in the form of IDOCs.

For each Sales Order Item,I need to check the pricing conditions.

In the <b>IDOC type ORDERS02</b>,

I am accessing <b>Item Number</b> from <b>E1EDP01-POSEX</b>.

To check <b>pricing conditions</b>,I am checking Segment <b>E1EDP05</b>.

Here <b>KSCHL</b> is <b>pricing condition type</b>.

Now,I need to check Condition value.I dont know which field it is ?

Regards,

Imran.

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
622

Hii Masood...

The Field that stores the Condtion Value is KOBTR. In the Same Segment

E1EDP05.

<b>Reward if Helpful</b>

Hi friends,

I have a requirement here.

I am working with EDI Sales Orders.EDI Sales Orders will be coming in the form of IDOCs.

For each Sales Order Item,I need to check the pricing conditions.

In the <b>IDOC type ORDERS02</b>,

I am accessing <b>Item Number</b> from <b>E1EDP01-POSEX</b>.

To check <b>pricing conditions</b>,I am checking Segment <b>E1EDP05</b>.

Here <b>KSCHL</b> is <b>pricing condition type</b>.

Now,I need to check Condition value.I dont know which field it is ?

Regards,

Imran.

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
623

Hii Masood...

The Field that stores the Condtion Value is KOBTR. In the Same Segment

E1EDP05.

<b>Reward if Helpful</b>

Read only

0 Likes
622

Hi,

I too thought KOBTR may be the one......

But,is it the same Condition value that refers to a Condition type as in VA01

TCODE ?

I need to compare the Condition values between two Condition Types.

To remind you,I am doing for EDI generated Sales Orders.

Regards,

Imran.