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

RBM_STRUCT_TYPE_MIGRATE SAP ABAP Report - Process Modelling: Convert Structure Types







RBM_STRUCT_TYPE_MIGRATE 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_TYPE_MIGRATE 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_TYPE_MIGRATE. "Basic submit
SUBMIT RBM_STRUCT_TYPE_MIGRATE AND RETURN. "Return to original report after report execution complete
SUBMIT RBM_STRUCT_TYPE_MIGRATE 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 = D Package
Selection Text: P_REQNO = D Request/Task
Selection Text: P_TEST = Display Only
Selection Text: P_XIMG = IMG Structures
Selection Text: P_XTCAT = Test Catalogs
Title: Process Modelling: Convert Structure Types


INCLUDES used within this REPORT RBM_STRUCT_TYPE_MIGRATE

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

BM_SECONDARY_LANGUAGE_GET call function 'BM_SECONDARY_LANGUAGE_GET' exporting i_language = sy-langu importing e_s_language = slangu.

TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting iv_request = p_reqno importing es_request = request_header exceptions others = 1.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = repid is_layout = alv_list_layout it_fieldcat = alv_list_fieldcat it_sort = alv_list_sortinfo tables t_outtab = alv_list.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'TTREE' changing ct_fieldcat = p_fieldcat.

STREE_CHECK_FOR_LOCAL_OBJECT call function 'STREE_CHECK_FOR_LOCAL_OBJECT' exporting structure_id = p_struct_id importing local_and_private_object = l_local.

STREE_TRANSPORT_CHECK call function 'STREE_TRANSPORT_CHECK' exporting object = 'SHI3' obj_name = l_objname transport_order = p_reqno importing message = l_message.

STREE_TRANSPORT_INSERT call function 'STREE_TRANSPORT_INSERT' exporting object = 'SHI3' obj_name = l_objname transport_order = p_reqno importing message = l_message.

STREE_EXTERNAL_TRANS_ORDER_GET call function 'STREE_EXTERNAL_TRANS_ORDER_GET' exporting structure_id = p_struct_id importing transport_order = l_reqno.



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