SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNUDELFO SAP ABAP Report - IS-H: Delete Form Log Records







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


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


INCLUDES used within this REPORT RNUDELFO

INCLUDE MNDATA00.


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



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