RN2UTDTM 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 RN2UTDTM 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: (Obsolete) Client Collective Transport of Doc. Categories
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: 018 = Doc. category not transported: Error in abst. des.;;
Text Symbol: 016 = Document category overwritten in the target client;;
Text Symbol: 015 = Document category successfully transported ;;
Text Symbol: 014 = Document category does not have definite design ;;
Text Symbol: 013 = Document category cannot be transported (status?) ;;
Text Symbol: 012 = Doc. category already exists in the target client ;;
Text Symbol: 011 = Document category does not exist in source client ;;
Text Symbol: 010 = Source Details
Text Symbol: 009 = Overwrite Existing Document Categories
Text Symbol: 008 = Additional Options
Text Symbol: 007 = Document Category Complete with All Applications and the Table
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 = Institution
Text Symbol: 002 = Client
Text Symbol: 001 = Target
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_MAND_DOKTYP ********CALL FUNCTION 'ISH_N2_TRANS_MAND_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_UPDATE_OBJ = EXV_UPDATE_OBJ ******** SI_DDTAB_MODE = EXV_DDTAB_MODE ******** SI_MANDT_FROM = SY-MANDT ******** SI_MANDT_TO = SE_ZMAND ******** SI_EINRI_TO = SE_ZEINR ******** TABLES ******** ST_TAB_DTKEY = LT_DTKEY ******** EXCEPTIONS ******** N2DT_NOT_FOUND = 1 ******** N2DT_INSERT_ERROR = 2 ******** N2ET_NOT_FOUND = 3 ******** N2DT_NOT_TRANSPORTABLE = 4 ******** N2DT_NO_INPUT = 5 ******** N2DE_NOT_FOUND = 6 "Gz 23042002 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.
RN2UTDTM - (Obsolete) Client Collective Transport of Doc. Categories RN2UTDTM - (Obsolete) Client Collective Transport of Doc. Categories RN2UPPR0 - OBSOLETE: Derivation from NSR Classifications RN2UPPR0 - OBSOLETE: Derivation from NSR Classifications RN2UPCTEMPLATE - IS-H*MED: Conversion PC Templates from N2KLIENTDD to N2DOCTEMPLATE RN2UPCTEMPLATE - IS-H*MED: Conversion PC Templates from N2KLIENTDD to N2DOCTEMPLATE