cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone know the table where the field "Product Price" of bills of materials is stored?

0 Kudos

Accepted Solutions (1)

Accepted Solutions (1)

alexander_nosov
Explorer
0 Kudos

Hi Raúl,

the price is stored in the Price List, defined in the bill of Material. In your case it's the price list "07 - Costes de..." (the full name is not visible on the screenshot). So, what you need, is:

select Price from ITM1 where ItemCode = 'Z14A' and PriceList = (select ListNum from OPLN where ListName = '07 - Costes de...')

0 Kudos

You're right, thank you!

Answers (0)