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
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: 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
INCLUDE RNDATA00.
INCLUDE RNWPCASEBILL01_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWPCASEBILL_SELSCR.
INCLUDE RNWP_F01.
INCLUDE RNWP_INIT.
INCLUDE RNWP_ATSEL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNWPCASEBILL - IS-H: Proxy Report for MiniApps for Case-Related Billing RNWPCASEBILL - IS-H: Proxy Report for MiniApps for Case-Related Billing RNWCV_LICENCE_O01 - RNWCVLICENCEO01 RNWCV_LICENCE_I01 - RNWCVLICENCEI01 RNWCV_LICENCE_F01 - RNWCVLICENCEF01 RNWCV_LICENCE - IS-H: License Management (Country Versions)