SAP Reports / Programs

RNWPCASEBILL04 SAP ABAP Report - IS-H: Proxy Report for MiniApp: Status of My Non-Billed Cases







RNWPCASEBILL04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RNWPCASEBILL04 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 RNWPCASEBILL04. "Basic submit
SUBMIT RNWPCASEBILL04 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWPCASEBILL04 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: P_EXTCOM = Check External Communication
Selection Text: P_EXT1 = D Extract Name
Selection Text: P_EXSAVE = D Generate Extract
Selection Text: P_EXLOAD = D Display Extract
Selection Text: P_EX2 = D Extract Name (Display)
Selection Text: P_INSCOV = Check Coverage
Selection Text: SE_OE = Organizational Unit
Selection Text: SE_NNAME = D Last Name
Selection Text: SE_EINRI = D Institution
Selection Text: P_NOEX = D New Selection
Selection Text: P_INSVER = Check Charges
Selection Text: P_EX1 = D Extract Name (Generate)
Selection Text: P_DAYS = Minimum Days Since Discharge
Selection Text: P_COUNT = Max. No. of Output Lines
Title: IS-H: Proxy Report for MiniApp: Status of My Non-Billed Cases
Text Symbol: C04 = Discharging Nursing Org. Unit
Text Symbol: C05 = Organizational Unit
Text Symbol: B31 = Check Diagnosis Status
Text Symbol: 012 = Diag.Status
Text Symbol: 013 = Ext.Comm.
Text Symbol: B02 = Restrictions
Text Symbol: B03 = Output Options
Text Symbol: B21 = Organizational Unit
Text Symbol: C03 = Discharging Departmental Org. Unit
Text Symbol: C02 = Admitting Nursing Org. Unit
Text Symbol: C01 = Admitting Departmental Org. Unit
Text Symbol: 011 = Coverage
Text Symbol: 004 = Pat.
Text Symbol: 003 = Billing
Text Symbol: 002 = Discharge Date
Text Symbol: 001 = Patient
Text Symbol: 000 = Cannot find billable cases.
Text Symbol: 005 = Adm. Date
Text Symbol: 010 = ChrgCheck
Text Symbol: 009 = DschgNrs. OU
Text Symbol: 008 = DschgDeptOU
Text Symbol: 007 = Admit.Nrs.OU
Text Symbol: 006 = AdmDeptOU





Text Symbol: C06 = Referral Diagnosis
Text Symbol: C11 = Hospital Main Diagnosis
Text Symbol: C10 = Dept. Main Diagnosis
Text Symbol: C09 = Discharge Diagnosis
Text Symbol: C08 = Admission Diagnosis
Text Symbol: C07 = Treatment Diagnosis
Text Symbol: C12 = Surgery Diagnosis
Text Symbol: S01 = Institution
Text Symbol: C13 = Standard Check per Insurance Provider


INCLUDES used within this REPORT RNWPCASEBILL04

INCLUDE RNDATA00.
INCLUDE RNWPCASEBILL04_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWPCASEBILL04_SELSCR.
INCLUDE RNWP_F01.
INCLUDE RNWPCASEBILL_F01.
INCLUDE RNWP_INIT.
INCLUDE RNWP_ATSEL.


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_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = wa_xdata-einri ss_falnr = wa_xdata-falnr IMPORTING ss_nfal = wa_infal EXCEPTIONS OTHERS = 1.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = wa_xdata-einri ss_patnr = wa_infal-patnr ss_read_npat = on IMPORTING ss_pname = name.

ISH_GET_AUFDT_ENTDT CALL FUNCTION 'ISH_GET_AUFDT_ENTDT' EXPORTING ss_einri = wa_xdata-einri ss_falnr = wa_xdata-falnr IMPORTING ss_aufart = aufart ss_aufatx = aufatx ss_aufdt = aufdt ss_aufzt = aufzt ss_auforgfa = auforgfa ss_auforgpf = auforgpf ss_entart = entart ss_entatx = entatx ss_entdt = entdt ss_entzt = entzt ss_entorgfa = entorgfa ss_entorgpf = entorgpf ss_planauf = planauf ss_planent = planent ss_rnf06 = e_rnf06 EXCEPTIONS OTHERS = 1.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = logical_system EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

CONVERT_SAP_LANG_TO_ISO_LANG CALL FUNCTION 'CONVERT_SAP_LANG_TO_ISO_LANG' EXPORTING input = sy-langu IMPORTING output = lang EXCEPTIONS unknown_language = 1 OTHERS = 2.

ISH_NFAL_CHECK_AUTHORITY CALL FUNCTION 'ISH_NFAL_CHECK_AUTHORITY' EXPORTING ss_einri = wa_xdata-einri ss_falnr = wa_xdata-falnr ss_falar = wa_xdata-falar EXCEPTIONS OTHERS = 1.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_repid dynumb = p_dynnr TABLES dynpfields = lt_dynpread EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_einri IMPORTING output = se_einri EXCEPTIONS OTHERS = 1.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = se_einri freig = '*' ambes = off fazuw = lv_dept pfzuw = lv_nursing no_bauid = on IMPORTING selected_orgid = p_org EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 OTHERS = 5.



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