REL_DELETE_EABLDEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to delete reversed meter reading documents...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 REL_DELETE_EABLDEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ELMRDEL - Delete Reversed Meter Readings
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_RETPER = Retent.Per.in Days (Sch MR Dt)
Selection Text: P_DELPRD = D .
Selection Text: P_DELTST = D .
Selection Text: P_LAUFZ = D .
Selection Text: P_LFZDAT = D .
Selection Text: P_LFZTIM = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: SO_ADATS = D .
Title: Delete Reversed Meter Reading Documents
Text Symbol: E01 = Delete
Text Symbol: E02 = Meter Reading Docs
Text Symbol: S01 = Reversed Meter Reading Documents Selection
Text Symbol: S02 = Runtime Restriction
INCLUDE ARCH_DELETE_PRG_STANDARD2.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_LINE_DETAIL CALL FUNCTION 'ARCHIVE_PROTOCOL_LINE_DETAIL'.
ISU_AUTHORITY_CHECK CALL FUNCTION 'ISU_AUTHORITY_CHECK' EXPORTING x_object = co_auth_object IMPORTING y_subrc = l_subrc TABLES xt_author = lt_auth_data.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REL_DELETE_EABLDEL - Delete Reversed Meter Reading Documents REL_DELETE_EABLDEL - Delete Reversed Meter Reading Documents REL_CREATE_MOVEIN_MRRES - Generate Move-In Readings for Devices Installed After Move-In REL_CREATE_MOVEIN_MRRES - Generate Move-In Readings for Devices Installed After Move-In RELUPLD1 - Program RELUPLD1: Simulatio of Uploads RELUPLD1 - Program RELUPLD1: Simulatio of Uploads