RN2UTDTS_EUOBJ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transport of Parameterized Document Categories (PMDs) Between Systems This program enables experts to copy selected generated objects of the logon system’s parameterized document categories onto another system...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 RN2UTDTS_EUOBJ 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: System Transport of Objects to Document Categories (SAP)
Text Symbol: 033 = Own Form
Text Symbol: 034 = Generated Form
Text Symbol: 035 = Smart Form
Text Symbol: 036 = Transport Type for Definition Data
Text Symbol: 037 = Correction Req.
Text Symbol: 038 = BC Set
Text Symbol: 040 = Additional Options
Text Symbol: 041 = Test Run
Text Symbol: 042 = Exclude Development Objects of Certain Origins
Text Symbol: 043 = External Dev. Objects
Text Symbol: 044 = SAP Development Objects
Text Symbol: 045 = Test run! No transport request will be created
Text Symbol: 046 = Objects for Transport Request (Possibly with Comment)
Text Symbol: 047 = All Generated Objects for Document Category (Without Definition Data)
Text Symbol: 048 = Further Objects for Document Category (Without Definition Data)
Text Symbol: 049 = Obj.Selection
Text Symbol: 050 = Form Transport
Text Symbol: 051 = Customer Transp. Variant
Text Symbol: 052 = SAP Transport Variant
Text Symbol: 053 = or Select Individual Objects
Text Symbol: 054 = Generated Objects
Text Symbol: 055 = Other Objects
Text Symbol: 056 = Program is obsolete
Text Symbol: S01 = Institution
Text Symbol: U01 = Doc Ctgry Transports;;
Text Symbol: U02 = Inst. ;;
Text Symbol: U03 = Document Category
Text Symbol: U04 = Version ;;
Text Symbol: U05 = Comments ;;
Text Symbol: U09 = Select Source Institution
Text Symbol: U10 = Select Document Ctgry
Text Symbol: 001 = Source Details
Text Symbol: 002 = Transport Development Objects
Text Symbol: 003 = Exclude Development Objects of Certain Origins
Text Symbol: 004 = Transport Variants
Text Symbol: 005 = Document Category with Element List
Text Symbol: 006 = Document Category w/ Element List and Abstract Design (Definition Data)
INCLUDE RNDATA00.
INCLUDE MNCOLOUR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = 'Programm ist obsolet'(056) text_object = n2t_obsolet_trans EXCEPTIONS OTHERS = 0.
ISH_N2_AUTHORITY * CALL FUNCTION 'ISH_N2_AUTHORITY'. "Gz 10062004 R.473
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off.
ISH_N2_TRANSPORT_DOKTYP CALL FUNCTION 'ISH_N2_TRANSPORT_DOKTYP' EXPORTING si_trans_mode = exv_trans_mode si_trans_data = exv_trans_data si_trans_art = exv_trans_art si_trans_euobj = exv_trans_euobj si_trans_filter = exv_trans_filter si_trobj_fehl_info = 'X' si_cb_test = cb_test "Testlauf On/Off * IMPORTING * se_trkorr = trans_trkorr TABLES st_tab_dtkey = lt_dtkey st_tab_dt_trobj_fehl = lt_dt_trobj_fehl EXCEPTIONS n2dt_not_found = 1 n2et_not_found = 2 local_or_locked_objects = 3 n2dt_not_transportable = 4 n2dt_no_input = 5 n2de_not_found = 6 no_authority = 7 no_transport_selected = 8 OTHERS = 9.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RN2F4_HELP_EINRI' retfield = 'EINRI' window_title = 'Quelleinrichtung auswaehlen'(u09) value_org = 'S' TABLES value_tab = f4_help_list return_tab = f4_help_list_ret EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 OTHERS = 0.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = wa_f4_help_list_ret-fieldval IMPORTING output = se_einri.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = '1000' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 0 invalid_dynprofield = 0 invalid_dynproname = 0 invalid_dynpronummer = 0 invalid_request = 0 no_fielddescription = 0 undefind_error = 0 OTHERS = 0.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "wegen Format Einri EXPORTING input = dynpfields-fieldvalue IMPORTING output = se_einri.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RN2F4_HELP_DTID' retfield = 'DTID' dynpprog = sy-cprog dynpnr = '1000' dynprofield = fieldname stepl = 0 window_title = 'Dokumentyp auswaehlen'(u10) value_org = 'S' TABLES value_tab = f4_help_list.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr "'1000' * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 0 invalid_dynprofield = 0 invalid_dynproname = 0 invalid_dynpronummer = 0 invalid_request = 0 no_fielddescription = 0 invalid_parameter = 0 undefind_error = 0 double_conversion = 0 stepl_not_found = 0 OTHERS = 0.
ISH_N2_COMPARE_DOCTYPE CALL FUNCTION 'ISH_N2_COMPARE_DOCTYPE' EXPORTING ss_einri_to = se_einri * SS_CB_TEST = s_doktyp = l_n2dt_ext_imp s_elements = lt_n2et_ext_imp s_dokel = lt_n2de_ext_imp s_struc = lt_n2es_imp EXCEPTIONS load_error = 1 conversion_error = 2 OTHERS = 3.
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 RN2UTDTS_EUOBJ or its description.
RN2UTDTS_EUOBJ - System Transport of Objects to Document Categories (SAP) RN2UTDTS_EUOBJ - System Transport of Objects to Document Categories (SAP) RN2UTDTS_CREATINST - (Obsolete) Create Installation Packages and Pack in BC Set RN2UTDTS_CREATINST - (Obsolete) Create Installation Packages and Pack in BC Set RN2UTDTS_BCSET - (Obsolete) BC Set of Definition Data to Document Categories (SAP) RN2UTDTS_BCSET - (Obsolete) BC Set of Definition Data to Document Categories (SAP)