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
Below is a list of transaction codes which are relevant to this SAP report
CKMB_RUN - Create Basic List for Costing Run
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: 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
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.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPRCKMLMV_RUN_BASIC_LIST - Actual Costing: Select Materials SAPRCKMLMV_RUN_BASIC_LIST - Actual Costing: Select Materials SAPRCKMLMV_QSI02 - SAPRCKMLMVQSI02 SAPRCKMLMV_QSI01 - SAPRCKMLMVQSI01 SAPRCKMLMV_QSI00 - Initialization of Quantity Structure Import from Logistics SAPRCKMLMV_QSI00 - Initialization of Quantity Structure Import from Logistics