RSMT_CHECK2 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_CHECK2 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_APPL = D .
Title: Program RSMT_CHECK2
Text Symbol: 033 = Index
Text Symbol: 032 = Error Number
Text Symbol: 031 = ErNo.
Text Symbol: 030 = No Error
Text Symbol: 029 = Warning
Text Symbol: 028 = Error
Text Symbol: 027 = Line
Text Symbol: 026 = Context:
Text Symbol: 025 = Fixed Value:
Text Symbol: 024 = Predecessor &1 does not exist
Text Symbol: 023 = Cross-Client Checks for Application:
Text Symbol: 022 = +++++++++++++++++++++++ error-free ++++++++++++++++++++++++++++++++++
Text Symbol: 021 = ++++++++++++++++++ Errors were found +++++++++++++++++++++++++
Text Symbol: 020 = Parameter &1 has not been assigned to any field
Text Symbol: 019 = Field assignment
Text Symbol: 018 = Method :
Text Symbol: 017 = Sequence:
Text Symbol: 016 = Check Transformations
Text Symbol: 015 = Target Field:
Text Symbol: 014 = Check Field Checks
Text Symbol: 013 = Counter
Text Symbol: 012 = Check Parameters of a Condition
Text Symbol: 011 = Check Parameters of a Transformation
Text Symbol: 010 = Check Field Assignment
Text Symbol: 009 = Generic Fixed Value:
Text Symbol: 008 = Parameters:
Text Symbol: 007 = Source Field:
Text Symbol: 006 = Sequence of Transformation Call-Up
Text Symbol: 005 = Event:
Text Symbol: 004 = Check Target Field:
Text Symbol: 003 = !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Fehler !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Text Symbol: 002 = Source Field:
Text Symbol: 001 = Cross-Client Checks for Application:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
SUSR_DISPLAY_LOG CALL FUNCTION 'SUSR_DISPLAY_LOG' EXPORTING display_in_popup = 'X' * LOG_TITLE = * DISPLAY_IN_SUBSCREEN = TABLES it_log_sprot = lo_sprot_u * it_log_bapiret2 = return EXCEPTIONS parameter_error = 1 OTHERS = 2.
SUSR_DISPLAY_LOG CALL FUNCTION 'SUSR_DISPLAY_LOG' EXPORTING display_in_popup = 'X' * LOG_TITLE = * DISPLAY_IN_SUBSCREEN = TABLES it_log_sprot = lo_sprot_u * it_log_bapiret2 = return EXCEPTIONS parameter_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.