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 Price and Cost Report

Former Member
0 Kudos

Hi Friends,

I have

EKKO ( Purchasing Document Header )

EKPO ( Purchasing Document Item )

EINA ( Purchasing Info Record - General Data )

A017 ( Material Info Record ) Tables

Now i want to fetch

STPRAS ( Standard Price )

PEINH ( Price Unit )

fields from MBEW ( Material Valuation ) Table

Can any one tell me How to Link MBEW Table from the above Tables ?

Points for Sure......

Regards

Srini

3 REPLIES 3

Former Member
0 Kudos

from ekpo u ll get the materials(matnr), valuation type and plant.. u can use this to link mbew n get the details.

Hope it helps.

Regards..

Former Member
0 Kudos

HI

GOOD

YOU CAN JOINING ALL THE TABLE USING THE QUERY INNER JOIN HAVING COMMON FIELD MANDT.

THANKS

MRUTYUN

Former Member
0 Kudos

Hi,

In order to MAP each record of EKPO to MBEW you have to pass 'MATNR' of EKPO to 'MATNR' of MBEW, pass 'WERKS' of EKPO to 'BWKEY' of MBEW and 'BWTAR' of EKPO to 'BWTAR' of MBEW.