SAP ABAP Class CL_VIEW_S2L (Screen Display (Basis Class))
Hierarchy
ECC-DIMP (Software Component) DIMP
   IS-A-S2L (Application Component) Production Supply
     DI_S2L (Package) Production Supply
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TECHNICALLY_MAPPABLE_S2L View which can be put on a Screen_area 20001127
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DETAIL_VIEW_S2L Detail Subscreen (View) 20001123
2 Inheritance (c INHERITING FROM c_ref)  CL_PITEM_VIEW_S2L Planning Items (View) 20001124
3 Inheritance (c INHERITING FROM c_ref)  CL_PSEG_VIEW_S2L Planning Segment (View) 20001124
4 Inheritance (c INHERITING FROM c_ref)  CL_USE_HIERARCHY_VIEW_S2L Uses in Tree (View) 20001129
Properties
Class CL_VIEW_S2L  
Short Description Screen Display (Basis Class)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package DI_S2L   Production Supply 
Created 20001123   SAP 
Last change 20050301   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 S2L Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_TECHNICALLY_MAPPABLE_S2L View which can be put on a Screen_area 20001127
Friends
Class CL_VIEW_S2L has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AREA Instance attribute Protected Attribute reference (LIKE) 20001201
2 CLOSE_SIZE_MIN Instance attribute Public Type reference (TYPE) I Minimum Size when Closed (in Pixel) 20001214
3 C_ORIENTATION_HORIZONTAL Constant Public Type reference (TYPE) I 1 Orientation Horizontal 20001213
4 C_ORIENTATION_VERTICAL Constant Public Type reference (TYPE) I 2 Orientation Vertical 20001213
5 C_VIEW_DOWN Constant Public Type reference (TYPE) I 1 View Closed 20001212
6 C_VIEW_UP Constant Public Type reference (TYPE) I 2 View Opened 20001212
7 DISPLAY_MODE Instance attribute Public Type reference (TYPE) I Display Mode 20030207
8 FACTORY Instance attribute Public Object reference (TYPE REF TO) CL_VIEW_FACTORY_S2L View Factory 20001201
9 OPEN_SIZE_MIN Instance attribute Public Type reference (TYPE) I Minium Size when Open (in Pixel) 20001214
10 ORIENTATION Instance attribute Public Type reference (TYPE) I Orientation 20001213
11 SIZE_MAX Instance attribute Public Type reference (TYPE) I Maximum Size 20001208
12 STATUS Instance attribute Public Type reference (TYPE) I Status 20001212
13 VIEW_MANAGER Instance attribute Public Object reference (TYPE REF TO) CL_VIEW_MANAGER_S2L Screen Display Manager and Agent 20010103
14 WISH_FIX Instance attribute Public Type reference (TYPE) XFELD Desired Size Is Fixed 20010124
15 WISH_OPEN Instance attribute Public Type reference (TYPE) XFELD Desired Status for Opening View 20001208
16 WISH_RATIO Instance attribute Public Type reference (TYPE) I Desired Ratio 20010814
17 WISH_SIZE Instance attribute Public Type reference (TYPE) I Desired Size 20001208
18 WISH_STATUS Instance attribute Public Type reference (TYPE) I Desired Status 20001212
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANGES Instance method Public Method Checks and Processes Changes in the View 20010308
2 CONSTRUCTOR Instance method Public Constructor Constructor 20001128
3 INIT Instance method Public Method Initialization 20001214
4 NOTIFY Instance method Public Method Check Delta and Trigger Processing Routines 20020417
5 PAI Instance method Public Method PAI Processing 20001206
6 PBO Instance method Public Method PBO Processing 20001206
7 SETUP_CONTROL Instance method Public Method Initializes Control 20001204
8 SET_DISPLAY_MODE Instance method Public Method Display <-> Change 20010207
9 SET_OPEN Instance method Public Method Sets Desired Status for Opening 20001208
Events
Class CL_VIEW_S2L has no event.
Types
Class CL_VIEW_S2L has no local type.
Method Signatures

Method CHECK_CHANGES Signature

Method CHECK_CHANGES on class CL_VIEW_S2L has no parameter.
# Exception Resumable Description Created on
1 INVALID_DATA Fehlerhafte Daten 20010308

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FACTORY Call by reference Object reference (TYPE REF TO) CL_VIEW_FACTORY_S2L View Factory 20001204
2 Importing I_VIEW_MANAGER Call by reference Object reference (TYPE REF TO) CL_VIEW_MANAGER_S2L Bildschirmanzeigemanager und Vermittler 20010104

Method CONSTRUCTOR on class CL_VIEW_S2L has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLOSE_SIZE_MIN_IN_ROW Call by reference Type reference (TYPE) F MIn. Größe beim zu in Zeile 20001214
2 Importing I_OPEN_SIZE_MIN_IN_ROW Call by reference Type reference (TYPE) F MIn. Größe beim auf in Zeile 20001214
3 Importing I_ORIENTATION Call by reference Type reference (TYPE) I C_ORIENTATION_VERTICAL Orientation 20001214
4 Importing I_WISH_FIX Call by reference Type reference (TYPE) XFELD ' ' Wunschgröße fixiert 20010124
5 Importing I_WISH_OPEN Call by reference Type reference (TYPE) XFELD Geöffnet 'X' Geschlossen ' ' 20001214
6 Importing I_WISH_RATIO Call by reference Type reference (TYPE) I Wunschgröße prozentual 20010814
7 Importing I_WISH_SIZE Call by reference Type reference (TYPE) I Wunschgröße in Pixel 20001214

Method INIT on class CL_VIEW_S2L has no exception.

Method NOTIFY Signature

Method NOTIFY on class CL_VIEW_S2L has no parameter.
Method NOTIFY on class CL_VIEW_S2L has no exception.

Method PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing I_FCODE_DATA Call by reference Type reference (TYPE) S2L_FCODE_DATA Funktionscode 20001206

Method PAI on class CL_VIEW_S2L has no exception.

Method PBO Signature

Method PBO on class CL_VIEW_S2L has no parameter.
Method PBO on class CL_VIEW_S2L has no exception.

Method SETUP_CONTROL Signature

Method SETUP_CONTROL on class CL_VIEW_S2L has no parameter.
# Exception Resumable Description Created on
1 X_CREATE_ERROR Fehler bei Erzeugen des Controlls 20001204

Method SET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISPLAY_MODE Call by reference Type reference (TYPE) I Anzeige mode 20010207

Method SET_DISPLAY_MODE on class CL_VIEW_S2L has no exception.

Method SET_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPEN Call by reference Type reference (TYPE) XFELD Status für Öffnen des Views 20001208
2 Importing I_WISH_FIX Call by reference Type reference (TYPE) XFELD 'X' Wunschgröße fixiert 20010124

Method SET_OPEN on class CL_VIEW_S2L has no exception.
History
Last changed by/on SAP  20050301 
SAP Release Created in 46C2