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

RNWPCASEBILL01 SAP ABAP Report - IS-H: Proxy Report for MiniApp: TOP10 Non-Billed Cases







RNWPCASEBILL01 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 RNWPCASEBILL01 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 RNWPCASEBILL01. "Basic submit
SUBMIT RNWPCASEBILL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWPCASEBILL01 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_EXLOAD = D Display Extract
Selection Text: P_EXSAVE = D Generate Extract
Selection Text: P_EXT1 = D Extract Name
Selection Text: P_NOEX = D New Selection
Selection Text: SE_EINRI = D Institution
Selection Text: SE_NNAME = D Last Name
Selection Text: SE_OE = Organizational Unit
Selection Text: P_EX1 = D Extract Name (Generate)
Selection Text: P_EX2 = D Extract Name (Display)
Title: IS-H: Proxy Report for MiniApp: TOP10 Non-Billed Cases
Text Symbol: C03 = Discharging Departmental Org. Unit
Text Symbol: C04 = Discharging Nursing Org. Unit
Text Symbol: C05 = Organizational Unit
Text Symbol: S01 = Institution
Text Symbol: 006 = AdmDeptOU
Text Symbol: 005 = Adm. Date
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: C02 = Admitting Nursing Org. Unit
Text Symbol: C01 = Admitting Departmental Org. Unit
Text Symbol: B21 = Organizational Unit
Text Symbol: B02 = Restrictions
Text Symbol: 009 = DschNrs.OU
Text Symbol: 008 = DschDptOU
Text Symbol: 007 = AdmNrs. OU


INCLUDES used within this REPORT RNWPCASEBILL01

INCLUDE RNDATA00.
INCLUDE RNWPCASEBILL01_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWPCASEBILL01_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 RNWPCASEBILL01 or its description.