SAP Reports / Programs

RN2DGAIS SAP ABAP Report - DGAI Data Export Copy Control Table







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


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


INCLUDES used within this REPORT RN2DGAIS

INCLUDE RN2DSTOP.
INCLUDE MNCOLOUR.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.


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



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