SAP Reports / Programs | Sales and Distribution | Foreign Trade(SD-FT) SAP SD

/SAPSLL/KMAT_WORKLOAD_DISP_FOR SAP ABAP INCLUDE - /SAPSLL/KMATWORKLOADDISPFOR







/SAPSLL/KMAT_WORKLOAD_DISP_FOR is a standard ABAP INCLUDE 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 /SAPSLL/KMAT_WORKLOAD_DISP_FOR 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 /SAPSLL/KMAT_WORKLOAD_DISP_FOR. "Basic submit
SUBMIT /SAPSLL/KMAT_WORKLOAD_DISP_FOR AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/KMAT_WORKLOAD_DISP_FOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /SAPSLL/KMAT_WORKLOAD_DISP_FOR

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:

/SAPSLL/KMATWLR3_DB_RNG_READ CALL FUNCTION '/SAPSLL/KMATWLR3_DB_RNG_READ' EXPORTING is_crit = is_sel_crit iv_flag_fill_buffer = ' ' IMPORTING et_result = et_kmatwlr3 EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_interface_check = lv_flag i_callback_program = gc_alv_callback-program i_callback_pf_status_set = gc_alv_callback-pf_status_set i_callback_user_command = gc_alv_callback-user_command is_layout = gs_alv-s_layout it_fieldcat = gs_alv-t_fieldcat it_excluding = lrt_extab i_save = 'A' it_events = gt_events[] it_event_exit = gt_events_exit[] i_tabname_header = gc_alv_fieldcatalog-hdr_int_tab i_tabname_item = gc_alv_fieldcatalog-itm_int_tab is_keyinfo = gs_alv-s_keyinfo TABLES t_outtab_header = gs_alv-t_header t_outtab_item = gs_alv-t_item EXCEPTIONS program_error = 2 OTHERS = 4.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gc_alv_fieldcatalog-prg i_internal_tabname = gc_alv_fieldcatalog-hdr_int_tab i_structure_name = gc_alv_fieldcatalog-hdr_struc i_client_never_display = gc_true CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gc_alv_fieldcatalog-prg i_internal_tabname = gc_alv_fieldcatalog-itm_int_tab i_structure_name = gc_alv_fieldcatalog-itm_struc i_client_never_display = gc_true CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.

/SAPSLL/KMATWLR3_DB_DEL CALL FUNCTION '/SAPSLL/KMATWLR3_DB_DEL' EXPORTING it_del = lt_del.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gc_alv_callback-program i_callback_pf_status_set = gc_alv_callback-pf_status_set i_callback_user_command = gc_alv_callback-user_command is_layout = gs_alv-s_layout it_fieldcat = gs_alv-t_fieldcat i_save = 'A' i_tabname_header = gc_alv_fieldcatalog-hdr_int_tab i_tabname_item = gc_alv_fieldcatalog-itm_int_tab is_keyinfo = gs_alv-s_keyinfo TABLES t_outtab_header = gs_alv-t_header t_outtab_item = gs_alv-t_item EXCEPTIONS program_error = 2 OTHERS = 4.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_item-vbeln IMPORTING output = lv_vbeln.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = '/SAPSLL/KMAT_STATUS_R3' langu = sy-langu TABLES dd07v_tab = lt_dd07v EXCEPTIONS illegal_input = 1 OTHERS = 2.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = lt_handle i_client = sy-mandt IMPORTING e_t_log_handle = lt_log_handle e_t_msg_handle = lt_msg_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = ls_msg_handle i_langu = sy-langu IMPORTING e_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_not_found = 2 OTHERS = 3.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING language = sy-langu msg_id = ls_msg-msgid msg_no = lv_msgno msg_var1 = ls_msg-msgv1 msg_var2 = ls_msg-msgv2 msg_var3 = ls_msg-msgv3 msg_var4 = ls_msg-msgv4 IMPORTING msg_text = ls_msg_txt EXCEPTIONS function_not_completed = 1 message_not_found = 2 OTHERS = 3.



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 /SAPSLL/KMAT_WORKLOAD_DISP_FOR or its description.