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

ML_ALLOW_SHOW_LIST_RUN SAP ABAP Report - Overview of Allowed Organizational Measures







ML_ALLOW_SHOW_LIST_RUN 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 ML_ALLOW_SHOW_LIST_RUN 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

CKMJ_RUN - Organizational Measures for 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 ML_ALLOW_SHOW_LIST_RUN. "Basic submit
SUBMIT ML_ALLOW_SHOW_LIST_RUN AND RETURN. "Return to original report after report execution complete
SUBMIT ML_ALLOW_SHOW_LIST_RUN 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_APPL = D Application
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_POPER = D Posting period
Selection Text: P_RUNDAY = D Last Day of Period
Selection Text: P_RUNTYP = D Costing run
Title: Overview of Allowed Organizational Measures
Text Symbol: 001 = Valuation area
Text Symbol: 002 = Price determination allowed
Text Symbol: 003 = Closing entry allowed
Text Symbol: 004 = Overview for costing run


INCLUDES used within this REPORT ML_ALLOW_SHOW_LIST_RUN

INCLUDE ML_ALLOW_SHOW_LIST_RUN_SCREEN.
INCLUDE CKML_RUN_SELSCREEN_PERIOD_EXT.
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:

CKML_RUN_VALAREAS_GET CALL FUNCTION 'CKML_RUN_VALAREAS_GET' EXPORTING i_run_id = g_runid "ALRK171580 CN * I_RUN_TYPE = P_RUNTYP * I_LAST_DAY = P_RUNDAY IMPORTING et_valareas = lt_bwkey_info[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'LT_ALV' i_structure_name = 'CKMLO' CHANGING ct_fieldcat = lt_fieldcat.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_buffer_active = 'X' i_callback_program = repid i_callback_pf_status_set = 'ALV_PF_STATUS_SET' * i_callback_user_command = 'ALV_USER_COMMAND' * I_STRUCTURE_NAME = is_layout = lf_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'U' * IS_VARIANT = ' ' it_events = lt_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * e_exit_caused_by_caller = p_exit_caused_by_caller * es_exit_caused_by_user = fp_exit_caused_by_user TABLES t_outtab = lt_alv.



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