SAP Reports / Programs | Controlling | Product Cost Controlling | Actual Costing/Material Ledger(CO-PC-ACT) SAP CO

CKMLBB_FIFO_CALCULATE SAP ABAP Report - Calculate FIFO Prices







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CKMLBB_FIFO_CALCULAT - Calculate FIFO Prices


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 CKMLBB_FIFO_CALCULATE. "Basic submit
SUBMIT CKMLBB_FIFO_CALCULATE AND RETURN. "Return to original report after report execution complete
SUBMIT CKMLBB_FIFO_CALCULATE 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: 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


INCLUDES used within this REPORT CKMLBB_FIFO_CALCULATE

INCLUDE CKMLBB_SELECT_OBJECTS.
INCLUDE CKMLBB_SELECT_VARIANT.


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:

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'.



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 CKMLBB_FIFO_CALCULATE or its description.