CKMLBB_FIFO_CALCULATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program calculates the FIFO prices with which you can revaluate the material inventory in a particular period in an additional step...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 CKMLBB_FIFO_CALCULATE 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_FIFO_CALCULAT - Calculate FIFO 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_POSNR = D .
Selection Text: S_MATNR = D .
Selection Text: S_BWTAR = D .
Selection Text: P_VARIAN = D .
Selection Text: P_UPDATE = D .
Selection Text: P_POPER = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BDATJ = D .
Title: Calculate FIFO Prices
Text Symbol: T04 = Log
Text Symbol: T03 = Explain Price
Text Symbol: T02 = Currency
Text Symbol: T01 = Choose Currency
Text Symbol: S04 = FIFO Variant
Text Symbol: S03 = Detailed Selection
Text Symbol: S02 = Show/Hide Detail Selection
Text Symbol: S01 = Selection
Text Symbol: H15 = Valuation Alt.
Text Symbol: H14 = Crcy Type/Val.
Text Symbol: H13 = All Currencies
Text Symbol: H12 = Material Price
Text Symbol: H11 = Last FIFO Result
Text Symbol: H10 = Base Receipt Record
Text Symbol: H09 = Alternative value from
Text Symbol: H08 = Calculated Price From
Text Symbol: H07 = Project Stocks
Text Symbol: H06 = Sales Order
Text Symbol: H05 = Multilevel diffs
Text Symbol: H04 = Exch.rate diff.
Text Symbol: H03 = Key Figure Scheme
Text Symbol: H02 = Variant
Text Symbol: H01 = FIFO Costing Variant
INCLUDE CKMLBB_SELECT_OBJECTS.
INCLUDE CKMLBB_SELECT_VARIANT.
No SAP DATABASE tables are accessed within this REPORT code!
CKMLBB0_GET_FIFO_VARIANT CALL FUNCTION 'CKMLBB0_GET_FIFO_VARIANT' EXPORTING i_fifovar = p_varian IMPORTING o_fifo_variant = ls_variant.
CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING aplid = 'ACT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.