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

RNWPVIEW010 SAP ABAP Report - IS-H: Selection Screen for View 010 Preregistration List/Waiting List







RNWPVIEW010 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 RNWPVIEW010 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 RNWPVIEW010. "Basic submit
SUBMIT RNWPVIEW010 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWPVIEW010 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: S_INSDT1 = D Created On
Selection Text: S_INP = D Inpatient Case
Selection Text: S_ICPMC = Procedure Codes Catalog
Selection Text: S_ETRBY = D Initiated By
Selection Text: S_DKAT = Diagnosis Coding Catalog
Selection Text: S_DITXT = Diagnosis Text
Selection Text: S_DAYP = D Day Patient Case
Selection Text: S_CXVLD2 = D Findings Expire On
Selection Text: S_CXVLD1 = D Findings Expire On
Selection Text: S_CXTYP = Treatment Context
Selection Text: S_CXSTA = Status
Selection Text: S_ADMTRM = D Preregistration For
Selection Text: S_ADMDT2 = D Admission Appointment
Selection Text: S_ADMDT1 = D Admission Appointment
Selection Text: S_ADAPP = D Preregs with Admission Appts
Selection Text: S_ABSDT2 = D Absence End
Selection Text: S_ABSDT1 = D Absence End
Selection Text: SE_EINRI = D Institution
Selection Text: SELAKT = D Manual Entry of Selection
Selection Text: R_WLTYP = Waiting List
Selection Text: R_WLRRN = D Reason for Removal
Selection Text: R_WLPRI = Priority
Selection Text: R_WARDOU = Care Unit
Selection Text: R_VKGST = Status
Selection Text: S_WLADT2 = D Admission Date
Selection Text: S_WLADT1 = D Admission Date
Selection Text: S_USRF7 = D Field 7
Selection Text: S_USRF6 = D Field 6
Selection Text: S_USRF5 = D Field 5
Selection Text: S_UPDDT2 = D Changed On
Selection Text: S_UPDDT1 = D Changed On
Selection Text: S_TRMDT2 = D Surgery/Treatment
Selection Text: S_TRMDT1 = D Surgery/Treatment
Selection Text: S_TRAPP = D Preregs with Treatment Appts
Selection Text: S_PATSUR = D Patient Was Operated
Selection Text: S_PATNDI = D Patient Was Not Discharged
Selection Text: S_PATNAD = D Patient Was Not Admitted
Selection Text: S_PATDIS = D Patient Was Discharged





Selection Text: S_PATADM = D Patient Was Admitted
Selection Text: S_OUTP = D Outpatient Case
Selection Text: S_NTRAPP = D Preregs w/o Treatment Appts
Selection Text: S_NOABS = D No Temporary Absence
Selection Text: S_NADAPP = D Preregs w/o Admission Appts
Selection Text: S_NABSD2 = D Absence End
Selection Text: S_NABSD1 = D Absence Start
Selection Text: S_MOVDT2 = D Date
Selection Text: S_MOVDT1 = D Date
Selection Text: S_INSDT2 = D Created On
Selection Text: R_ATTPER = Attending Physician
Selection Text: R_CORTYE = Preregistration Type
Selection Text: R_DEPTOU = Departmental OU
Selection Text: R_DKEY = D Diagnosis Code
Selection Text: R_ETRGP = Initiating Employee/BPartner
Selection Text: R_ETROE = Initiating OU
Selection Text: R_EXTKH = D Referring Hospital
Selection Text: R_ICPM = Procedure Code
Selection Text: R_RFSRC = Referral Type
Selection Text: R_ROOM = Treatment Room
Selection Text: R_TREAOU = Treatment OU
Selection Text: R_UARNR = Referring Physician
Selection Text: R_USRF1 = D Field 1
Selection Text: R_USRF2 = D Field 2
Selection Text: R_USRF3 = D Date 1
Selection Text: R_USRF4 = D Date 2
Title: IS-H: Selection Screen for View 010 Preregistration List/Waiting List
Text Symbol: C06 = Added to Waiting List On
Text Symbol: C05 = To
Text Symbol: C04 = Planned Admission Appointments
Text Symbol: C03 = Day Patient
Text Symbol: C02 = Outpatient
Text Symbol: C01 = Inpatient
Text Symbol: B10 = Case Type
Text Symbol: B09 = Restrict to Patients Currently Having Treatment
Text Symbol: B06 = Srg./Treatment Appointments
Text Symbol: B05 = Admission Appointments
Text Symbol: B04 = Check Status of Treatment Context
Text Symbol: B02 = Customer Fields





