cancel
Showing results for 
Search instead for 
Did you mean: 

cost Itemization with costing status

Former Member
0 Kudos

Dear All,

Is there any Table which is similar to CKIS (Itemization Product Costing)  along with costing status field , KEKO wont work for me as this is Product Costing - Header Data ?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

ajaycwa1981
Active Contributor
0 Kudos

Hi Ram

If the intention is to make custom reports for getting the cost component split - I would suggest use these BAPIs

BAPI_COSTESTIMATE_GETLIST: Determine cost estimate lists

BAPI_COSTESTIMATE_GETDETAIL: Determine detailed information for a cost estimate

BAPI_COSTESTIMATE_ITEMIZATION: Determine itemization for a cost estimate

BAPI_COSTESTIMATE_GETEXPLOSION: Determine BOM explosion for a cost estimate

Execute BAPI_COSTESTIMATE_GETLIST first to get the list of cost estimates. Then you execute the other BAPIs

SAP has also provided the sample program SAPBAPICOPC to demonstrate, with examples, how to use these BAPIs


Br. Ajay M