cancel
Showing results for 
Search instead for 
Did you mean: 

Sub-item Pricing

Former Member
0 Kudos

Hi,

I have say 2 line items

1st is the material (Service)

2nd item is the sub-item of the materail

The 1st item has price and the 2nd is always 15% of the 1st

how to get the 15% value in the order as my price is only in the 1st line item and not the second.

Rgds

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

A routine in itself will not solve the problem as you will not be able to capture the previous line items value. You have to use the exit (MV45AFZZ) and routine.

MV45AFZZ: To capture the preceding line item value

Routine: To calculate 15% of the value

Regards,

GSL.

Former Member
0 Kudos

can this issue be solved any other way as

the client order has say 10 service item he delivers them may be partially or fully

But he also charges for installation but only after the services are availed and these are 15 % of services.

I was thinkinh to create the extra charges as an extra line item or any other ideas from anybody!!!!

Rgds

Former Member
0 Kudos

I think it is possible only using ABAP.

Regards,

GSL.

Former Member
0 Kudos

any logic on what routine shold be created