Text Symbol: B01 = Preregistration
Text Symbol: 017 = Input Help: Building Units
Text Symbol: 016 = Input Help: Org. Units
Text Symbol: C07 = Findings Expire On
Text Symbol: C08 = w/o Appointment
Text Symbol: C09 = Planned Treatment Appointments
Text Symbol: C10 = Patient Not Absent From
Text Symbol: C11 = Entered On
Text Symbol: C12 = Last Changed On
Text Symbol: C13 = End Waiting List Absence
Text Symbol: C14 = Patient Is Admitted
Text Symbol: C15 = Patient Is Discharged
Text Symbol: C16 = Patient Was Operated
Text Symbol: C17 = Admission/Discharge/Surg. Date
Text Symbol: C18 = Patient Not Admitted
Text Symbol: C19 = Patient Not Discharged
Text Symbol: C20 = No Restrictions
Text Symbol: C21 = Prerequisite to Preregistrat.
Text Symbol: S01 = Institution


INCLUDES used within this REPORT RNWPVIEW010

INCLUDE: MNDATA00.
INCLUDE: RNWPVIEW010_SUBSC0100.
INCLUDE: RNWPVIEW010_SUBSC0110.
INCLUDE: RNWPVIEW010_SUBSC0115.
INCLUDE: RNWPVIEW010_SUBSC0120.
INCLUDE: RNWPVIEW010_SUBSC0130.
INCLUDE: RNWPVIEW010_SUBSC0135.
INCLUDE: RNWPVIEW010_SUBSC0140.


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_DOMAIN_VALUE_CHECK CALL FUNCTION 'ISH_DOMAIN_VALUE_CHECK' EXPORTING domname = doma_etrby domvalue = doma_value EXCEPTIONS OTHERS = 1.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri pfzuw = off ambes = on freig = on graph_title = 'Eingabehilfe: OrgEinheiten'(016) loekz = off no_bauid = on sperr = off start_orgfa = p_orgfa IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri pfzuw = off ambes = off freig = on graph_title = 'Eingabehilfe: OrgEinheiten'(016) loekz = off no_bauid = on sperr = off IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri pfzuw = on ambes = off freig = on graph_title = 'Eingabehilfe: OrgEinheiten'(016) loekz = off no_bauid = on sperr = off start_orgfa = p_orgfa IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri fazuw = on freig = on graph_title = 'Eingabehilfe: OrgEinheiten'(016) loekz = off no_bauid = on sperr = off IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.




ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = p_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = p_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = p_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N_HWLTY' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N_HWLPRI' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N_HWLRRN' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N_HVKGST' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = dynpfields EXCEPTIONS OTHERS = 1.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N_HRFSRC' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N_HNCXTY_PREG' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = shlp_descr IMPORTING rc = pf4_rc TABLES return_values = pf4_values EXCEPTIONS OTHERS = 1.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N_HCORDTYP_PREG' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = shlp_descr IMPORTING rc = pf4_rc TABLES return_values = pf4_values EXCEPTIONS OTHERS = 1.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '0' row = 8 col = 13 vcode = 'DIS' IMPORTING ngpa_gpart = l_gpa select_ngpa = l_selected.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '1' row = 8 col = 13 vcode = 'DIS' arzt = on IMPORTING ngpa_gpart = l_gpa select_ngpa = l_selected.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '1' row = 8 col = 13 vcode = 'DIS' arzt = off IMPORTING ngpa_gpart = l_gpa select_ngpa = l_selected.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '5' row = 8 col = 13 vcode = 'DIS' IMPORTING ngpa_gpart = l_gpa select_ngpa = l_selected.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri ambes = on freig = on graph_title = 'Eingabehilfe: BauEinheiten'(017) loekz = off no_bauid = off zimkz = on sperr = off start_orgpf = p_treaou IMPORTING nothing_selected = no_selected selected_bauid = pf4_value EXCEPTIONS OTHERS = 01.



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