SAP Reports / Programs

RHBAUPAT_BASE SAP ABAP Report - Buffer Creation for Generic Attributes







RHBAUPAT_BASE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used by SAP quality control for test purposes...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 RHBAUPAT_BASE 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 RHBAUPAT_BASE. "Basic submit
SUBMIT RHBAUPAT_BASE AND RETURN. "Return to original report after report execution complete
SUBMIT RHBAUPAT_BASE 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: VERBOSE1 = Shortened
Selection Text: VERBOSE = Detailed
Selection Text: NEW_BUFF = D Indicator
Selection Text: DEL_BUFF = Delete all Buffers
Selection Text: DAT_BUFF = D Selection Date
Title: Buffer Creation for Generic Attributes
Text Symbol: SM1 = Buffers are being deleted
Text Symbol: P04 = Releases...
Text Symbol: P03 = Process structure...
Text Symbol: P01 = Read root nodes...
Text Symbol: P00 = Delete buffer...
Text Symbol: H02 = Structure creation and buffer determination
Text Symbol: H01 = Delete obsolete buffer
Text Symbol: DP1 = Display
Text Symbol: BUR = Currently Running
Text Symbol: BU8 = Buffer was Last Rebuilt:
Text Symbol: BU7 = Buffering is Activated for the Following Object Types:
Text Symbol: BU6 = Organizational Units and Positions
Text Symbol: BU5 = Organizational Units
Text Symbol: BU4 = No Scenario is Buffered
Text Symbol: BU3 = Buffer is Activated for Scenario:
Text Symbol: BU2 = Rebuild Buffer on (Date)
Text Symbol: BU1 = Attribute Buffer
Text Symbol: SM2 = Read root node
Text Symbol: SM3 = Number of root nodes:
Text Symbol: SM4 = Buffer is being created
Text Symbol: SP1 = System:
Text Symbol: SP2 = Client:
Text Symbol: SPO = Online
Text Symbol: SPB = Batch
Text Symbol: SP6 = Finish:
Text Symbol: SP5 = Start:
Text Symbol: SP4 = Mode:
Text Symbol: SP3 = User:


INCLUDES used within this REPORT RHBAUPAT_BASE

INCLUDE RHBAUPAT_BASE_DEC.
INCLUDE RHBAUPAT_BASE_MAC.
INCLUDE RHBAUPAT_BASE_SEL.


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