cancel
Showing results for 
Search instead for 
Did you mean: 

Backend Prices

Former Member
0 Kudos

Dear SRM Experts,

Replicate product prices from the SAP Backend.

Report: EBP_GET_BACKEND_PRICES.

Q) From where does it bring prices in backend-

Materials Master -Accounting View - PRICE.?

Inforecord Price ?

Q) Where is this price stored in SRM ?

Q)PO in EBP, Ext. classic scenario, from where is the price updated?

Pls give details of this program.

Regards,

ANIL RAJPAL.

Accepted Solutions (1)

Accepted Solutions (1)

yann_bouillut
Active Contributor
0 Kudos

Hi Anil,

Once you have replicated product from R/3 to SRM, you can display them in transaction COMMPR01.

EBP_GET_BACKEND_PRICES read backend material prices from table MBEW

You can look at COMM* tables.

COMM_PRODUCT Product

COMM_PRODUCTH Product history

COMM_PRPRDCATR Product -> category assignment

COMM_PRPRDCATRH Product -> category assignment history

COMM_PRSHTEXT Product description

COMM_PRSHTEXTH Product description history

COMM_PRSRV Product service set

COMM_PRSRVH Product service set history

...

Kind regards,

Yann

Former Member
0 Kudos

Hi Yann,

Thank You.

SIR, I have given full Points to you.

Thanks and Regards,

ANIL RAJPAL.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anil,

EBP_GET_BACKEND_PRICES pulls the "Valuation Price" from backend i.e. the price from the 'Accounting View' of Material-Master.

It does consider prices maintained for different plants and different at Valuation-types, in the backend. From this (possible pool of) prices, either you can get the 1st price or the Average, which you will have to mention while running EBP_GET_BACKEND_PRICES.

Thanks,

Jude