cancel
Showing results for 
Search instead for 
Did you mean: 

CK11N Cost Estimate Tables

Former Member
0 Kudos

Hi,

What is the SAP table name which carries standard cost estimates after CK11N.

I know there are following tables related to cost estimates...ProdCostEst.No. (KALNR) is common field that run thru all these three tables

KEKO - Cost Estimate Header Data

KEPH - Cost component view of a cost estimate

CKIS - Cost Estimate line items..

Since CKIS is line item table ...Is there any table that can be referred to get total of cost estimates? Purpose is to get the total of cost estimate for material /plant.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

ajaycwa1981
Active Contributor

Hi Atul

If you just want to see the cost estimate once in a while, check the table KEPH..

However, i prefer making a custom report.. For that, following are the 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

Former Member
0 Kudos

Thanks Ajay.

Actually we want to capture total cost estimate in our development.

Regards,

ajaycwa1981
Active Contributor
0 Kudos

Hi

Then you would  be interested in these Bapis

Br. Ajay M

Answers (0)