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: 

Function module to get the cost estimate

Former Member
0 Kudos

Hi all

while running the standard costing run the cost estimate is stored in the table keko and keph.can anyone tell me whether is there any function module to get that cost estimate of a material which is in released status

3 REPLIES 3

Former Member
0 Kudos

Hi

Check the following

BAPI_COSTESTIMATE_RELEASING Release of Marked Standard Cost Estimates

BAPI_COSTESTIMATE_UPDATE_PRICE Update of Prices in Material Master

fun module

POST_COST_ESTIMATE

You can check in SE37 for other cost estimate related fun modules

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

hi anji,

the function modules u gave isfor releasing the price and updating the price in material master and not for fetching the cost from keph table.

I think the bapi name itself says that.right!!!

0 Kudos

Try with these FM's :

CK_F_KEKO_KEPH_READING

CK_F_KEKO_KEPH_PREREAD

CKML_F_MARK_COST_ESTIMATE

Thanks

Seshu