SAP Reports / Programs

RN2UTDTS SAP ABAP Report - System Collective Transport - Doc.Categories (Obsolete)







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 Report RN2UTDTS is now available...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 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RN2UTDTS. "Basic submit
SUBMIT RN2UTDTS AND RETURN. "Return to original report after report execution complete
SUBMIT RN2UTDTS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RN2UTDTS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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



Contribute (Add Comments)

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 or its description.