SAP Reports / Programs

CKMLMV_ORDER_LIST SAP ABAP Report - List of Orders Assigned to Prod. Process or Procurement Alternative







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


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


INCLUDES used within this REPORT CKMLMV_ORDER_LIST

No INCLUDES are used within this REPORT code!


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:

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.



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