SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

RNASED00 SAP ABAP Report - IS-H: Delete Case Selections







RNASED00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for &DESCRIPTION& This report deletes case selections from the database (tables NFAK - headers, NFAP items, NFAM messages)...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 RNASED00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

NA21 - IS-H: Delete CASE Selection Billing


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 RNASED00. "Basic submit
SUBMIT RNASED00 AND RETURN. "Return to original report after report execution complete
SUBMIT RNASED00 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: TEST = Test Mode
Selection Text: SELKZ = Case Selection
Selection Text: PROTOCOL = Case Log
Selection Text: MSGTX = Delete Message Texts Only
Selection Text: FALNR = Case
Selection Text: ERDAT = Case Selection Creation Date
Selection Text: EINRI = Institution
Title: IS-H: Delete Case Selections
Text Symbol: A04 = Delete case selection
Text Symbol: A03 = Please read the documentation!
Text Symbol: A02 = existing case selections.
Text Symbol: A01 = Caution: This program deletes
Text Symbol: 046 = End of processing: Only message texts were deleted!
Text Symbol: 045 = Number of messages deleted:
Text Symbol: 044 = Number of messages selected:
Text Symbol: 043 = Status
Text Symbol: 042 = Case Type
Text Symbol: 041 = Case Number
Text Symbol: 040 = Selection Text
Text Symbol: 039 = Entered by
Text Symbol: 038 = Created on
Text Symbol: 037 = Changed by
Text Symbol: 036 = Sel. Date
Text Symbol: 035 = Mode
Text Symbol: 034 = Case Select.
Text Symbol: 033 = Inst.
Text Symbol: 032 = Case selections to be deleted
Text Symbol: 031 = Program canceled. Nothing was deleted.
Text Symbol: 030 = Continue
Text Symbol: 029 = Stop
Text Symbol: 028 = Number of NFAK/NFAP records deleted:
Text Symbol: 027 = Number of NFAK/NFAP records selected:
Text Symbol: 026 = TEST MODE: No database changes made!
Text Symbol: 025 = Nrs. OU
Text Symbol: 024 = Dept. OU
Text Symbol: 023 = Date To
Text Symbol: 022 = Date From
Text Symbol: 005 = Processing Mode





Text Symbol: 004 = Selection Criteria
Text Symbol: 003 = Select. Parameters
Text Symbol: 002 = End of processing; selected records were deleted.
Text Symbol: 001 = Start of processing


INCLUDES used within this REPORT RNASED00

No INCLUDES are used within this REPORT code!


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:

DEQUEUE_ENFAK * call function 'DEQUEUE_ENFAK' * exporting ** MODE_NFAK = 'E' ** MANDT = SY-MANDT * einri = sel_infak-einri * selkz = sel_infak-selkz ** X_EINRI = ' ' ** X_SELKZ = ' ' ** _SCOPE = '3' ** _SYNCHRON = ' ' ** _COLLECT = ' ' * exceptions * others = 1.

ENQUEUE_ENFAK * call function 'ENQUEUE_ENFAK' * exporting ** MODE_NFAK = 'E' ** MANDT = SY-MANDT * einri = sel_infak-einri * selkz = sel_infak-selkz ** X_EINRI = ' ' ** X_SELKZ = ' ' ** _SCOPE = '2' ** _WAIT = ' ' ** _COLLECT = ' ' * exceptions * foreign_lock = 1 * system_failure = 2 * others = 3.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting text_option1 = 'Stop'(029) text_option2 = 'Weiter'(030) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel importing answer = reply.

ENQUEUE_ENFAK call function 'ENQUEUE_ENFAK' exporting * MODE_NFAK = 'E' * MANDT = SY-MANDT einri = infak-einri selkz = infak-selkz * X_EINRI = ' ' * X_SELKZ = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

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 = rnstat-uline * EXCEPTIONS * invalid_einri = 1 * OTHERS = 2.

ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = repid einri = itn01-einri * NO_MESSAGE = ' ' importing rc = rc exceptions others = 1.

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 = space exceptions invalid_einri = 1 others = 2.



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