cancel
Showing results for 
Search instead for 
Did you mean: 

Material price not appearing in SC

Former Member
0 Kudos

Hi Experts,

we have a strange problem in our system.we are having classic scenario(SRM 5)

when i select a material from Internal goods/services , system will not show us the Std price maintained in material master.

Inforecord is also maintained for this material but still it is not picking up from either of these two. It is showing Zero Price.

I have maintaine dthis material for 2 plants(X1 and X2). For X1 it is " V " and price is Zero.

X2 is maintained with standarard price with price 100.

Is there any FM or report which can update the pricess of material in to SRM.

kindly suggest

regards

subbu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks arshad and reddy,

we did not follow the sap note instead we have changed the material value as common for all the plants as per our business process.

thanks

subbu

Former Member
0 Kudos

Hello SUbbu,

Update of price in srm is possible through the note 420343.

This note describes an option to transfer a price from the Backend via a report and a BADI and to store this price in the condition table of the corresponding product in the EBP.

But you have to do small changes,i think this note will

certainly helps you to transfer material master prices to srm product master automatically.

Hope this helps

Arshad

Former Member
0 Kudos

Hi

use report EBP_GET_BACKEND_PRICES in SRM to bring valuation price from R3/ECC.

you have two options over here:

1.Average value of all prices - this will bring the average price (mean of all valuation prices) into SRM.

2.Use first price - this will bring first plant's valuation price (to check which is the first plant, run Tx MM60 in ECC/R3 for the respective material and see the plant which is listed first). If the price is zero for this plant, zero will be replicated to SRM. So in this case you need to maintain price in all the plants (generally this will be used if you have standard price S maintained as valuation price).

R/Reddy.

Former Member
0 Kudos

hi Reddy,

Thanks for your quick reply.

as you said we have this material maintained for 2 plants but in MM60 the first plant value is Zero and second plant value is 180.

if i execute the report it will bring only first material price. but how to bring second material price too.

can you guide me on this

regards

subbu

Former Member
0 Kudos

Hi

no standard option to bring the second plants price, to my knowledge. If we want we need to do some custom coding (?).

Generally, if we have a material maintained with sandard price S, it shud be common for all the plants. This case we can have "use first price option" in the report.

Else if we are using V, we can have the average price option.

R/Reddy.