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

RNUENDAB SAP ABAP Report - IS-H: Final Billed Cases With IV Documents in Status Request







RNUENDAB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report selects cases for which final billing has been performed, but which also have insurance verification documents with the status 'Request'...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 RNUENDAB 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 RNUENDAB. "Basic submit
SUBMIT RNUENDAB AND RETURN. "Return to original report after report execution complete
SUBMIT RNUENDAB 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: NOUPD = Test Mode (w/o DB Change)
Selection Text: FALNR = Case Number
Selection Text: EINRIS = Institution
Title: IS-H: Final Billed Cases With IV Documents in Status Request
Text Symbol: 024 = Last Changed On
Text Symbol: 023 = by
Text Symbol: 022 = Created
Text Symbol: 021 = Cancel
Text Symbol: 019 = Percent
Text Symbol: 018 = Rejec.
Text Symbol: 017 = Status
Text Symbol: 016 = End
Text Symbol: 015 = Start
Text Symbol: 014 = Ins.Prov.
Text Symbol: 013 = Service
Text Symbol: 012 = SvceCat.
Text Symbol: 011 = Item No.
Text Symbol: 010 = Doc. No.
Text Symbol: 009 = Patient
Text Symbol: 008 = EmerAdm.
Text Symbol: 007 = Inpat.
Text Symbol: 006 = Bill.Ind.
Text Symbol: 005 = Case Type
Text Symbol: 004 = Case
Text Symbol: 003 = Number of Cases Selected:
Text Symbol: 002 = Final Billed Cases with IV Requests
Text Symbol: 001 = TEST RUN: No Database Changes Made!


INCLUDES used within this REPORT RNUENDAB

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:

ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = name IMPORTING string_stand = name.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = rnstat-uline ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt EXCEPTIONS invalid_einri = 01.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_patnr = ls_patnr ss_read_db = on ss_check_auth = off ss_with_nadr = off IMPORTING ss_npat = ls_npat EXCEPTIONS not_found = 1 OTHERS = 4.



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