SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management(BW-WHM) SAP BW

RSRV_START SAP ABAP Report - Program BNTEST4







RSRV_START 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 RSRV_START 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

RSRV - Analysis and Repair of BW Objects


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 RSRV_START. "Basic submit
SUBMIT RSRV_START AND RETURN. "Return to original report after report execution complete
SUBMIT RSRV_START 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 BNTEST4
Text Symbol: U03 = Cancel Test Run
Text Symbol: U02 = the test run?
Text Symbol: U01 = Do you want to cancel
Text Symbol: T05 = Test Partial Selection
Text Symbol: T04 = Do you want to continue just for this test?
Text Symbol: T03 = Some parameters not available for the test.
Text Symbol: S03 = Cancel Repairs
Text Symbol: S02 = the repair run?
Text Symbol: S01 = Do you want to terminate
Text Symbol: NT1 = No Description Found
Text Symbol: LON = Long Text
Text Symbol: L02 = Delete Package
Text Symbol: L01 = Deletion of Edited Package
Text Symbol: D03 = to confirm that this is what you want it to do.
Text Symbol: D02 = remove warnings and errors. Before data is changed, the system asks you
Text Symbol: D01 = You have chosen the repair mode. This mode attempts to
Text Symbol: C01 = Do you want to continue?
Text Symbol: AU3 = package that has been loaded.
Text Symbol: AU2 = If you continue, the current selection will be replaced by the
Text Symbol: AU1 = You have not saved the current selection of tests.
Text Symbol: A04 = Selection has not been saved.
Text Symbol: A03 = Repair partial selection?
Text Symbol: A02 = Do you want to repair only these objects?
Text Symbol: A01 = Only a selection of the tests have been carried out.
Text Symbol: 011 = All InfoCubes
Text Symbol: 010 = Only objects of the same type can be moved together.
Text Symbol: 008 = Elementary Tests
Text Symbol: 007 = Value Help for the 'Dimension' Parameter
Text Symbol: 006 = Parameters
Text Symbol: 005 = Display Old Logs
Text Symbol: 004 = Carry Out Repairs
Text Symbol: 003 = Package Selection
Text Symbol: 002 = Hide Messages
Text Symbol: 001 = Show Messages


INCLUDES used within this REPORT RSRV_START

INCLUDE RSRV_START_CLASSES.
INCLUDE RSRV_START_FORMS.
INCLUDE RSRV_START_PBO_I1.




INCLUDE RSRV_START_PAI_I1.
INCLUDE RSRV_START_POV_I1.


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