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
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: 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!
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUENDAB - IS-H: Final Billed Cases With IV Documents in Status Request RNUENDAB - IS-H: Final Billed Cases With IV Documents in Status Request RNUEIS_FUNCTION_MODULE_TEST - Test Function Module for Transferring Data from IS-H into EIS RNUEIS_FUNCTION_MODULE_TEST - Test Function Module for Transferring Data from IS-H into EIS RNUEISDATA - IS-H: Global variables for RNUEIS data transfer IS-H -> EIS RNUEIS - Transfer Data IS-H -> EIS