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: 

regarding table for material prices

Former Member
0 Kudos

hi guys,

can any one tell me in which table, Material price details are stored.

thank you and waiting for ur reply

pavan

1 ACCEPTED SOLUTION

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Try with KOMV.

Hope this helps.

3 REPLIES 3

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Try with KOMV.

Hope this helps.

Former Member
0 Kudos

Hi Pavan,

i use this to show the Materialprices (Kondition).

SELECT-OPTIONS: S_MATNR FOR A004-MATNR.

SELECT * FROM A004 WHERE KAPPL = 'V'

AND KSCHL = 'ZR00'

AND VKORG = '1000'

AND VTWEG = '01'

AND MATNR IN S_MATNR.

SELECT SINGLE * FROM KONH WHERE KNUMH = A004-KNUMH.

SELECT SINGLE * FROM KONP WHERE KNUMH = A004-KNUMH.

Our Prices are only Materia-dependet.

Perhaps you have to use A005 or A006 instead of A004. But the logic is the same.

Hope it helps.

Regards, Dieter

Former Member
0 Kudos

Hi,

MBEW -> STPRS ( Standard Price)

Regards

purshoth