cancel
Showing results for 
Search instead for 
Did you mean: 

single line item - multiple pricing

Former Member
0 Kudos

Dear Guru's

i have a scenario here where i have a employee as material, and for the employee i capture the actual hours worked, over time and double time. Each hour hour worked has different rates.

Through a BAPI program we managed to bring the actual hours, overtime hours and double time hours in three different line items. i created a different condition types and assigned the data. but during sales order in each line item the value is not picking properly as the actual hours is the base price.

can anyone tell me i want the base price to be picked up in the 1st line and the relevant conditions inthe next two line items.

Is there any way of doing it.

Example:-

Currently

1st line item PR00 - 100

2nd line item PR00 + zqot(condition type for over time)

3rd line item PR00 + zqot + zQDT( double time condition type)

I need

1st line item PR00

2nd line item ZQOT

3rd line item ZQDT

POints will be rewarded

regards,

Sudhir

Edited by: Sudhir Nair on May 20, 2008 8:00 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you want it to be automated then it will have to be handled by the user exit for pricing based on the Item number in the sales order.

One more option is to have the ZQOT and ZQDT as manual price conditions. ZR00 will be automatic and mandatory.

Mainatain PP as

10 ZR00

20 ZQOT

21 Total Over time from 10 to 20

30 ZQDT

Total Double time from 21 to 30

for line 2 add ZQOT and for Line 3 add ZQOT and ZQDT. Thats too much of manual work.

Regards

Sai

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks

Regards,

Sudhir