SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2UTDTM SAP ABAP Report - (Obsolete) Client Collective Transport of Doc. Categories







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 Report RN2UTDTM 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 RN2UTDTM 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 RN2UTDTM. "Basic submit
SUBMIT RN2UTDTM AND RETURN. "Return to original report after report execution complete
SUBMIT RN2UTDTM 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: (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


INCLUDES used within this REPORT RN2UTDTM

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_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



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