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 KP06, KPF6, CJR2

Former Member
0 Kudos

Hi Experts,

Does anyone know any BAPI to upload plan values for T-Code KP06, KPF6, CJR2.

I tried BAPI_COSTACTPLN_POSTACTOUTPUT but can't used it since i am not using any activity type in COOBJECT. Is there any BAPI out there suitable for those T-Code?

Many Thanks,

Felix Ang

1 ACCEPTED SOLUTION

Former Member
0 Kudos

refer

Hope this solves your purpose.

<b>Award points if it helps.</b>

6 REPLIES 6

Former Member
0 Kudos

refer

Hope this solves your purpose.

<b>Award points if it helps.</b>

0 Kudos

I read the thread but not solving the problem. Any ideas?

Former Member
0 Kudos

You can have a BDC for KP06.

The things you need to take care is the screen sequence and the Mandatory fields.

But I would suggest you to use a BAPi instead.

try

BAPI_COSTELEM_CREATEMULTIPLE or

BAPI_COSTELEMENTGRP_CREATE or

BAPI_COSTELEMENTGRP_ADDNODE

Hope it helps...

<b>Rewrads point</b>

Former Member
0 Kudos

Have you tried

K_COSTELEMENT_CREATE

K_COSTELEMENT_CREATE_DB_UPDATE

K_COSTELEMENT_DELETE_DB_UPDATE

K_COSTELEMENT_REFRESH_BUFFERS

K_COSTELEMENT_SHOW

K_COSTELEM_BAPI_CHANGE

K_COSTELEM_BAPI_CREATEMULTIPLE

K_COSTELEM_BAPI_GETDETAIL

K_COSTELEM_BAPI_GETLIST

Try that should solve your probelm.

<b>Assign points if it helps.</b>

Former Member
0 Kudos

hi

u can use following exits if helpful

KP06 / KPF6

Exit Name Description

COOMKPLV User Exit: Copy Actual to Plan and Copy Planning

COOMKPT4 Customer Exit: Copy Plan->Plan/Act.->Plan for Cost Centers

regards

ravish

reward if useful

Former Member
0 Kudos

i finally use K_COSTS_PLAN_INTERFACE_TOTAL to upload cost center planning. Haven't tried with WBS or order but has the field in the structure. Thanks all for the help