SAP Reports / Programs

RN1VWSTR SAP ABAP Report - Program for View Control







RN1VWSTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program controls the use of the display view transactions and maintenance view transactions: The view transactions were defined as report transactions, where the RN1VWSTR program was indicated as a reference program When calling the view, two important functions are first implemented in RN1VWSTR: A check to see whether the application i...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 RN1VWSTR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

N1SW - IS-H*MED: Maintain med.ext.srvc.cat
N1SX - IS-H*MED: Maintain planned beds
N10B - IS-H*MED: Maintain work station org.
N10C - IS-H*MED: Maint. asnmt WrkCntr-TMkr
N10D - IS-H*MED: Maint. plan.object classes
N10E - IS-H*MED: Maint. svc-based resources
N10F - IS-H*MED: Displ. svc-based resources
N10G - IS-H*MED: Display table N1NURSHIFT
N1N2 - IS-H: Maintain scoring table NASCO
N1SU - IS-H*MED: Maint. deg. of infection
N1ST - IS-H*MED: Display deg. of infection
N1SSWSTM - ISHMED: Time Event Assignment
N1SS - IS-H*MED: Maint. date interpretat'n
N1SR - IS-H*MED: Display date interpretat'n
N1SQ - IS-H*MED: Maint. OU-Rel. Customizing
N1SPMTM - Table for Time Stamps
N1SPMDUR - Duration Definition of Time Stamps
N1SP - IS-H*MED: Display OU-rel.Customizing
N1SO - IS-H*MED: Maintain transport types
N1SN - IS-H*MED: Display transport types
N1SM - IS-H*MED: Maintain Req. Type Usage
N1SL - IS-H*MED: Display Req. Type Usage
N1SK - IS-H*MED: Maintain request priority
N1SJ - IS-H*MED: Display request priority
N1SI - IS-H*MED: Maintain request status
N1SH - IS-H*MED: Display request status
N1SG - IS-H*MED: Maintain cancel. reasons
N1SF - IS-H*MED: Display cancel. reasons
N1SE - IS-H*MED: Maintain srvc task asgnmt
N1SD - IS-H*MED: Display srvc task asgnmt
N1SC - IS-H*MED: Maintain service status
N1SB - IS-H*MED: Display service status
N1SA - IS-H*MED: Maintain srvc.gr.types
N1S9 - IS-H*MED: Display srvc grouping type
N1S8 - IS-H*MED: Maintain srvc facil. type
N1S7 - IS-H*MED: Display srvc facility type
N1S6 - IS-H*MED: Maintain qualifications
N1S5 - IS-H*MED: Display qualifications
N1S4 - IS-H*MED: Maintain position
N1S3 - IS-H*MED: Display position
N1S2 - IS-H*MED: Maintain task
N1S1 - IS-H*MED: Display task
N1N1 - IS-H: Display scoring table NASCO
N1VPPOEZ2 - IS-H*MED: Maint.Vital Par. OU-Assnmt
N1VPPOEZ1 - IS-H*MED: Display Vit. Par. OU Asmnt
N1VPPF42 - IS-H*MED: Maint. Vital Par. Inp.Help
N1E3 - IS-H*MED: Cycle Prioritization
N1VPPF41 - IS-H*MED: Vital Parameters Inp. Help
N1E4 - IS-H*MED: Cycle Prioritization
N1D2 - IS-H*MED: Dsply.printer f.each inst.
N1K1 - IS-H*MED: Maintain quota planning
N1D1 - IS-H*MED: Maint.printer f.each inst.
N1K8 - IS-H*MED: Display day sched/svc.quot
N1CTX - Function for the Context Menu
N1VPP2 - IS-H*MED: Maintain Vital Parameters
N10N - IS-H*MED: Display transfer times
N10M - IS-H*MED: Maintain transfer times
N1VPP1 - IS-H*MED: Display Vital Parameters
N1K7 - IS-H*MED: Display day sched/svc.quot
N1K4 - IS-H*MED: Maintain OUs involved
N1K3 - IS-H*MED: Display OUs involved
N10L - IS-H*MED: Maintain proc.instructions
N1K2 - IS-H*MED: Display quota planning
N10K - IS-H*MED: Display proc. instructions
N10J - IS-H*MED: Maintain OR-service split
N10I - IS-H*MED: Maintain roll assignment
N10H - IS-H*MED: Maintain table N1NURSHIFT
N1SV - IS-H*MED: Display med.ext.srvc.cat


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 RN1VWSTR. "Basic submit
SUBMIT RN1VWSTR AND RETURN. "Return to original report after report execution complete
SUBMIT RN1VWSTR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for View Control


INCLUDES used within this REPORT RN1VWSTR

No INCLUDES are used within this REPORT code!


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:

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING viewname = viewname TABLES x_header = header x_namtab = namtab sellist = rangetab.

POPUP_TO_CONFIRM_WITH_MESSAGE **CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' ** EXPORTING DIAGNOSETEXT1 = TEXT-002 ** DIAGNOSETEXT2 = TEXT-003 ** DIAGNOSETEXT3 = TEXT-004 ** TEXTLINE1 = TEXT-005 ** TEXTLINE2 = TEXT-006 ** TITEL = TEXT-001 ** IMPORTING ANSWER = ANTWORT.

TABLE_RANGE_INPUT CALL FUNCTION 'TABLE_RANGE_INPUT' EXPORTING table = viewname TABLES sellist = rangetab x_header = header x_namtab = namtab EXCEPTIONS cancelled_by_user = 1 no_input = 2.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' "Vorlage: SAPLSVIM EXPORTING view_name = viewname action = e_act "Exklusiv sperren enqueue_mode = 'E' "E-Enqueue/D-Dequeue EXCEPTIONS foreign_lock = 1 client_reference = 2 * no_tvdir_entry = 3 system_failure = 4 table_not_found = 5.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = action view_name = viewname TABLES dba_sellist = rangetab.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = action view_name = viewname.

VIEW_MAINTENANCE * CALL FUNCTION 'VIEW_MAINTENANCE' * EXPORTING VIEW_NAME = VIEWNAME * VIEW_ACTION = ACTION * TABLES X_HEADER = HEADER * X_NAMTAB = NAMTAB * DBA_SELLIST = RANGETAB * EXCL_CUA_FUNCT = FU_TO_EXCL * EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 1 * NO_DATABASE_FUNCTION = 2 * NO_EDITOR_FUNCTION = 3.



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