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
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_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
INCLUDE RNDATA00.
INCLUDE RNWPCASEBILL02_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
INCLUDE RNWPCASEBILL02_SELSCR.
INCLUDE RNWP_F01.
INCLUDE RNWP_INIT.
INCLUDE RNWP_ATSEL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNWPCASEBILL02 - IS-H: Proxy Report for Graphic MiniApp: Workload RNWPCASEBILL02 - IS-H: Proxy Report for Graphic MiniApp: Workload RNWPCASEBILL01_SELSCR - Include: Selection Screen for RNWPCASEBILL01 RNWPCASEBILL01_DATA - Include RNWPCASEBILL01_DATA RNWPCASEBILL01 - IS-H: Proxy Report for MiniApp: TOP10 Non-Billed Cases RNWPCASEBILL01 - IS-H: Proxy Report for MiniApp: TOP10 Non-Billed Cases