RN2DGAIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is relevant for the country version Germany only...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 RN2DGAIS 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: P_DIFF = Transfer Supplements
Selection Text: P_TEST = Test Mode
Selection Text: SE_EINR2 = Target Institution
Selection Text: SE_EINRI = Source Institution
Title: DGAI Data Export Copy Control Table
Text Symbol: A01 = No. of Control Records
Text Symbol: A02 = No. of Deleted Control Records
Text Symbol: A03 = No. of Transferred Control Records
Text Symbol: A04 = No. of Existing Control Records
Text Symbol: A05 = No. of Transferable Control Records
Text Symbol: A06 = Test Mode: No Transfer Takes Place
Text Symbol: A07 = Only Transfer New Control Records
Text Symbol: S01 = Source Institution
Text Symbol: S02 = Target Inst.
Text Symbol: S03 = Processing Parameters
INCLUDE RN2DSTOP.
INCLUDE MNCOLOUR.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_EINRI_CHECK call function 'ISH_EINRI_CHECK' exporting ss_einri = se_einr2 importing ss_tn01 = tn01 exceptions others = 1.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING EINRI = '' AUSBEGDT = s_RNSTAT-AUSBEGDT AUSENDDT = s_RNSTAT-AUSENDDT TITLE_LIN1 = s_RNSTAT-TITLE_LIN1 LINE_SIZE = s_RNSTAT-LINE_SIZE REPID = s_RNSTAT-REPID ULINE = ON.
ISH_N2_READ_N2DGAIST CALL FUNCTION 'ISH_N2_READ_N2DGAIST' EXPORTING SS_E_EINRI = SE_EINRI " Einrichtung SS_E_QSSST = L_DGSST " Schnittstelle SS_E_NO_DEFAULT = ON TABLES SS_T_N2DGAIST = idb_dgaistv EXCEPTIONS EMPTY = 2.
ISH_N2_READ_N2DGAIST CALL FUNCTION 'ISH_N2_READ_N2DGAIST' EXPORTING SS_E_EINRI = SE_EINR2 " Einrichtung SS_E_QSSST = L_DGSST " Schnittstelle SS_E_NO_DEFAULT = ON " Default nicht lesen TABLES SS_T_N2DGAIST = idb_dgaistn EXCEPTIONS EMPTY = 2.
ISH_N2_DELETE_N2DGAIST CALL FUNCTION 'ISH_N2_DELETE_N2DGAIST' EXPORTING SS_E_EINRI = SE_EINR2 SS_E_QSSST = L_DGSST EXCEPTIONS EMPTY = 2 .
ISH_N2_INSERT_N2DGAIST CALL FUNCTION 'ISH_N2_INSERT_N2DGAIST' EXPORTING SS_E_EINRI = se_einr2 SS_E_QSSST = L_DGSST SS_E_MODE = p_diff TABLES SS_T_N2DGAIST = idb_dgaistn.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2DGAIS - DGAI Data Export Copy Control Table RN2DGAIS - DGAI Data Export Copy Control Table RN2DGAI2 - Anesthesia Quality Assurance (DGAI) RN2DGAI2 - Anesthesia Quality Assurance (DGAI) RN2DESK - IS-H*MED: Definition of Constants for Desktop Applications RN2DEMOBEFUND - Includes and Subscreens for ISHMDEMO to the angiologic demo-findings