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

RNWPCASEBILL SAP ABAP Report - IS-H: Proxy Report for MiniApps for Case-Related Billing







RNWPCASEBILL 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 RNWPCASEBILL 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 RNWPCASEBILL. "Basic submit
SUBMIT RNWPCASEBILL AND RETURN. "Return to original report after report execution complete
SUBMIT RNWPCASEBILL 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_ADIAG = Admission Diagnosis
Selection Text: P_BDIAG = Treatment Diagnosis
Selection Text: SE_EINRI = D Institution
Selection Text: SE_ABRKZ = D Billing Status
Selection Text: P_OPDIAG = Surgery Diagnosis
Selection Text: P_NOEX = D New Selection
Selection Text: P_KHDIAG = Hospital Main Diagnosis
Selection Text: SE_STATU = Case Status
Selection Text: SE_OE = Organizational Unit
Selection Text: SE_NNAME = D Last Name
Selection Text: SE_FSPER = Billing Block
Selection Text: SE_FALAR = D Case Type
Selection Text: P_INSVER = Check Charges
Selection Text: P_EX2 = D Extract Name (Display)
Selection Text: P_EX1 = D Extract Name (Generate)
Selection Text: P_ENDIAG = Discharge Diagnosis
Selection Text: P_EIDIAG = Referral Diagnosis
Selection Text: P_COUNT = Max. No. of Output Lines
Selection Text: P_INSCOV = Check Coverage
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
Title: IS-H: Proxy Report for MiniApps for Case-Related Billing
Text Symbol: C10 = Dept. Main Diagnosis
Text Symbol: C09 = Discharge Diagnosis
Text Symbol: C08 = Admission Diagnosis
Text Symbol: C07 = Treatment Diagnosis
Text Symbol: C06 = Referral Diagnosis
Text Symbol: S01 = Institution
Text Symbol: C12 = Surgery Diagnosis
Text Symbol: C11 = Hospital Main Diagnosis
Text Symbol: C05 = Organizational Unit
Text Symbol: B21 = Organizational Unit
Text Symbol: B03 = Output Options
Text Symbol: B02 = Further Restrictions
Text Symbol: B01 = Select Case
Text Symbol: 000 = No data found





Text Symbol: C04 = Discharging Nursing Org. Unit
Text Symbol: C03 = Discharging Departmental Org. Unit
Text Symbol: C02 = Admitting Nursing Org. Unit
Text Symbol: C01 = Admitting Departmental Org. Unit
Text Symbol: B31 = Check Diagnosis Status


INCLUDES used within this REPORT RNWPCASEBILL

INCLUDE RNDATA00.
INCLUDE RNWPCASEBILL01_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWPCASEBILL_SELSCR.
INCLUDE RNWP_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_NPAT_CONCATENATE call function 'ISH_NPAT_CONCATENATE' exporting ss_einri = se_einri ss_patnr = wa_infal-patnr ss_read_npat = on importing ss_pname = wa_xdata-name.

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