cancel
Showing results for 
Search instead for 
Did you mean: 

Exit o BADI for overhead planning

Former Member
0 Kudos

Hi experts:

I am trying to plan CO orders and posting an statistical item to cost center at tthe same time (value type '10' - statistical plan).

I have thought that maybe it is possibe by programming in a exit or badi. I have been finding out sustitutions but the plan doesn't create an entry in COEP and the plan doesn`t pass by the document position substitution to modify COBL.

Do you have any further idea to inform cost center plan in my CO order planning.

Thanks in advance for your help.

Best regards

Jose

Edited by: JosManuel Bas on Aug 3, 2011 12:28 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

ajaycwa1981
Active Contributor
0 Kudos

Hi Jose

Try exploring exit COOM0001... This is called during Overhead calculation...

Am not sure whether it also works for Plan or not.. You can try that....

You can find out related BADI/Enhancement spots as below with the help of ABAPer

Go to se24 -> cl_exithandler-> go to method get_instance -> and put a break point at

CALL METHOD cl_exithandler=>get_class_name_by_interface

Here one of the parameters is exit_name .

Once after you put the break point , execute the transaction and here in the parameter exit_name , you will be able to see all the available badi's .

br, Ajay M

Former Member
0 Kudos

Thanks again Ajay...

Exit COOM0001 is for overhead calculatiion (indirect cost) in production orders and internal orders (I have used it many times in product-costing) but not for primary cost planning (maybe I didn`t explain clearly what we are doing. We are planning a manual planning layout (publicity expenses) and I need to make a plan statistical posting in the marketing cost center.

I will try to explore the BADI...

Kind regards

Jose

ajaycwa1981
Active Contributor
0 Kudos

Hi

If you are trying to Plan KPF6 for Internal Order - I would suggest create a new plan layout in KP65 as a copy from SAP standard layout in KPF6 and try to include Cost center as well in that new layout

Assign this layout to your Planner Profile in KP34 and now plan expenses in KPF6 by specifying both IO & Cost center... I think that should post a statistical plan on Cost center

br, Ajay M

Former Member
0 Kudos

I followed your advise but there are no badis or exit when saving manual planning. Anyway I check it for others transactions an it is a fantastic way to explore exits and BADI's.

Thanks a lot for this fantastic advice.

Former Member
0 Kudos

Hi: Ajay:

It was my first thought but I would say it is not possible to include cost center in the layout for primary cost planning for CO orders. You can only to include sender cost center along with activities to plan consumes.

Anyway, if you say it, tomorrow I will explore a little more this option.

1000 thanks

Jose