SAP Reports / Programs | Basis Components | Basis Components | Table Maintenance Tool(BC-CUS-TOL-TME) SAP BC

RSOBJTR1 SAP ABAP Report - Transport Connection for Customizing Objects







RSOBJTR1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program creates a transport request (TR) for Customizing objects...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSOBJTR1 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 RSOBJTR1. "Basic submit
SUBMIT RSOBJTR1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSOBJTR1 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: DEVC = Package
Selection Text: DISPLAY = Display mode (no transport)
Selection Text: FUGR_INC = Include Generated Code
Selection Text: IMG_INC = incl. IMG Activities
Title: Transport Connection for Customizing Objects
Text Symbol: 001 = Package Selection
Text Symbol: 002 = ----------------------------------------------------------------------------------------------------
Text Symbol: 003 = The specified packages contain no objects that need to be transported.
Text Symbol: 004 = Program initializing ...
Text Symbol: 005 = % of transport list created...
Text Symbol: 006 = Objects put in transport object list
Text Symbol: 007 = Error 2: T req. not created. Code:
Text Symbol: 008 = Error 1: T req. not created. Code:
Text Symbol: 009 = Transport request created
Text Symbol: 020 = Function group
Text Symbol: 021 = IMG Activity
Text Symbol: 022 = IMG Maint. Object
Text Symbol: 023 = Package Does Not Exist
Text Symbol: 024 = Package Cannot be Transported
Text Symbol: 025 = TVDIR Entry Mising
Text Symbol: 026 = TDDAT Entry Mising


INCLUDES used within this REPORT RSOBJTR1

No INCLUDES are used within this REPORT code!


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:

S_CUS_IMG_ACTIVITY_GET_W_OBJ CALL FUNCTION 'S_CUS_IMG_ACTIVITY_GET_W_OBJ' EXPORTING objectname = w_sobj_objects-objectname objecttype = w_sobj_objects-objecttype TABLES * list_of_objects = sobj_objects activities_found = img_objects EXCEPTIONS no_object_given = 1 not_used_in_img_activities = 2 OTHERS = 3.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' * EXPORTING * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' * IMPORTING * WE_ORDER = * WE_TASK = * WE_OBJECTS_APPENDABLE = TABLES wt_ko200 = i_ko200 wt_e071k = i_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' * EXPORTING * WI_ORDER = ' ' * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' * IMPORTING * WE_ORDER = * WE_TASK = TABLES wt_ko200 = i_ko200 wt_e071k = i_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percent text = text EXCEPTIONS OTHERS = 1.

TR_DEVCLASS_GET CALL FUNCTION 'TR_DEVCLASS_GET' EXPORTING iv_devclass = p_devc iv_langu = sy-langu IMPORTING es_tdevc = w_devc EXCEPTIONS devclass_not_found = 1 OTHERS = 2.



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