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

/SAPSLL/KMATWLR3_DELETE SAP ABAP Report - Preference: Delete Worklist of Configurable Materials







/SAPSLL/KMATWLR3_DELETE 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 /SAPSLL/KMATWLR3_DELETE 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

/SAPSLL/KMATWLR3_DEL - GTS: Delete KMAT Worklist


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/KMATWLR3_DELETE. "Basic submit
SUBMIT /SAPSLL/KMATWLR3_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/KMATWLR3_DELETE 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: S_BARVS = Document Type
Selection Text: P_SIMUL = D .
Selection Text: P_STATUS = D .
Selection Text: P_STRANS = D .
Selection Text: S_POSNR = D .
Selection Text: S_VBELN = D .
Title: Preference: Delete Worklist of Configurable Materials
Text Symbol: T01 = Document
Text Symbol: T02 = Status


INCLUDES used within this REPORT /SAPSLL/KMATWLR3_DELETE

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:

RV_HELP CALL FUNCTION 'RV_HELP' EXPORTING key4 = '0' number = '008' * TRTYP = 'V' IMPORTING field = s_barvs-low. "gv_dummy.

RV_HELP CALL FUNCTION 'RV_HELP' EXPORTING key4 = '0' number = '008' * TRTYP = 'V' IMPORTING field = s_barvs-high.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = '/SAPSLL/KMATWLR3' * VARKEY = * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

/SAPSLL/KMATWLR3_DB_RNG_READ CALL FUNCTION '/SAPSLL/KMATWLR3_DB_RNG_READ' EXPORTING is_crit = ls_kmatwlr3_crit * IV_FLAG_FILL_BUFFER = 'X' IMPORTING et_result = et_kmatwlr3 EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_kmatwlr3-vbeln IMPORTING output = ls_kmatwl_status-refno.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_kmatwlr3-posnr IMPORTING output = ls_kmatwl_status-itvsy.

/SAPSLL/KMATWL_STATUS_GET CALL FUNCTION '/SAPSLL/KMATWL_STATUS_GET' DESTINATION iv_rfc_dest TABLES ct_wl_status = lt_kmatwl_status et_messages = et_messages EXCEPTIONS system_failure = 1 MESSAGE lv_rfc_msg communication_failure = 2 MESSAGE lv_rfc_msg OTHERS = 3.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = &3 i_s_msg = ls_appl_msg * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_appl_log IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_s_log_filter = ls_log_filter IMPORTING e_t_log_handle = lt_log_handle EXCEPTIONS msg_not_found = 1 OTHERS = 2.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handle * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5 .

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' i_t_log_handle = lt_log_handle[] * IMPORTING * E_NEW_LOGNUMBERS = EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .

/SAPSLL/KMATWL_STATUS_SET CALL FUNCTION '/SAPSLL/KMATWL_STATUS_SET' DESTINATION iv_rfc_dest TABLES it_wl_status = lt_kmatwl_status et_messages = lt_messages EXCEPTIONS system_failure = 1 MESSAGE lv_rfc_msg communication_failure = 2 MESSAGE lv_rfc_msg 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/KMATWLR3_DELETE or its description.