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

RNWPCASEBILL02 SAP ABAP Report - IS-H: Proxy Report for Graphic MiniApp: Workload







RNWPCASEBILL02 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 RNWPCASEBILL02 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 RNWPCASEBILL02. "Basic submit
SUBMIT RNWPCASEBILL02 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWPCASEBILL02 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_EX1 = D Extract Name (Generate)
Selection Text: P_EX2 = D Extract Name (Display)
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: P_WEEKS = No. of Past Weeks
Selection Text: SE_EINRI = D Institution
Title: IS-H: Proxy Report for Graphic MiniApp: Workload
Text Symbol: 000 = Cannot determine workload.
Text Symbol: 001 = Week
Text Symbol: 002 = No.Cases
Text Symbol: 003 = CW
Text Symbol: 004 = Overview of Non-Billed Cases
Text Symbol: B02 = Analysis Period
Text Symbol: S01 = Institution


INCLUDES used within this REPORT RNWPCASEBILL02

INCLUDE RNDATA00.
INCLUDE RNWPCASEBILL02_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWPCASEBILL02_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:

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.



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