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

RBM_OBJECT_TRANSPORT SAP ABAP Report - Transport Objects







RBM_OBJECT_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_OBJECT_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_OBJECT_TRANSPORT. "Basic submit
SUBMIT RBM_OBJECT_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RBM_OBJECT_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 = Packages
Selection Text: P_DEVCLS = D Package
Selection Text: P_IDS = D Object Definition
Selection Text: P_LANGUS = D Language Key
Selection Text: P_REQNO = D Request/Task
Selection Text: P_REQTY = Type of Request/Task
Selection Text: P_TYPE = D Object Type
Title: Transport Objects
Text Symbol: FT0 = Control Parameters
Text Symbol: T00 = Transport Object


INCLUDES used within this REPORT RBM_OBJECT_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_OBJECT_TYPE_F4_HELP call function 'BM_OBJECT_TYPE_F4_HELP' exporting i_object_type = p_type i_multiple_selection = 'X' tables e_object_ids = object_ids exceptions cancelled = 1 others = 2.

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_OBJECT_TRANSPORT call function 'BM_OBJECT_TRANSPORT' exporting i_object_type = p_type i_object_id = object_ids-def i_corr_insert = corr_insert i_transport_type = p_reqty i_params = params tables i_additional_languages = languages i_devclasses = p_devcls 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. "Objekt 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_OBJECT_TRANSPORT or its description.