SAP Reports / Programs

RS005XPLZS SAP ABAP Report - Program RS005XPLZS







RS005XPLZS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RS005XPLZS sets the flag T005-XPLZS according to the following list: NZ New Zealand: T005-XPLZS = ' '...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 RS005XPLZS into the relevant SAP transactions such as SE38 or SE80


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 RS005XPLZS. "Basic submit
SUBMIT RS005XPLZS AND RETURN. "Return to original report after report execution complete
SUBMIT RS005XPLZS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RS005XPLZS
Text Symbol: A02 = changed, and choose F11 = 'Save'.
Text Symbol: B01 = At 'Save' the flag T005-XPLZS is assigned as in
Text Symbol: B02 = the report RS005XPLZS documentation.
Text Symbol: C01 = In successfully edited clients the
Text Symbol: C02 = flag T005-XPLZS is as assigned as in rep. RS005XPLZS documentation.
Text Symbol: 001 = The following clients were processed successfully:
Text Symbol: 002 = The data were read incorrectly in the following clients:
Text Symbol: 003 = The data were incorrectly changed in the following clients:
Text Symbol: 004 = No errors occurred
Text Symbol: 005 = None
Text Symbol: A01 = Mark the clients in which the settings are to be


INCLUDES used within this REPORT RS005XPLZS

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:

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