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
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: DETAILS = Further details
Selection Text: UPD-FLAG = Execute Changes
Title: Correct Correction Report EABLG During Device Replacement
INCLUDE IEAABRVG.
INCLUDE IELABLGR.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RELREP02 - Correct Correction Report EABLG During Device Replacement RELREP02 - Correct Correction Report EABLG During Device Replacement RELPCTOP - Program RGURELPC (Reload PCA_OBJECT): Global Data RELPCSEL - Program RGURELPC (Reload PCA_OBJECT): Selection Options RELPCF01 - Program RGURELPC (Reload PCA_OBJECT): Form Routines RELOUNIT - Program for Object Category READUNIT: READUNIT