SAP Reports / Programs

RELREP02 SAP ABAP Report - Correct Correction Report EABLG During Device Replacement







RELREP02 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 RELREP02 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 RELREP02. "Basic submit
SUBMIT RELREP02 AND RETURN. "Return to original report after report execution complete
SUBMIT RELREP02 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: DETAILS = Further details
Selection Text: UPD-FLAG = Execute Changes
Title: Correct Correction Report EABLG During Device Replacement


INCLUDES used within this REPORT RELREP02

INCLUDE IEAABRVG.
INCLUDE IELABLGR.


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:

ISU_DB_EGERH_SINGLE call function 'ISU_DB_EGERH_SINGLE' exporting x_equnr = wa_eabl-equnr x_bis = wa_eabl-adat importing y_egerh = wa_eger exceptions not_found = 1 system_error = 2 others = 3.

ISU_DB_EGER_SELECT_LOGIKNR_SGL call function 'ISU_DB_EGER_SELECT_LOGIKNR_SGL' exporting x_logiknr = wa_eger-logiknr x_ab = helpdate importing y_v_eger = wa_egerv exceptions not_found = 1 not_qualified = 2 others = 3.

ISU_DB_EABL_SELECT_EQUNR_ENT call function 'ISU_DB_EABL_SELECT_EQUNR_ENT' exporting x_equnr = wa_egerv-equnr x_zwnummer = wa_eabl-zwnummer x_adat = helpdate x_ablesgr = co_gr_weeinb importing y_eabl = wh_eabl exceptions not_found = 1 system_error = 2 not_qualified = 3 invalid_interval = 4 others = 5.



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