SAP Reports / Programs

SAPRCKMLMV_RUN_BASIC_LIST SAP ABAP Report - Actual Costing: Select Materials







SAPRCKMLMV_RUN_BASIC_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 SAPRCKMLMV_RUN_BASIC_LIST 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

CKMB_RUN - Create Basic List for Costing Run


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 SAPRCKMLMV_RUN_BASIC_LIST. "Basic submit
SUBMIT SAPRCKMLMV_RUN_BASIC_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT SAPRCKMLMV_RUN_BASIC_LIST 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: P_TEST = D .
Selection Text: P_STORE = D .
Selection Text: P_RUNTYP = D .
Selection Text: P_RUNDAY = D .
Selection Text: P_POPER = D .
Selection Text: P_GJAHR = D .
Selection Text: P_BTCHRQ = D .
Selection Text: P_APPL = D .
Selection Text: P_HDB = SAP HANA DB Used
Title: Actual Costing: Select Materials
Text Symbol: 023 = HDB Accelerator
Text Symbol: 022 = Processing Without SAP HANA Database
Text Symbol: 021 = Start/Stop FCML_SYNCHRONIZE_CKMLPP:
Text Symbol: 020 = Start Report FCML_SYNCHRONIZE_CKMLPP
Text Symbol: 014 = Select materials
Text Symbol: 013 = Cycle
Text Symbol: 012 = Costing level
Text Symbol: 011 = Cstg.level
Text Symbol: 010 = Level
Text Symbol: 009 = Materials with errors selected
Text Symbol: 008 = Materials with warnings selected
Text Symbol: 007 = Materials without errors selected
Text Symbol: 006 = No. Mats.
Text Symbol: 005 = Materials
Text Symbol: 004 = No. of materials
Text Symbol: 003 = Last day of period
Text Symbol: 002 = Costing run profile
Text Symbol: 001 = Processing


INCLUDES used within this REPORT SAPRCKMLMV_RUN_BASIC_LIST

INCLUDE RCKMLMV_RUN_BASIC_LISTTOP. "GLOBALE DATEN
INCLUDE RKASMAWF.
INCLUDE SCHEDMAN_EVENTS.
INCLUDE RCKMLMV_RUN_BASIC_LIST_SCREEN. "SELEKTIONSBILD
INCLUDE RCKMLMV_RUN_BASIC_LISTF01.
INCLUDE CKML_RUN_SELSCREEN_PERIOD_EXT. "LAUF, SELEKTIONSBILD
INCLUDE CKML_RUN_SELSCREEN_F4_EVENTS.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = 'SELEKTION' P_PROGRAM = 'SAPRCKMLMV_RUN_BASIC_LIST' TABLES P_EXCLUDE = T_EXCLUDING.



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