MLCCS_STARTUP 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 MLCCS_STARTUP into the relevant SAP transactions such as SE38 or SE80
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_BUKRS = D .
Selection Text: P_TEST = D .
Selection Text: P_BTCHRQ = D .
Selection Text: P_MLCD = Create Summarization Records
Selection Text: P_DETAIL = Detailed Processing List
Title: Creates actual cost comp. split for already productive ML customer
Text Symbol: 100 = Processing options
Text Symbol: 015 = Errors occurred when generating data for actual cost component split (-> messages)
Text Symbol: 014 = Data for actual cost component split cannot be generated without errors (-> messages)
Text Symbol: 013 = Message log of production startup for actual cost component split
Text Symbol: 012 = Company code
Text Symbol: 011 = Plant
Text Symbol: 010 = List of the plants to be processed
Text Symbol: 009 = List of company codes to be processed
Text Symbol: 008 = (test run)
Text Symbol: 007 = Values of the process parameters
Text Symbol: 005 = Background:
Text Symbol: 004 = Test run :
Text Symbol: 003 = Data for actual cost component split successfully created
Text Symbol: 002 = Data for actual cost component split can be created
Text Symbol: 001 = Product.startup ActCstCmpSplt
INCLUDE MLCCS_STARTUPTOP.
INCLUDE MLCCS_STARTUP_SCREEN.
INCLUDE MLCCS_STARTUP_ALVDEF.
INCLUDE RCKM_VA_BUKRS_WERKS.
INCLUDE MLCCS_STARTUPF01.
INCLUDE MLCCS_STARTUPF02.
INCLUDE MLCCS_STARTUPF03.
INCLUDE MLCCS_STARTUPF04.
INCLUDE MLCCS_STARTUPF05.
INCLUDE MLCCS_STARTUPF06.
INCLUDE MLCCS_STARTUPF07.
INCLUDE MLCCS_STARTUPF08.
INCLUDE MLCCS_STARTUPF09.
INCLUDE MLCCS_STARTUPF10.
INCLUDE MLCCS_STARTUPF11.
INCLUDE MLCCS_STARTUPF12.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELECTION' TABLES p_exclude = t_excluding.
CM_F_INFO CALL FUNCTION 'CM_F_INFO' EXPORTING aplid = ckru0_co_msg_aplid_run IMPORTING msg_counter_pro = h_msg_counter_pro.
CM_F_DISPLAY_LOG CALL FUNCTION 'CM_F_DISPLAY_LOG' EXPORTING aplid = ckru0_co_msg_aplid_run skip_info_screen = h_skip_info_screen grid_display = ccs00_x alv_variant = ckru0_co_msg_alv_variant EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MLCCS_STARTUP - Creates actual cost comp. split for already productive ML customer MLCCS_STARTUP - Creates actual cost comp. split for already productive ML customer MLCCS_RESET_TOP - MLCCSRESETTOP MLCCS_RESET - Deletes All Data in Actual Cost Component Split MLCCS_RESET - Deletes All Data in Actual Cost Component Split MLCCS_REPAIR_CKMLKEV - Program MLCCS_REPAIR_CKMLKEV