RNWPVIEW008 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 RNWPVIEW008 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_NODRG = DRG Missing
Selection Text: P_NOADIA = w/o Admission Diagnosis
Selection Text: P_NEWBOR = Healthy Newborns
Selection Text: P_NCWVWD = Value for Cost Weight/LOS
Selection Text: P_NBSOI = Value for No. of Diagn. >=
Selection Text: P_NBOUCH = Value for Dept. Stay
Selection Text: P_NBCW = Value for Cost Weight <
Selection Text: P_NBAUFD = Value for Total LOS
Selection Text: P_MGVD = Discounts for Transfers
Selection Text: P_MDCCAT = MDC Catalog
Selection Text: P_KHDIA = w/o Hospital Main Diagnosis
Selection Text: P_INPAT = Inpatient
Selection Text: P_ICPMK = Surgical Procedures Catalog
Selection Text: P_GBGEW = Without Birth Weight
Selection Text: P_FSOUOP = Dept Status in Dept Open
Selection Text: P_FSOPEN = Department Status Open
Selection Text: P_FHDIA = w/o Department Main Diagnosis
Selection Text: P_ENTL = w/o Discharge Diagnosis
Selection Text: P_DRGU = Error DRG
Selection Text: P_DRGCH = Higher Vltd DRG for Adjac.DRG
Selection Text: P_DRGCAT = DRG Catalog
Selection Text: P_DRG = w/o DRG Principal Diagnosis
Selection Text: P_DOUREL = Interpret DM DiagnInd Dept-Spc
Selection Text: P_DISCOU = Discharged from Dept
Selection Text: P_DIACAT = Diagnosis Coding Catalog
Selection Text: P_DIAA = No. of Diagnoses < Age/10
Selection Text: P_DEPART = Departures
Selection Text: P_DAYPAT = Day Patient
Selection Text: P_CWVWD = Length of Stay/Cost Weight >
Selection Text: P_CW = Cost Weight <
Selection Text: P_CASEHC = with DRG Prin. Diagn.in Dept
Selection Text: P_CASEDE = Discharged Only
Selection Text: P_AUFD = Total Length of Stay >
Selection Text: P_ARRIV = Arrivals
Selection Text: P_ANZD = No. of Diagnoses <
Selection Text: P_ANZ = Value for No. of Diagnoses
Selection Text: PLANHORZ = Include Next (Days)
Selection Text: KEYDATE = Date
INCLUDE: MNDATA00,
RNMDSTATUS_DATA.
INCLUDE: RNWPVIEW008_SUBSC0100.
INCLUDE: RNWPVIEW008_SUBSC0110.
INCLUDE: RNWPVIEW008_SUBSC0120.
INCLUDE: RNWPVIEW008_SUBSC0130.
INCLUDE: RNWPVIEW008_SUBSC0135.
INCLUDE: RNWPVIEW008_SUBSC0140.
INCLUDE: RNSVAR_BWGR.
INCLUDE: RNWPVIEW008SELSCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = rnstat-repid restriction = restrict * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.
ISH_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING pname = sy-repid dynnr = sy-dynnr EXCEPTIONS OTHERS = 1.
ISH_DRG_OPT2003_CHECK * CALL FUNCTION 'ISH_DRG_OPT2003_CHECK' * EXPORTING * ss_einri = se_einri * IMPORTING * opt2003 = l_opt2003 ** opt2003dat = * EXCEPTIONS * einri_not_found = 1 * OTHERS = 2.
ISH_DRG_MODE_CHECK CALL FUNCTION 'ISH_DRG_MODE_CHECK' EXPORTING i_einri = se_einri * I_DATE = SY-DATUM IMPORTING e_drg = l_opt2003 "DRG billing * E_DRGDAT = * E_BILLMODE = EXCEPTIONS einri_not_found = 1 OTHERS = 2.
ISH_CHECK_DEP_MD_STATUS_ACTIVE CALL FUNCTION 'ISH_CHECK_DEP_MD_STATUS_ACTIVE' IMPORTING e_active = l_dep_status_act.
ISH_FIND_DRG_MDC_CATALOGS CALL FUNCTION 'ISH_FIND_DRG_MDC_CATALOGS' EXPORTING i_institution = se_einri i_date = keydate IMPORTING e_drg_catalog = p_drgcat e_mdc_catalog = p_mdccat EXCEPTIONS no_drg_cat_found = 1 no_mdc_cat_found = 2 OTHERS = 3.
ISH_DIAGNOSIS_PARAMETERS_GET CALL FUNCTION 'ISH_DIAGNOSIS_PARAMETERS_GET' EXPORTING ss_einri = se_einri ss_date = keydate * SS_FALAR = '1' IMPORTING * ss_basdkat = ss_stadkat = p_diacat * SS_EWDKAT = * SS_DRGKAT = * SS_TNDIA = * E_EXCL = EXCEPTIONS no_parameters = 1 OTHERS = 2.
ISH_PROCEDURE_DRG_CATALOG_FIND CALL FUNCTION 'ISH_PROCEDURE_DRG_CATALOG_FIND' EXPORTING ss_einri = se_einri * SS_FALNR = ss_begdt = keydate ss_enddt = keydate IMPORTING ss_icpmk = p_icpmk EXCEPTIONS no_catalog_found = 1 no_institution = 2 wrong_case_number = 3 OTHERS = 4.
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 RNWPVIEW008 or its description.
RNWPVIEW008 - IS-H: Selection Screen for View 008 (Coding Analyses Clinical WS) RNWPVIEW008 - IS-H: Selection Screen for View 008 (Coding Analyses Clinical WS) RNWPVIEW003 - IS-H: Selection Screen for View 003 (Departures in Care Unit Work St.) RNWPVIEW003 - IS-H: Selection Screen for View 003 (Departures in Care Unit Work St.) RNWPVIEW002 - IS-H: Selection Screen for View 002 (Arrivals in Care Unit Work St.) RNWPVIEW002 - IS-H: Selection Screen for View 002 (Arrivals in Care Unit Work St.)