SAP Reports / Programs | Service | ASAP (AcceleratedSAP)(SV-ASA) SAP SV

RBM_STRUCT_REFS_TRANSPORT SAP ABAP Report - Structures with Nodes and no Link Entries







RBM_STRUCT_REFS_TRANSPORT 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_STRUCT_REFS_TRANSPORT 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 RBM_STRUCT_REFS_TRANSPORT. "Basic submit
SUBMIT RBM_STRUCT_REFS_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RBM_STRUCT_REFS_TRANSPORT 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_DEVCLS = D Package
Selection Text: P_SYSIDS = D Original System
Selection Text: P_TREEID = D Structure ID
Selection Text: P_TYPES = D Structure Type
Title: Structures with Nodes and no Link Entries
Text Symbol: 46C = ASAP before 4.6C upgrade


INCLUDES used within this REPORT RBM_STRUCT_REFS_TRANSPORT

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 = c_applid_refhier * importing structure_id = refhier_id.

STREE_GET_TRANSPORT_KEYS call function 'STREE_GET_TRANSPORT_KEYS' exporting structure_id = trees-id only_tabu_entries = 'X' * IMPORTING * MESSAGE = tables object_list = trobjlist key_list = trkeylist.

TR_INSERT_NEW_COMM call function 'TR_INSERT_NEW_COMM' exporting wi_kurztext = trkorr_text wi_trfunction = 'T' importing we_trkorr = trkorr exceptions others = 1.

TRINT_APPEND_COMM call function 'TRINT_APPEND_COMM' exporting wi_exclusive = space wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = trkorr tables wt_e071 = tr_objects wt_e071k = trkeylist exceptions others = 1.

BM_ALOG_CREATE call function 'BM_ALOG_CREATE' importing e_log_handle = alog_handle tables i_messages = messages.

BM_ALOG_DISPLAY call function 'BM_ALOG_DISPLAY' exporting i_log_handle = alog_handle.



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