‎2007 Apr 18 12:12 PM
Hi,
I need a BAPI for posting planned costs in transaction KP06.
The BAPI-s
BAPI_COSTELEM_CREATEMULTIPLE
BAPI_COSTELEMENTGRP_CREATE
BAPI_COSTELEMENTGRP_ADDNODE
are not working as per requirement.
Please suggest a BAPI for this transaction.
Thanks&Regards
Ananya
‎2007 Apr 18 12:18 PM
Hi,
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...
Regards
Sudheer
‎2007 Apr 18 12:19 PM
‎2007 Apr 18 12:24 PM
Hi Ravi,
Thanks for your reply.
I have tried with this BAPI also. Sorry for missing this out.
This BAPI has no currency fields to upload planned costs which I need to upload.
Thanks&Regards
Ananya
‎2007 Apr 18 12:23 PM
Hi,
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.
Assign points if it helps.
-Gaurang
‎2007 Sep 12 3:29 AM
Hi,
Have you tried
K_COSTS_PLAN_INTERFACE_TOTAL?
This one has a currency field.
Please award points if it helps
Regards