SAP Reports / Programs

RBM_HIER_00 SAP ABAP Report - Display/change SAP Reference Structure







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

SREFH00 - Change SAP Reference Structure


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 RBM_HIER_00. "Basic submit
SUBMIT RBM_HIER_00 AND RETURN. "Return to original report after report execution complete
SUBMIT RBM_HIER_00 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: P_MODIFY = Change
Selection Text: P_EXTENS = D Enhancement ID
Selection Text: P_EXTEND = Expand
Selection Text: P_DISPL = Display
Selection Text: P_APPLID = D Application
Title: Display/change SAP Reference Structure


INCLUDES used within this REPORT RBM_HIER_00

INCLUDE: LSF00TOP, RBMTYPES01.
INCLUDE: LSF00TOP, RBMTYPES01.


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:

BM_ROOT_STRUCTURE_GET call function 'BM_ROOT_STRUCTURE_GET' exporting application = p_applid importing structure_id = refhier_id.

BM_EXTENSION_GET call function 'BM_EXTENSION_GET' exporting obligatory = 'X' importing extension = p_extens exceptions others = 1.

BM_EXTENSION_SET call function 'BM_EXTENSION_SET' exporting extension = p_extens.

STREE_EXTERNAL_EDIT_EXTENSION call function 'STREE_EXTERNAL_EDIT_EXTENSION' exporting structure_id = refhier_id extension_id = p_extens * LANGUAGE = SY-LANGU no_commit_work = ' ' importing message = message.

BM_STRUCTURE_MAINTAIN call function 'BM_STRUCTURE_MAINTAIN' exporting i_structure_id = refhier_id * I_DEVCLASS = * I_LANGUAGE = SY-LANGU i_mode = mode i_screen = 'X' i_msg_send = c_msg-screen.



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