SAP Reports / Programs | Basis Components | Basis Components | Business Navigator(BC-CUS-TOL-NAV) SAP BC

RBM_STRUCTURE_TRANSPORT SAP ABAP Report - Transport Structures







RBM_STRUCTURE_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_STRUCTURE_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_STRUCTURE_TRANSPORT. "Basic submit
SUBMIT RBM_STRUCTURE_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RBM_STRUCTURE_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_DEVCL = Package Specifications
Selection Text: P_DEVCLS = D Package
Selection Text: P_DIAG = Diagrams
Selection Text: P_DOCU = Documentation
Selection Text: P_EXTENS = Structure with Enhancements
Selection Text: P_EXTIDS = D Enhancement ID
Selection Text: P_EXT_NO = Structure w/o Enhancements
Selection Text: P_EXT_ON = Enhancements Only (w/o Struct)
Selection Text: P_IDS = D Structure ID
Selection Text: P_LANGUS = D Language
Selection Text: P_REFOBJ = Assigned Objects
Selection Text: P_REQNO = D Request/Task
Selection Text: P_REQTY = Type of Request/Task
Selection Text: P_STRUCT = Structure Nodes
Selection Text: P_SUBSTR = Substructures
Title: Transport Structures
Text Symbol: FT0 = Transport Scope
Text Symbol: FT1 = Structure Enhancements
Text Symbol: FT3 = Transport Request
Text Symbol: T00 = Transport Structure


INCLUDES used within this REPORT RBM_STRUCTURE_TRANSPORT

INCLUDE: 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:

STREE_EXTERNAL_SEARCH CALL FUNCTION 'STREE_EXTERNAL_SEARCH' EXPORTING display_f4_popup = 'X' multiple_selection = 'X' result_display_all_sel_paramet = 'X' result_display_tree_type = 'X' result_display_devclass = 'X' IMPORTING message = struct_message TABLES structure_types = struct_types selected_tree_headers = selected_structs.

STREE_RAISE_MESSAGE CALL FUNCTION 'STREE_RAISE_MESSAGE' EXPORTING message = struct_message.

BM_EXTENSION_F4_HELP CALL FUNCTION 'BM_EXTENSION_F4_HELP' CHANGING extension = extension-extension EXCEPTIONS OTHERS = 1.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request = p_reqno iv_request_types = p_reqty IMPORTING es_request = request_header EXCEPTIONS OTHERS = 1.

BM_TRANSPORT_ORDER_GET_TYPE CALL FUNCTION 'BM_TRANSPORT_ORDER_GET_TYPE' EXPORTING trkorr = p_reqno IMPORTING reqno = p_reqno reqty = p_reqty EXCEPTIONS OTHERS = 1.

BM_REPORT_BATCH_PARAMS_CHECK CALL FUNCTION 'BM_REPORT_BATCH_PARAMS_CHECK' EXPORTING transport_order = p_reqno IMPORTING message = message.

BM_STRUCTURE_TRANSPORT CALL FUNCTION 'BM_STRUCTURE_TRANSPORT' EXPORTING i_structure_id = selected_structs-id i_corr_insert = corr_insert i_transport_type = p_reqty i_params = params i_extensions = p_extens TABLES i_additional_languages = languages i_devclasses = p_devcls i_extension_ids = extensions CHANGING object_list = object_list key_list = key_list transport_order = p_reqno messages = messages.

BM_TRANSPORT_INSERT CALL FUNCTION 'BM_TRANSPORT_INSERT' EXPORTING i_transport_type = p_reqty CHANGING transport_order = p_reqno object_list = object_list key_list = key_list messages = messages.

BM_REPORT_MESSAGES_DISPLAY CALL FUNCTION 'BM_REPORT_MESSAGES_DISPLAY' EXPORTING messages = messages.

BM_EXPRESS_MESSAGE_SEND CALL FUNCTION 'BM_EXPRESS_MESSAGE_SEND' EXPORTING title = text-t00. "Struktur transportieren



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