CKMLBB_PRICES_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CKMLBB_PRICES_LIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CKMLBB_PRICES_LIST - Display Alternative Prices
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.
Selection Text: S_WERKS = D .
Selection Text: S_VBELN = D .
Selection Text: S_PSPNR = D .
Selection Text: S_PRKZG = D .
Selection Text: S_POSNR = D .
Selection Text: S_POPER = D .
Selection Text: S_MATNR = D .
Selection Text: S_BWTAR = D .
Selection Text: S_BDATJ = D .
Selection Text: P_VARIAN = D .
Selection Text: P_BUKRS = D .
Title: Display Alternative Prices
Text Symbol: T03 = Explain Price
Text Symbol: T02 = Display Material Price Analysis
Text Symbol: T01 = Choose Currency
Text Symbol: S06 = Or
Text Symbol: S05 = Time Frame
Text Symbol: S04 = Evaluation
Text Symbol: S03 = Detailed Selection
Text Symbol: S02 = Show/Hide Detail Selection
Text Symbol: S01 = Selection
Text Symbol: H03 = FIFO Variant
Text Symbol: H02 = Company Code
Text Symbol: H01 = Alternative Prices
INCLUDE CKMLBB_SELECT_OBJECTS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CKMLBB_PRICES_LIST - Display Alternative Prices CKMLBB_PRICES_LIST - Display Alternative Prices CKMLBB_PRICES_CHANGE - Price Change with Alternative Prices CKMLBB_PRICES_CHANGE - Price Change with Alternative Prices CKMLBB_PERIODS_LIST_F03 - CKMLBBPERIODSLISTF03 CKMLBB_PERIODS_LIST_F02 - CKMLBBPERIODSLISTF02