Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for ""Change Cost Element / Activity Input Planning ""

Former Member
0 Kudos

Hi

Is there any BAPI for ""Change Cost Element / Activity Input Planning "" ( TC KP06) as there is BDC for that but is goes through lot of steps . ( TC OKKS, KP04, KP06 )

So if any one know the BAPI for the same please let me know, and if possible send me your code also it will be really help full.

Regards

3 REPLIES 3

Former Member
0 Kudos

Hi Pawan,

Check out BAPI_COSTACTPLN_POSTACTINPUT. It might be the one you are looking for.

Regards,

Anand Mandalika.

Former Member
0 Kudos

Hi,

Thansk for the BAPI , but have you used this if yes i have some questions for you .

1. IN table BAPIACIOBJ (COOBJECT ) what value should be given to ACTTYPE, CO_BUSPROC, WBS_ELEMENT as by using bdc i use to give controlling area , planner profile so king of stuck up with this because when by going through se37 i manually treid one it gives me error at least one CO object so i think some thing is wrong with this table only.

if you have done some coding for this is it poss for you to send me that code

Regards

0 Kudos

o   OBJECT_INDEX - Index uniquely identifying the row and thus the            
    object. The index must be greater than zero and may only appear once      
    in the table. If the index does not exist in INDEXSTRUCTURE, the row      
    is ignored.                                                                                
o   COSTCENTER    - Cost center that includes the activity.                                                                                
o   ACTTYPE       - Activity type that includes the activity. You must        
    fill this together with COSTCENTER. You only need it for an activity      
    input that is activity-dependent.                                                                                
o   CO_BUSPROC - Business process that includes the activity.                                                                                
o   ORDERID       - Order that includes the activity.                                                                                
o   WBS_ELEMENT  - WBS element that includes the activity                                                                                
You may fill one object only,for example COSTCENTER, CO_BUSPROC,              
ORDERID, or WBS_ELEMENT.