SAP Reports / Programs

RWUF_CHECK SAP ABAP Report - Report RWUF_CHECK







RWUF_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 RWUF_CHECK 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

RWUF_CHECK - Check Customizing


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 RWUF_CHECK. "Basic submit
SUBMIT RWUF_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RWUF_CHECK 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_APPL = D .
Title: Report RWUF_CHECK
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 = +++++++++++++++++++++++ No Errors ++++++++++++++++++++++++++++++++++
Text Symbol: 021 = ++++++++++++++++++ Errors Were Found +++++++++++++++++++++++++
Text Symbol: 020 = Parameter &1 Was Not 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 Condition
Text Symbol: 011 = Check Parameters of 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:
Text Symbol: 005 = Event:
Text Symbol: 004 = Check Target Field:
Text Symbol: 003 = !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Text Symbol: 002 = Source Field:
Text Symbol: 001 = Cross-Client Checks for Application:


INCLUDES used within this REPORT RWUF_CHECK

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:

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.



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