RN2UTDTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For calling the collective transport between systems, the
If you would like to execute this report or see the full code listing simply enter RN2UTDTS 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.
Selection Text: SE_DTVER = Version
Selection Text: SEL_N2DT = Document Category
Title: System Collective Transport - Doc.Categories (Obsolete)
Text Symbol: U05 = Comments ;;
Text Symbol: U04 = Version ;;
Text Symbol: U03 = Doc.Category;;
Text Symbol: U02 = Inst. ;;
Text Symbol: U01 = Doc Ctgry Transports;;
Text Symbol: S01 = Institution
Text Symbol: 021 = Document category does not exist in source client ;;
Text Symbol: 020 = Document category placed in transport request ;;
Text Symbol: 019 = Document category successfully transported ;;
Text Symbol: 018 = Document category does not have definite design ;;
Text Symbol: 017 = Document category cannot be transported (status?) ;;
Text Symbol: 016 = Doc. category not transported: Error in abst. des.;;
Text Symbol: 015 = The following doc.categories were placed in the transp. req.
Text Symbol: 013 = SAP Development Objects
Text Symbol: 012 = External Development Objects
Text Symbol: 011 = SAPscript Application
Text Symbol: 010 = External Data Modules
Text Symbol: 009 = User Exits for Documentation Elements
Text Symbol: 008 = User Exits for Document
Text Symbol: 007 = Data Elements and Domains
Text Symbol: 006 = Document Category with Definite and Abstract Design
Text Symbol: 005 = Document Category with Definite Design
Text Symbol: 004 = Transport Variants
Text Symbol: 003 = Exclude Development Objects of Certain Origins
Text Symbol: 002 = Transport Development Objects
Text Symbol: 001 = Source
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'. wg. CHECKMAN Gz 11052005 R.600
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_DOKTYP ****CALL FUNCTION 'ISH_N2_TRANS_SYST_DOKTYP' **** 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 **** 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 "Gz 06052002 R.463B
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 - System Collective Transport - Doc.Categories (Obsolete) RN2UTDTS - System Collective Transport - Doc.Categories (Obsolete) RN2UTDTM2 - (obsolete) RN2UTDTM2 - (obsolete) RN2UTDTM - (Obsolete) Client Collective Transport of Doc. Categories RN2UTDTM - (Obsolete) Client Collective Transport of Doc. Categories