SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Cross-Application Functions(SRM-EBP-CA) SAP SRM

EBP_GET_BACKEND_PRICES SAP ABAP Report - Program EBP_GET_BACKEND_PRICES







EBP_GET_BACKEND_PRICES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report serves to update the material valuation prices in the EBP System...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter EBP_GET_BACKEND_PRICES into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT EBP_GET_BACKEND_PRICES. "Basic submit
SUBMIT EBP_GET_BACKEND_PRICES AND RETURN. "Return to original report after report execution complete
SUBMIT EBP_GET_BACKEND_PRICES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PAR_JOB = Workload Distr.,Number of Jobs
Selection Text: PV_CURR = Target Currency
Selection Text: PV_FIRST = Use first price
Selection Text: PV_MID = Average value of all prices
Selection Text: PV_SYS = Specify logical system
Selection Text: SO_PRO = Product ID
Title: Program EBP_GET_BACKEND_PRICES
Text Symbol: LGS = Logical System
Text Symbol: LOG = Message Log
Text Symbol: MID = Class
Text Symbol: MNO = Number
Text Symbol: MSG = Message
Text Symbol: MTY = Typ
Text Symbol: PAR = Distribution Across Several Jobs
Text Symbol: PJP = Price Ref. per Prod.
Text Symbol: PRO = Product
Text Symbol: PRW = Product Range
Text Symbol: STD = Hours
Text Symbol: TIM = Durat:
Text Symbol: WAE = Crcy of Product Prices


INCLUDES used within this REPORT EBP_GET_BACKEND_PRICES

INCLUDE BBP_PD_CON.
INCLUDE EBP_GET_BACKEND_PRICES_TOP.
INCLUDE EBP_GET_BACKEND_PRICES_PAR.
INCLUDE EBP_GET_BACKEND_PRICES_FORMS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "note540203 * EXPORTING * input = ls_prod-matnr * IMPORTING * output = ls_prod-matnr.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EBP_GET_BACKEND_PRICES or its description.