RN2U12XP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RN2U12XP 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: XPRA for Converting Time and its Def. (N2OZ) 304->401
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_READ_TIMEDEFINITION * CALL FUNCTION 'ISH_N2_READ_TIMEDEFINITION' * EXPORTING * SS_EINRICHTUNG = IN2OZ-EINRI ** SS_ARBEITSPLATZ = ** SS_DATUM = ** SS_AP_ZUORDNUNG = * TABLES * SS_ZEITPUNKTE = IN2ZEITDEF * EXCEPTIONS * NO_EINRICHTUNG = 1 * NO_ARBEITSPLATZ = 2 * OTHERS = 3.
APPEND_PROTOCOL ** CALL FUNCTION 'APPEND_PROTOCOL' ** EXPORTING ** ACCEPT_NOT_INIT = 'X' ** TABLES ** XMSG = IPROT ** EXCEPTIONS ** FILE_NOT_FOUND = 1 ** PROT_NOT_INITIALIZED = 2 ** TABLE_EMPTY = 3 ** WRONG_CALL = 4 ** OTHERS = 5.
TR_APPEND_LOG * call function 'TR_APPEND_LOG' * EXPORTING ** OPEN_FILE = 'X' ** CLOSE_FILE = 'X' ** CONDENSE = 'X' ** MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = 'X' ** IV_SUPPRESS_STATISTICS = ' ' * tables * xmsg = iprot * EXCEPTIONS * FILE_NOT_FOUND = 1 * WRONG_CALL = 2 * OTHERS = 3 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2U12XP - XPRA for Converting Time and its Def. (N2OZ) 304->401 RN2U12XP - XPRA for Converting Time and its Def. (N2OZ) 304->401 RN2U10XP - XPRA Upgrade to 4.01; Reorganize Display Variants RN2U10XP - XPRA Upgrade to 4.01; Reorganize Display Variants RN2TT_TEMPTT_DISPLAY - Display Temporary Treatment Orders RN2TT_TEMPTT_DISPLAY - Display Temporary Treatment Orders