Hi all,
I am looking for the right steps to use the BAPI K_Costs_Plan_Interface_total for automatic primary cost planning on cost center.
Tcode KP06.
As I am new to BAPI, I found this link with a good introduction to the subject: http://scn.sap.com/docs/DOC-35804
I now understand how to implement a BAPI.
(The BAPI K_Costs_Plan_Interface_total already exist so i guess I dont need to implement or change it).
I am a little bit confused so I just need the right steps for my case.
What I need to achieve in my report: Read an excel file with data and process automatically the primary cost planning on cost center.
I found the report : RKKIPL1T
Do I add the code to read the excel file in a copy of this report and process the data from an internal table in a loop and that is all?
Do I need to create a business object? if yes, in which steps do I read data from the excel table ? how do I process them with the Bapi?
May be the report is enough and I dont need to create any business object?
I am new to this and I have no clue how to proceed.
I just need the right steps.
Thanks