cancel
Showing results for 
Search instead for 
Did you mean: 

Price = Cost

Former Member
0 Kudos

Hi !

I want the system to automatically set the price for a sales order item to equal the cost.

I know that the cost is stored in the field KOMP-WAVWR.

The question is how can I assign this value to the price condition type?

Will I need to code a pricing routine to accomplish this, or, is there a standard way to do this without any programming?

You advise is appreciated.

Thanks,

Anisha.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member524427
Participant
0 Kudos

Hi,

Can you kindly explain the business scenario why you want price=cost?

Former Member
0 Kudos

The business scenario is as follows:

The sale is to be made to a different company within the organization.

The transfer price is essentially same as the cost.

They don't want to maintain condition records for the transfer price condition type.

Anisha.

0 Kudos

there is no standard ... u need a modification.

former_member201147
Active Participant
0 Kudos

You should be able to create an Alternate Calculation Type routine and assign it to the condition type in the pricing procedure. Put something like the following in the routine:

XKWERT = KOMP-WAVWR.

Hope it helps,

Brian