RN2UTDTS_TRANS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for SAP transport of the definition data of parameterized document categories (PMDs) between systems You can use this program to transport PMDs between systems...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_TRANS 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 Definition Data of Document Categories (SAP)
Text Symbol: U10 = Select Document Ctgry
Text Symbol: U09 = Select Source Institution
Text Symbol: U06 = Tables for Transport Request (with Key)
Text Symbol: U05 = Comment
Text Symbol: U04 = Version
Text Symbol: U03 = Document Category
Text Symbol: U02 = Inst.
Text Symbol: U01 = DocCtgry Transports
Text Symbol: S01 = Institution
Text Symbol: 057 = Create Transport Request
Text Symbol: 045 = Test run! No transport request will be created
Text Symbol: 041 = Test Run
Text Symbol: 040 = Additional Options
Text Symbol: 036 = Transport Type for Definition Data
Text Symbol: 029 = No authorization for doc. ctgry transport
Text Symbol: 026 = Document Category
Text Symbol: 021 = Doc. Category Does not Exist in Source Client
Text Symbol: 020 = Document Category Added to Transport Request
Text Symbol: 018 = Document Category Has no Definite Design
Text Symbol: 017 = Document Ctgry Cannot Be Transported (Status?)
Text Symbol: 016 = Doc. Ctgry Not Transported: Abstr. Design Error
Text Symbol: 015 = The following document categories were placed in the transport request
Text Symbol: 001 = Program is obsolete
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'(001) text_object = n2t_obsolet_trans EXCEPTIONS OTHERS = 0.
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 si_cb_spras = off "sprachabh.Tabellen On/Off
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2UTDTS_TRANS - Transport Definition Data of Document Categories (SAP) RN2UTDTS_TRANS - Transport Definition Data of Document Categories (SAP) RN2UTDTS_SELPARAMS1 - Include RN2UTDTS_SELPARAMS RN2UTDTS_SELPARAMS - Include RN2UTDTS_SELPARAMS RN2UTDTS_RUNINST_CLASS - RN2UTDTSRUNINSTCLASS RN2UTDTS_RUNINST - Unpack and Install Installation Packages from BC Sets