RN2UTDTS3 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 Using this program you can transport all the objects of a PMD 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 RN2UTDTS3 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 Document Categories (Customer) (Obsolete)
Text Symbol: 030 = Tables
Text Symbol: 031 = Function Group
Text Symbol: 032 = Print Application
Text Symbol: 033 = Own Form
Text Symbol: 034 = Generated Form
Text Symbol: 035 = Smart Form
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 = Generated Objects for Doc. Category (Table, Function Group, Form)
Text Symbol: 048 = Selected Development Objects for Document Category (Without Definition Data)
Text Symbol: 049 = Select Development Objects
Text Symbol: 050 = Form Transport
Text Symbol: 051 = Customer Transp. Variant
Text Symbol: 052 = SAP Transport Variant
Text Symbol: S01 = Institution
Text Symbol: U01 = Doc Ctgry Transports;;
Text Symbol: U02 = Inst. ;;
Text Symbol: U03 = Doc.Category;;
Text Symbol: U04 = Version ;;
Text Symbol: U05 = Comments ;;
Text Symbol: U09 = Select Source Institution
Text Symbol: U10 = Select Document Ctgry
Text Symbol: 029 = No authorization for doc. ctgry transport
Text Symbol: 001 = Source
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)
Text Symbol: 007 = Data Elements and Domains
Text Symbol: 008 = User Exits for Document
Text Symbol: 009 = User Exits for Documentation Elements
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_TRANS_SYST_DOKTYP3 *** CALL FUNCTION 'ISH_N2_TRANS_SYST_DOKTYP3' *** EXPORTING *** si_trans_mode = exv_trans_mode *** si_trans_status = exv_trans_status *** si_trans_absentw = exv_trans_absentw *** si_trans_art = exv_trans_art *** si_trans_euobj = exv_trans_euobj *** si_trans_filter = exv_trans_filter *** si_trobj_fehl_info = 'X' *** si_mandt_from = sy-mandt *** si_cb_test = cb_test "Testlauf On/Off R.472
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.
*** 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.
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 RN2UTDTS3 or its description.
RN2UTDTS3 - System Transport of Document Categories (Customer) (Obsolete) RN2UTDTS3 - System Transport of Document Categories (Customer) (Obsolete) RN2UTDTS2 - System Transport of Document Categories (Obsolete) RN2UTDTS2 - System Transport of Document Categories (Obsolete) RN2UTDTS - System Collective Transport - Doc.Categories (Obsolete) RN2UTDTS - System Collective Transport - Doc.Categories (Obsolete)