cancel
Showing results for 
Search instead for 
Did you mean: 

User exit to derive Profit Center using MARA table for Inventory Manual pos

Former Member
0 Kudos

Hi

I have a typical scenario, where in currently users are posting materila code in FB01 transaction for some of the inventory balance sheet accounts (other than Cost of sales). As you are aware profit center is not derived directly from material code for general balance sheet items. I am trying to look out for an user exits which can be used in material substitution for deriving Profit Center. i.e.

When ever i enter a balance sheet manual posting inventory account, i am putting the material code, and i am trying to derive a profit center for the material using substitution rule. The system should look out for the material number using the user exit and update the profit center as per the material using Plant and material combination.

I know for PCA i can derive default profit center using 3keh or OKb9 for cost elements, but that will not solve the purpose.

Hence if any one of u know about the user exit which can help in deriving a profit center for material using MARA table, pls let me know

regards

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use the program RGGBR000 to create user exit in that program and assign the user exit number to the field Profit center. In the user exit write an ABAP code to derive the profit center from material and plant combination. A good abaper should be able to write the code for you.

Assign points if helpful