cancel
Showing results for 
Search instead for 
Did you mean: 

Product Costing with Transfer Price across Plants

0 Kudos

Hi Sap Gurus

Business Scenario:

When a product is sent from a manufacturing plant to a warehouse plant, the product is sent with a transfer price that is higher than the production price.

The current process now is using special procurement keys to transfer the product from the manufacturing plant to the warehouse Plant. Using Special Procurement Key copies the whole quantity structure (cost estimate) from the source plant to the receiving plant.

Using the Special Procurement Key transfers the product across plants but with the cost to produce price rather than Transfer price.

Example:

Material 2323 is produced in Plant USKK, with 10 USD, and then should be sent to Plant USTT.

However, USTT plant gets the product with 12 USD as the transfer price.

(Note: Material 2323 is composed of BOM:- 12323 & 12324 Materials at the manufacturing Plant USKK)

Proposed Solution/ Business Requirement:

I learned Enhancement COPCP005, EXIT_SAPLCK21_002 user exit will allow us to choose the price for valuation. Meaning to select what is the price we would like to valuate the product at the receiving plant.

In our example, the transfer price is what we want to use in the receiving plant which is 12 USD.

The Challenge:

After applying the enhancement, the new price is applied to the BOM items rather to the product. Following our example, the transfer price 12 USD, is applied to Material # 12323 & 12324.

What do we need?

We need to make the price applied to the product (2323) instead to the BOM Items from the source plant.

We need the enhancement to disregard the BOM Items which is coming from the source as a result of the special procurement.

Accepted Solutions (1)

Accepted Solutions (1)

ajaycwa1981
Active Contributor
0 Kudos

Hi Ahmed

Are these plants in the same company code?? To manage materials at TP, ideally you need Material Ledger

If you just want to manipulate the valuation for reporting needs, it has bigger implications. You need to think how are you going to exclude the profit margin for balance sheet purpose. If this material is further used in production, eliminating profit is even more difficult

Anyways, for plants in same company code, you can use additive cost to add the margin.

For plants in different co code, you can use the exit to determine the price..

To ignore SPL proc key, you can use Badi Mat_Selection_ CK

Br Ajay M

0 Kudos

Ajay Maheshwari,

Thank you for your replay.

There is extended background of why we cant use actual costing material ledger (even involved SAP consultation). However, there is an enhanced process of blocking the Profit Margin for balance sheet.

* The Transfer Price is only considered for intercompany code transaction.

For this project we would have two costing views (1) cost to produce view without Transfer price and (2) Transfer Price View. However, each costing view is achieved with different costing variant.

So we would need the special procurement key in Material Master for the purpose of the 1st Costing View.

and we don't need the special procurement key in Material Master for the purpose of the 2nd Costing View.

So we would need to cancel the effect of the SPL transitionally, only during the moment of running the transfer price costing view.

Would this BADI achieve this purpose for only specific materials with intercompany code transactions??

Thanks

ajaycwa1981
Active Contributor
0 Kudos

YES, very much

This BADI would help you

Br. Ajay M

Answers (1)

Answers (1)

0 Kudos

Ajay

Thank you so much

This BADI satisfy the requirement.

Regards

Ahmed