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: 

Material Cost Estimate

Former Member
0 Kudos
904

Hi All.

I have a requirement to display the information in the Material Cost Estimate found in the Material Master. From MM03, input the material number, then click on the Accouting 1 tab, and then click on the Std. Cost Estimate button, and then click on Current button. This will display a new screen. I need the values displayed on the left side of the screen. I need the quantity and total value fields. Unfortunately, as I debugged the program, I am still unable to find the function module or table where these values are taken from. Anybody who knows a function module to retreive those values? Or databse table that I can use?

Thanks in advance.

Jim

4 REPLIES 4

Former Member
0 Kudos
361

Hi,

Use the tables

COST

COSP

COEP

AFVV .

strcture KKB_CBL

<b>Rewrad points</b>

Regards

Message was edited by:

skk

Former Member
0 Kudos
361

Hi,

For quantity and material values you can use the table MBEW..LBKUM for quantity and STPRS is for standard price

For cost estimates..I believe the table is KEKO & KEPO

Thanks

Naren

Former Member
0 Kudos
361

Hi

Use the Tables

KEKO

KEPH

KALA

for the Material Cost estimate

Reward points for useful Answers

Regards

Anji

0 Kudos
361

Hi All,

Thank you to all those who replied. I noticed that there is a difference in the values from the left side of the screen to the right side when it vomes to the total values and quantity from the Material Cost Estimate view of the material master. Any idea on what caused the difference?

Thanks.

Jim