SAP Reports / Programs

MLCCS_STARTUP SAP ABAP Report - Creates actual cost comp. split for already productive ML customer







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


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


INCLUDES used within this REPORT MLCCS_STARTUP

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.




INCLUDE MLCCS_STARTUPF13.
INCLUDE MLCCS_STARTUPF14.
INCLUDE MLCCS_STARTUPF15.


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



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