RNWPOCCUPANCY_PER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Used by Internet Service NI_OCC_PERIOD (called dynamically via ISH_WP_REPORT_ADMIN)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNWPOCCUPANCY_PER 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_NURS = Nursing
Selection Text: P_NWEEK = Number of Weeks
Selection Text: P_OC_OE = D Organizational Unit
Selection Text: P_ORGFA = Selection via Dept. OUs
Selection Text: P_OUTYP = Organizational Unit Category
Selection Text: P_OU_POS = Display Org. Unit in X-Axis
Selection Text: P_OU_S = Selection via OUs
Selection Text: SE_EINRI = D Institution
Selection Text: P_NMONTH = Number of Months
Selection Text: P_DEP = Specialty-Related
Selection Text: P_NDAY = Number of Days
Title: IS-H: Proxy Report for Graph. MiniApp: Occupany as % NI_OCC_PERIOD
Text Symbol: C05 = Current
Text Symbol: C06 = In the Last Week
Text Symbol: C07 = In the Last Month
Text Symbol: C08 = In the Last 12 Months
Text Symbol: C10 = Specialty-Related View
Text Symbol: C11 = Nursing View
Text Symbol: C13 = Day Values
Text Symbol: C14 = Weekly Average
Text Symbol: C04 = User's Organizational Unit
Text Symbol: 000 = Cannot determine occupancy.
Text Symbol: B01 = Which organizational units do you want to view?
Text Symbol: B02 = Evaluation Period
Text Symbol: B03 = View of Evaluation
Text Symbol: B04 = Display
Text Symbol: C01 = All Departmental Organizational Units
Text Symbol: C02 = Via Organizational Units
Text Symbol: C03 = Via Organizational Unit Category
Text Symbol: S01 = Institution
Text Symbol: C18 = Months
Text Symbol: C17 = Weeks
Text Symbol: C16 = Days
Text Symbol: C15 = Monthly Average
INCLUDE RNDATA00.
INCLUDE RNWPOCCUPANCY_DATA.
INCLUDE RNWP_DATA.
INCLUDE RNSSEINR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_WP_OCCUPANCY *CALL FUNCTION 'ISH_WP_OCCUPANCY' * EXPORTING * IT_NORG = t_norg * I_DEP_VIEW = p_dep * I_NURS_VIEW = p_nurs * I_N_WEEKS = hlp_weeks * I_N_MONTHS = hlp_months * I_N_DAYS = hlp_days * I_OU_XVAL = p_ou_pos * IMPORTING * ET_PIGVALUES1 = val_tab * E_VAL_DATE = savedate * E_VAL_TIME = savetime * EXCEPTIONS * WRONG_IMPORT_PARAMETERS = 1 * OTHERS = 2.
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 = ON ambes = ON fazuw = ON pfzuw = ON 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.
RNWPOCCUPANCY_PER - IS-H: Proxy Report for Graph. MiniApp: Occupany as % NI_OCC_PERIOD RNWPOCCUPANCY_PER - IS-H: Proxy Report for Graph. MiniApp: Occupany as % NI_OCC_PERIOD RNWPOCCUPANCY_DATA - Include RNWPOCCUPANCY_CURRENT_DATA RNWPOCCUPANCY - IS-H: Proxy Report for Graph. MiniApp: Occupany as % NI_OCC_COMPARE RNWPOCCUPANCY - IS-H: Proxy Report for Graph. MiniApp: Occupany as % NI_OCC_COMPARE RNWPCASEBILL_SELSCR - Include: Selection Screen for RNWPCASEBILL