RNUDELFO 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 report to delete form log records from the system...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 RNUDELFO 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: BZEITPKT = Start
Selection Text: EINRI = Institution
Selection Text: EZEITPKT = End
Selection Text: LOMID = Work Organizer Type
Selection Text: TEST = Test Mode
Selection Text: TXTEINRI = Institution Text
Title: IS-H: Delete Form Log Records
Text Symbol: 001 = Delete Form Printout Log Records
Text Symbol: 002 = Number of Deleted Log Records:
Text Symbol: 003 = **** Test Mode ****
Text Symbol: U01 = Institution
Text Symbol: U02 = Log Records From
Text Symbol: U03 = To
INCLUDE MNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = repid einri = einri messagetype = 'E'.
ISH_CALL_LIST_HEAD * CALL FUNCTION 'ISH_CALL_LIST_HEAD' * EXPORTING * AUSBEGDT = RNSTAT-AUSBEGDT * AUSENDDT = RNSTAT-AUSENDDT * EINRI = RNSTAT-EINRI * LINE_SIZE = RNSTAT-LINE_SIZE * REPID = RNSTAT-REPID * TITLE_LIN1 = RNSTAT-TITLE_LIN1 * TITLE_LIN2 = RNSTAT-TITLE_LIN2 * ULINE = OFF * VERBEGDT = RNSTAT-VERBEGDT * VERENDDT = RNSTAT-VERENDDT * EXCEPTIONS * INVALID_EINRI = 01.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off verbegdt = rnstat-verbegdt verenddt = rnstat-verenddt EXCEPTIONS invalid_einri = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUDELFO - IS-H: Delete Form Log Records RNUDELFO - IS-H: Delete Form Log Records RNUDALE01 - documentation and ABAP source code RNUDALE01 - documentation and ABAP source code RNUDAB01 - IS-H: Delete Canceled and Completed Billing Documents RNUDAB01 - IS-H: Delete Canceled and Completed Billing Documents