SAP Reports / Programs

RCBUI001 SAP ABAP Report - EHS: Takeover of Std Characteristics, Std Classes and Property Trees







RCBUI001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can generate the RCBUI001 report as follows: in the IMG activity Copy standard database structure or manually via the transaction SE38 The report has the following functions: Copy the following EH&S standard data from client 000 to the logon client: Units of measurement required for EH&S characteristics EH&S classes and characteristics Property tree Transfer of the current number range status for the following number ranges in the logon client: SAP_CHARCR -> protected number range for EH&S characteristics SAP_CLASSR -> protected number range for EH&S classes..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 RCBUI001 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

CGB7 - EHS: Char,Class,PropTree,ClientCopy


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


Text pool values


Title: EHS: Takeover of Std Characteristics, Std Classes and Property Trees
Text Symbol: 001 = Charact. groups
Text Symbol: 002 = Takeover of Standard Characteristics and Standard Classes
Text Symbol: 003 = Do you really want to execute this activity?


INCLUDES used within this REPORT RCBUI001

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-002 DIAGNOSE_OBJECT = 'EHS_SAF_CGB7_CONTINUE' TEXT_QUESTION = TEXT-003 DEFAULT_BUTTON = '2' IMPORTING ANSWER = L_ANSWER EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.



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