Application Development and Automation 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: 
Read only

Function module to get the cost estimate

Former Member
0 Likes
5,673

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
Read only

Former Member
0 Likes
2,440

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

Read only

Former Member
0 Likes
2,440

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!!!

Read only

0 Likes
2,440

Try with these FM's :

CK_F_KEKO_KEPH_READING

CK_F_KEKO_KEPH_PREREAD

CKML_F_MARK_COST_ESTIMATE

Thanks

Seshu