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

RNWPCASEBILL03 SAP ABAP Report - IS-H: Proxy Report for Graphic MiniApp: Performance







RNWPCASEBILL03 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 RNWPCASEBILL03 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 RNWPCASEBILL03. "Basic submit
SUBMIT RNWPCASEBILL03 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWPCASEBILL03 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_EXT1 = D Extract Name
Selection Text: P_NOEX = D New Selection
Selection Text: P_WEEKS = No. of Past Weeks
Selection Text: SE_EINRI = D Institution
Selection Text: SE_OE = Organizational Unit
Selection Text: P_EXSAVE = D Generate Extract
Selection Text: P_EX1 = D Extract Name (Generate)
Selection Text: P_EX2 = D Extract Name (Display)
Selection Text: P_EXLOAD = D Display Extract
Title: IS-H: Proxy Report for Graphic MiniApp: Performance
Text Symbol: S01 = Institution
Text Symbol: 004 = Average Time Between Discharge and Billing
Text Symbol: 003 = CW
Text Symbol: 002 = Days Since Discharge
Text Symbol: 001 = Week
Text Symbol: 000 = Cannot determine billing service.
Text Symbol: B02 = Analysis Period
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: B21 = Organizational Unit


INCLUDES used within this REPORT RNWPCASEBILL03

INCLUDE RNDATA00.
INCLUDE RNWPCASEBILL03_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
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_GET_AUFDT_ENTDT CALL FUNCTION 'ISH_GET_AUFDT_ENTDT' EXPORTING ss_einri = se_einri ss_falnr = wa_hdata-ishfalnr 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 = wa_hdata-entdt ss_entzt = entzt ss_entorgfa = entorgfa ss_entorgpf = entorgpf ss_planauf = planauf ss_planent = planent ss_rnf06 = e_rnf06 EXCEPTIONS OTHERS = 1.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = sy-datum IMPORTING week = akt_week EXCEPTIONS OTHERS = 1.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = akt_week IMPORTING date = end_date EXCEPTIONS OTHERS = 1.

LAST_WEEK CALL FUNCTION 'LAST_WEEK' EXPORTING current_week = hlp_week IMPORTING last_week = beg_week monday = wa_xdata-b_date sunday = wa_xdata-e_date.

WEEK_GET_FIRST_DAY * call function 'WEEK_GET_FIRST_DAY' * exporting * week = beg_week * importing * date = beg_date * exceptions * others = 1.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_report 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 RNWPCASEBILL03 or its description.