CKMLMV_ORDER_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 CKMLMV_ORDER_LIST 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: P_KALA = Production process
Selection Text: P_KALP = Procurement alternative
Title: List of Orders Assigned to Prod. Process or Procurement Alternative
Text Symbol: 001 = Material
Text Symbol: 002 = Plnt
Text Symbol: 003 = Production process
Text Symbol: 004 = Procurement alternative
Text Symbol: 005 = Production process without attached orders
Text Symbol: 006 = Procurement alternative without attached orders
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'AUFTYP' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = itab_auftyp_texts * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = ld_repid i_internal_tabname = 'AUSG_TBL' * I_STRUCTURE_NAME = * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = ld_repid CHANGING ct_fieldcat = field_cat.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' i_callback_program = callback_prog i_callback_pf_status_set = 'CALLBACK_SET_STATUS_FAUFLIST' i_callback_user_command = 'CALLBACK_USER_COMM_FAUFLIST' * I_STRUCTURE_NAME = is_layout = s_layout it_fieldcat = field_cat * it_excluding = rt_extab * IT_SPECIAL_GROUPS = IT_SORT = t_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = ld_save is_variant = ls_variant it_events = t_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 = es_exit_caused_by_user = ls_exit TABLES t_outtab = ausg_tbl.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CKMLMV_ORDER_LIST - List of Orders Assigned to Prod. Process or Procurement Alternative CKMLMV_ORDER_LIST - List of Orders Assigned to Prod. Process or Procurement Alternative CKMLMV_MAINTAIN_RULES_MATTOP - CKMLMVMAINTAINRULESMATTOP CKMLMV_MAINTAIN_RULESTOP - CKMLMVMAINTAINRULESTOP CKMLMV_MAINTAIN_RULESO01 - CKMLMVMAINTAINRULESO01 CKMLMV_MAINTAIN_RULESI01 - CKMLMVMAINTAINRULESI01