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
Below is a list of transaction codes which are relevant to this SAP report
CKMJ_RUN - Organizational Measures for 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_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
INCLUDE ML_ALLOW_SHOW_LIST_RUN_SCREEN.
INCLUDE CKML_RUN_SELSCREEN_PERIOD_EXT.
INCLUDE CKML_RUN_SELSCREEN_F4_EVENTS .
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ML_ALLOW_SHOW_LIST_RUN - Overview of Allowed Organizational Measures ML_ALLOW_SHOW_LIST_RUN - Overview of Allowed Organizational Measures ML_ALLOW_SHOW_LIST - Overview of Allowed Organizational Measures ML_ALLOW_SHOW_LIST - Overview of Allowed Organizational Measures ML_ALLOW_SETTLEMENT_RUN_SCREEN - MLALLOWSETTLEMENTRUNSCREEN ML_ALLOW_SETTLEMENT_RUN - Allow Price Determination for Run