RSMT_CHECK 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 RSMT_CHECK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSMT_CHECK - Check Customizing
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 .
Title: Report RSMT_CHECK
Text Symbol: 007 = Source Field:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_log_header IMPORTING e_log_handle = g_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING language = i_sy-langu msg_id = i_sy-msgid msg_no = l_msgno msg_var1 = i_sy-msgv1 msg_var2 = i_sy-msgv2 msg_var3 = i_sy-msgv3 msg_var4 = i_sy-msgv4 IMPORTING msg_text = e_text EXCEPTIONS function_not_completed = 1 message_not_found = 2 OTHERS = 3.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = l_s_msg EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMT_CHECK - Report RSMT_CHECK RSMT_CHECK - Report RSMT_CHECK RSMT_C - Client-Dependent Customizing of the Transformation Workbench RSMT_C - Client-Dependent Customizing of the Transformation Workbench RSMT_APPLY_CORRECTION_NEW - Read Mappings as XML from Local PC and Import to Database RSMT_APPLY_CORRECTION_NEW - Read Mappings as XML from Local PC and Import to Database