cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase info record price simulation 'ME_PRICING_INFORECORD'

rossma3
Explorer
0 Kudos

Hello experts,

I am using ME1M price simulation in the report by using

FUNCTION 'ME_PRICING_DIALOG'

and

FUNCTION 'ME_PRICING_INFORECORD'

.Everything is running well, I received netprice and condition too, but for some material I didn't receive netprice ( netprice is empty ), after some investigation I found out that material has flag "scales". ( maybe it is the reson).Could you help me with this issue ?

Thx in advance

Martin Rossipal

Accepted Solutions (0)

Answers (4)

Answers (4)

rossma3
Explorer
0 Kudos

Thx for a support,

if I entered the quantity >= 10 000 ( e.g. 10 500, 20 000, 50 000, ... ) I received the value, as you mentioned this is a "necessary" condition, right ?

Martin Rossipal

JL23
Active Contributor
0 Kudos

exact, you either enter a higher quantity in your call, or you enter a scale from 1-10000 in your info record

JL23
Active Contributor
0 Kudos

so it is outside of your scale, you have a quantity of 1000 in your program but a scale which starts from 10000

Ask your functional to create a scale which has an entry for up to 10000, or just accept that it is impossible to find a price for just 1000

rossma3
Explorer
0 Kudos

Thx for interest

please see below

debug ( my program)

scale in TRN ME1M

Thx in advance

Martin

JL23
Active Contributor
0 Kudos

Did you enter a quantity?

do your scales match for this quantity or is the quantity outside of the scale?