SAP Reports / Programs

RN1WPVIEW007 SAP ABAP Report - Program RN1WPVIEW007







RN1WPVIEW007 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Main program for selection screen dialog...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 RN1WPVIEW007 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 RN1WPVIEW007. "Basic submit
SUBMIT RN1WPVIEW007 AND RETURN. "Return to original report after report execution complete
SUBMIT RN1WPVIEW007 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: G_SELAKT = Manual Selection Entry
Selection Text: P_BPFEHL = Attending Phy. Missing
Selection Text: P_BRFEHL = Treatment Room Missing
Selection Text: P_DATUMB = Date To
Selection Text: P_DATUMV = Date From
Selection Text: P_EWFEHL = Consent Missing
Selection Text: P_MAFEHL = Material Missing
Selection Text: P_PANUEC = Patient Fasting
Selection Text: P_SEL_AP = Selection By Appointment OU
Selection Text: P_SEL_OR = Selection By Order Filler
Selection Text: P_TEFEHL = Team Missing
Selection Text: P_ZEITB = Time To
Selection Text: P_ZEITV = Time From
Selection Text: P_ZYKLLE = Cyclical Services
Selection Text: SE_AOEFA = Initiating Department
Selection Text: SE_AOEPF = Initiating Organizational Unit
Selection Text: SE_BEWAR = Movement Type
Selection Text: SE_BHPER = Attending Person
Selection Text: SE_TRTGP = Business Partner Filling Order
Selection Text: SE_TRPAR = Transport Type
Selection Text: SE_RAUM = Treatment Room
Selection Text: SE_PAT = Patient
Selection Text: SE_LSTTX = Service Text
Selection Text: SE_LSTST = Service Status
Selection Text: SE_LSTGR = Service/Service Group
Selection Text: SE_LEIST = Outpat.Clinic/Svce Fclty
Selection Text: SE_FALL = Case
Selection Text: SE_FALAR = Case Type
Selection Text: SE_ETRGP = Initiating Business Partner
Selection Text: SE_EINRI = Institution
Selection Text: SE_DSPTY = Scheduling Type
Selection Text: SE_DOKAR = Renewable Document Type
Selection Text: SE_DOCTY = Document Category
Selection Text: SE_DOCST = Document Status
Selection Text: SE_BSSTA = Visit Status
Title: Program RN1WPVIEW007
Text Symbol: S16 = Service Status
Text Symbol: S17 = Document Ctgy





Text Symbol: S18 = Document Status
Text Symbol: S19 = Scheduling Type
Text Symbol: S20 = Manual Entry of Selection Criteria
Text Symbol: S21 = Initiating Business Partner
Text Symbol: S22 = Person Addressed
Text Symbol: S23 = Renewable Document Type
Text Symbol: SA3 = From
Text Symbol: SA4 = To
Text Symbol: SB3 = /
Text Symbol: T01 = Appointments and Visits
Text Symbol: T02 = Services
Text Symbol: C11 = Room Missing
Text Symbol: B08 = Appointment Selection
Text Symbol: B07 = Services with
Text Symbol: B06 = Documents
Text Symbol: B05 = Services
Text Symbol: 019 = Renewable Document Type
Text Symbol: 018 = Renewable Document
Text Symbol: 017 = All Renewable Documents
Text Symbol: 016 = Order Item Filler
Text Symbol: 015 = Appointment Org. Unit
Text Symbol: 014 = Item Status
Text Symbol: 013 = All Statuses
Text Symbol: 012 = Document Status
Text Symbol: 011 = Service Status
Text Symbol: 010 = No Document
Text Symbol: 009 = Transport Type
Text Symbol: 008 = Status
Text Symbol: 007 = Description
Text Symbol: 006 = Type
Text Symbol: 005 = Visit Status
Text Symbol: 004 = Appt
Text Symbol: 003 = Case Type
Text Symbol: 002 = Input Help: Org. Units
Text Symbol: 001 = Extended Selection
Text Symbol: C12 = Person Missing
Text Symbol: S15 = Service/Service Group
Text Symbol: S14 = Initiating Department
Text Symbol: S13 = Initiating Org. Unit





Text Symbol: S12 = Visit Status
Text Symbol: S11 = Movement Type
Text Symbol: S10 = Transport Type
Text Symbol: S09 = Case
Text Symbol: S08 = Patient
Text Symbol: S07 = Attending Physician
Text Symbol: S06 = Room
Text Symbol: S05 = Case Type
Text Symbol: S04 = Service Text
Text Symbol: S03 = Date/Time
Text Symbol: S02 = Outpat.Clinic/Svce Fclty
Text Symbol: S01 = Institution
Text Symbol: C24 = Cyclical Services
Text Symbol: C23 = Patient Fasting
Text Symbol: C22 = Consent Missing
Text Symbol: C21 = Team Missing
Text Symbol: C20 = Material Missn
Text Symbol: C16 = Preregistrations
Text Symbol: C15 = Appointments
Text Symbol: C14 = Visits
Text Symbol: C13 = Services


INCLUDES used within this REPORT RN1WPVIEW007

INCLUDE RN1WPVIEW007TOP.
INCLUDE RN1WPVIEW007SELSCREEN.
INCLUDE RN1WPVIEW007_F4HILFEN.
INCLUDE RN1WPVIEW007_CHECKS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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