SAP Reports / Programs

RWES_DEFINE_FILTER SAP ABAP Report - Define Explicit Filter Criteria for an Application







RWES_DEFINE_FILTER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to configure the explicit filter criteria that are applied when you use transaction see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWES_DEFINE_FILTER 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

WESF - Filter Definition


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 RWES_DEFINE_FILTER. "Basic submit
SUBMIT RWES_DEFINE_FILTER AND RETURN. "Return to original report after report execution complete
SUBMIT RWES_DEFINE_FILTER 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: PA_APPL = D .
Selection Text: SO_FOBJ = D .
Selection Text: SO_SRV = D .
Title: Define Explicit Filter Criteria for an Application
Text Symbol: 001 = Filter Object (General)
Text Symbol: 002 = Service Implementation (Dedicated)
Text Symbol: B01 = Application
Text Symbol: B02 = Filter
Text Symbol: B03 = Service
Text Symbol: B04 = Definition Level Filter Criteria
Text Symbol: DEL = Should filter values be deleted from the database?
Text Symbol: FC1 = Define Filter
Text Symbol: FC2 = Display Filter
Text Symbol: FC3 = Delete Filter
Text Symbol: FC4 = Program Documentation
Text Symbol: FC5 = Display Filter Criteria Overview


INCLUDES used within this REPORT RWES_DEFINE_FILTER

INCLUDE RWES_DEFINE_FILTER_TOP . " GLOBAL DATA
INCLUDE RWES_DEFINE_FILTER_SEL . " SELECTION SCREEN
INCLUDE RWES_DEFINE_FILTER_EVT . " EVENTS
INCLUDE RWES_DEFINE_FILTER_F01 . " ROUTINES
INCLUDE RWES_DEFINE_FILTER_F02 . " ROUTINES
INCLUDE RWES_DEFINE_FILTER_F03.
INCLUDE RWES_DEFINE_FILTER_F04.
INCLUDE RWES_DEFINE_FILTER_F05.
INCLUDE RWES_DEFINE_FILTER_F06.


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:

No SAP FUNCTION MODULES are executed within this report code!



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