RSTRANSTEMPLATE 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 RSTRANSTEMPLATE into the relevant SAP transactions such as SE38 or SE80
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.
Title: Transport Customizing Templates
Text Symbol: 050 = Do you want to change the development class?
Text Symbol: 040 = No transportable development class is assigned for the template
Text Symbol: 030 = Transport a template
Text Symbol: 020 = Do you want to transport the template anyway?
Text Symbol: 010 = No filter has been set for the template &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STEMPLATE_CHECK_EXISTENCE call function 'STEMPLATE_CHECK_EXISTENCE' exporting template_id = template message_when_exist = ' ' importing message = message.
SPROJECT_SEND_MESSAGE call function 'SPROJECT_SEND_MESSAGE' changing message = message.
STREE_STRUCTURE_EXIST call function 'STREE_STRUCTURE_EXIST' exporting structure_id = i_tobjectt-object_id * READ_FROM_DATABASE = * DO_NOT_READ_DEVCLASS = ' ' importing message = message * STRUCTURE_HEADER = * STRUCTURE_IS_ORIGINAL = structure_is_transportable = filter_is_transportable structure_tadir = filter_tadir .
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting * DEFAULTOPTION = 'N' textline1 = textline textline2 = text-020 titel = text-030 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' importing answer = answer .
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting * DEFAULTOPTION = 'J' textline1 = text-040 textline2 = text-050 titel = text-030 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' importing answer = answer .
TR_TADIR_POPUP_ENTRY_E071 call function 'TR_TADIR_POPUP_ENTRY_E071' exporting wi_e071_pgmid = filter_tadir-pgmid wi_e071_object = filter_tadir-object wi_e071_obj_name = e071_obj_name * WI_E071_GENNUM = ' ' * WI_MESSAGE_ENTER_DEVCLASS = ' ' * WI_READ_ONLY = ' ' * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_GENFLAG = ' ' * WI_TADIR_MASTERLANG = ' ' * IV_SUPPRESS_MOD_SHOW = ' ' * IMPORTING * WE_TADIR = * ES_TDEVC = * EV_DELETED = exceptions display_mode = 1 exit = 2 global_tadir_insert_error = 3 no_repair_selected = 4 no_systemname = 5 no_systemtype = 6 no_tadir_type = 7 reserved_name = 8 tadir_enqueue_failed = 9 devclass_not_found = 10 tadir_not_exist = 11 object_exists = 12 internal_error = 13 object_append_error = 14 tadir_modify_error = 15 object_locked = 16 no_object_authority = 17 others = 18 .
STREE_STRUCTURE_EXIST call function 'STREE_STRUCTURE_EXIST' exporting structure_id = i_tobjectt-object_id read_from_database = 'X' * DO_NOT_READ_DEVCLASS = ' ' importing message = message * STRUCTURE_HEADER = * STRUCTURE_IS_ORIGINAL = structure_is_transportable = filter_is_transportable structure_tadir = filter_tadir .
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' exporting * IV_NO_STANDARD_EDITOR = ' ' iv_no_show_option = flag_no_show_option * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' importing we_order = es_request-trkorr * WE_TASK = * WE_OBJECTS_APPENDABLE = tables wt_ko200 = t_ko200 * WT_E071K = * TT_TADIR = exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3 .
TR_OBJECT_CHECK * CALL FUNCTION 'TR_OBJECT_CHECK' * EXPORTING * WI_KO200 = WI_KO200 ** IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = FLAG_NO_SHOW_OPTION ** IV_EXTERNALPS = ' ' ** IV_EXTERNALID = ' ' ** IV_NO_PS = ' ' * IMPORTING * WE_ORDER = ES_REQUEST-TRKORR ** WE_TASK = ** WE_KO200 = ** WE_OBJECT_APPENDABLE = ** ES_TADIR = ** TABLES ** WT_E071K = * EXCEPTIONS * CANCEL_EDIT_OTHER_ERROR = 1 * SHOW_ONLY_OTHER_ERROR = 2 * OTHERS = 3 * .
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting * DEFAULTOPTION = 'N' textline1 = textline textline2 = text-020 titel = text-030 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' importing answer = answer .
TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting iv_suppress_dialog = flag_no_show_option iv_request_types = request_type * IV_CLI_DEP = ' ' iv_request = es_request-trkorr it_e071 = t_e071 it_e071k = t_e071k * IV_LOCK_OBJECTS = ' ' * IV_TITLE = * IV_START_COLUMN = 3 * IV_START_ROW = 7 * IV_WITH_ERROR_LOG = 'X' importing es_request = es_request exceptions invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 others = 8 .
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = es_request-trkorr * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' * IMPORTING * WE_ORDER = * WE_TASK = tables wt_ko200 = t_ko200 * WT_E071K = * TT_TADIR = exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3 .
SASAP_ANSWERSET_TRANSPORT call function 'SASAP_ANSWERSET_TRANSPORT' exporting * PROJECT = template = template transport_request = es_request-trkorr exceptions project_not_exist = 1 template_not_exist = 2 no_project_or_template_given = 3 others = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTRANSTEMPLATE - Transport Customizing Templates RSTRANSTEMPLATE - Transport Customizing Templates RSTRANSSPACECHK - Test Program for Determining Transport Request Sizes RSTRANSSPACECHK - Test Program for Determining Transport Request Sizes RSTRANSPROJECT_DOCU - Program TES_DOKU_TRANSPORT RSTRANSPROJECT_DOCU - Program TES_DOKU_TRANSPORT