SAP ABAP Class CL_GUI_ECATT_COMPONENT_RELEASE (User Interface: Software Component Releases)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_GUI (Package) eCATT GUI Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ECATT_DATA User Interface: General Data 20010522
Properties
Class CL_GUI_ECATT_COMPONENT_RELEASE  
Short Description User Interface: Software Component Releases    
Super Class CL_GUI_ECATT_DATA User Interface: General Data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_GUI   eCATT GUI Objects 
Created 20010522   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GUI_ECATT_COMPONENT_RELEASE has no forward declaration.
Interfaces
Class CL_GUI_ECATT_COMPONENT_RELEASE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_GUI_ECATT_EDITOR 20070314 eCATT: Superclass for all Editors
2 CL_GUI_ECATT_MODULE_EDITOR 20031007 User Interface: eCATT Module
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_COMP_SEL_LOCAL Constant Public Type reference (TYPE) ETCOMPSEL 'LOCAL' F4 Selection Method for Versioning Data 20030827
2 CO_COMP_SEL_REMOTE Constant Public Type reference (TYPE) ETCOMPSEL 'REMOTE' F4 Selection Method for Versioning Data 20030827
3 CO_STRUCTURE_NAME Constant Private Type reference (TYPE) TABNAME 'ETCVERSGUI' Structure for ALVGRID 20010522
4 ECATT_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_APL_ECATT_OBJECT Basis Class for eCATT Objects 20010522
5 FC_NEW_RELEASE_DATA Constant Private Type reference (TYPE) SYUCOMM 'NEW_RELEASE' FC: Insert New Entry in Release Data 20030908
6 FC_SET_MASTER_COMP Constant Private Type reference (TYPE) SYUCOMM 'SET_MASTER_COMP' FC: Set Version-Dependent Software Components 20020111
7 IN_F4_HELP Instance attribute Private Type reference (TYPE) ETONOFF No Transfer in Case of PBO Release Data 20020128
8 OUTTAB Instance attribute Private Type reference (TYPE) ETCVERS_TABTYPE Software Components 20010522
9 SHOW_COMP_ONLY Instance attribute Private Type reference (TYPE) ETONOFF 'X' Display Only Components But No Releases 20010522
10 WA_OUTTAB Instance attribute Private Type reference (TYPE) ETCVERS Software Component Releases 20010522
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_ENTRY Instance method Public Method Append Line to ALVGrid 20030908
2 CONSTRUCTOR Instance method Public Constructor Constructor 20010522
3 GET_SELECTED_ROWS Instance method Public Method Returns the Lines Selected in the ALV Grid 20030908
4 SELECT_PATCHLEVEL_F4 Static method Public Method Select Release Dates for Component 20011101
5 SELECT_RELEASE_F4 Static method Public Method Select Release Dates for Component 20011101
6 SELECT_SOFTCOMP_F4 Static method Public Method Select Software Components 20011113
7 SELECT_VALUE_F4_REMOTE Static method Private Method Select Value from Target System Using F4 20030827
8 SET_COMPONENT_RELEASE Instance method Private Method Set the Software Component/Release Data in Middleware 20030703
9 SET_DATA_TO_GRID Instance method Public Method Pass Data to ALV Grid 20010522
10 SET_ECATT_OBJECT Instance method Public Method Pass eCATT Object 20010522
11 SET_OUTTAB_HANDLSTYLE Instance method Private Method Set Input Property for Outtab Line 20010522
12 UC_NEW_RELEASE_DATA Instance method Private Method UC: Add Release Validity to Software Component 20030908
Events
# Event Type Visibility Description Created on
1 EV_COMP_REL_SELECTED Instance Event
(0)
Public
(2)
Component/Release Selected 20030701
2 EV_NEW_RELEASE_DATA Instance Event
(0)
Public
(2)
Add Release Validity 20030908
Types
Class CL_GUI_ECATT_COMPONENT_RELEASE has no local type.
Method Signatures

Method APPEND_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NEW_TABIX Call by reference Type reference (TYPE) I Index der neu angehangenen Zeile 20031007
2 Importing IM_CVERS Call by reference Type reference (TYPE) ETCVERS 20030908

Method APPEND_ENTRY on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPL_EVENTS Call by reference Type reference (TYPE) ETONOFF 'X': Zu jedem ALVGrid-Event wird auch PAI im Dynproausgelöst 20011030
2 Importing IM_ECATT_OBJECT Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_OBJECT Basisklasse für eCATT Objekte. 20010522
3 Importing IM_PARENT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20010522
4 Importing IM_SHOW_COMP_ONLY Call by reference Type reference (TYPE) ETONOFF SPACE 'X' es werden nur Komponenten angezeigt, keine Releases 20010522
# Exception Resumable Description Created on
1 CX_ECATT_GUI eCatt-Ausnahmen GUI 20010522

Method GET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_T_ROW_NO Call by reference Type reference (TYPE) LVC_T_ROID Zuordnung Zeilennummer zu Zeilen-ID 20030908
2 Exporting EX_T_SEL_CVERS Call by reference Type reference (TYPE) ETCVERS_TABTYPE 20030908

Method GET_SELECTED_ROWS on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SELECT_PATCHLEVEL_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CRELEASE Call by reference Type reference (TYPE) SAPRELEASE SPACE R/3 Release 20011101
2 Importing IM_HTTP_DEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20050217
3 Importing IM_LOCAL_ONLY Call by reference Type reference (TYPE) ETONOFF SPACE 20030929
4 Importing IM_RFC_DEST Call by reference Type reference (TYPE) RFCDEST 20030827
5 Importing IM_SOFTCOMP Call by reference Type reference (TYPE) DLVUNIT SPACE Softwarekomponente 20011101
6 Importing IS_OUTTAB Call by reference Type reference (TYPE) ETCVERS 20030827
7 Returning RE_EXTRELEASE Value transfer Type reference (TYPE) SAPPATCHLV Patch-Level einer Softwarekomponente 20011101

Method SELECT_PATCHLEVEL_F4 on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SELECT_RELEASE_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_HTTP_DEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20050217
2 Importing IM_LOCAL_ONLY Call by reference Type reference (TYPE) ETONOFF SPACE 20030923
3 Importing IM_RFC_DEST Call by reference Type reference (TYPE) RFCDEST 20030827
4 Importing IM_SOFTCOMP Call by reference Type reference (TYPE) DLVUNIT SPACE Softwarekomponente 20011101
5 Importing IS_OUTTAB Call by reference Type reference (TYPE) ETCVERS 20030827
6 Returning RE_CRELEASE Value transfer Type reference (TYPE) SAPRELEASE R/3 Release 20011101

Method SELECT_RELEASE_F4 on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SELECT_SOFTCOMP_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TSYS Call by reference Type reference (TYPE) ETSC_TSYS Systemdatencontainer und Zielsystem 20070806
2 Exporting EX_COMPSEL Call by reference Type reference (TYPE) ETCOMPSEL F4-Selektionsmethode für Versionierungsdaten 20070719
3 Exporting EX_HTTP_DEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20070806
4 Exporting EX_RFC_DEST Call by reference Type reference (TYPE) RFCDEST 20070806
5 Exporting EX_SOFTCOMP Value transfer Type reference (TYPE) DLVUNIT Softwarekomponente 20070719
6 Importing IM_FORCE_DEST Call by reference Type reference (TYPE) ETONOFF SPACE Systemdatencontainer und Zielsystem abfragen 20070806
7 Importing IM_HTTP_DEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20050217
8 Importing IM_RFC_DEST Call by reference Type reference (TYPE) RFCDEST 20030827

Method SELECT_SOFTCOMP_F4 on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SELECT_VALUE_F4_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VALUE Call by reference Type reference (TYPE) SHVALUE_D 20030827
2 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20030827
3 Importing IM_HTTP_DEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20050217
4 Importing IM_RFC_DEST Call by reference Type reference (TYPE) RFCDEST 20030827
5 Importing IS_OUTTAB Call by reference Type reference (TYPE) ETCVERS 20030827

Method SELECT_VALUE_F4_REMOTE on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SET_COMPONENT_RELEASE Signature

Method SET_COMPONENT_RELEASE on class CL_GUI_ECATT_COMPONENT_RELEASE has no parameter.
Method SET_COMPONENT_RELEASE on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SET_DATA_TO_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_READONLY_MODE Call by reference Type reference (TYPE) I 1 - nicht eingabebereit, 0 - eingabebereit 20010522

Method SET_DATA_TO_GRID on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SET_ECATT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ECATT_OBJECT Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_OBJECT Basisklasse für eCATT Objekte. 20010522

Method SET_ECATT_OBJECT on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method SET_OUTTAB_HANDLSTYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_S_COMP Call by reference Type reference (TYPE) ETCVERS eCATT: Softwarekomponenten Releases 20010522
2 Importing IM_READ_ONLY_MODE Call by reference Type reference (TYPE) I 1 - nicht eingabebereit, 0 - eingabebereit 20010522

Method SET_OUTTAB_HANDLSTYLE on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.

Method UC_NEW_RELEASE_DATA Signature

Method UC_NEW_RELEASE_DATA on class CL_GUI_ECATT_COMPONENT_RELEASE has no parameter.
Method UC_NEW_RELEASE_DATA on class CL_GUI_ECATT_COMPONENT_RELEASE has no exception.
Event Signatures

Event EV_COMP_REL_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_FIELDNAME Exporting Value transfer Type reference (TYPE) LVC_FNAME Feldname 20030701
2 EX_RELEASE Exporting Value transfer Type reference (TYPE) ETCVERSGUI eCATT: Softwarekomponenten Releases 20030701

Event EV_NEW_RELEASE_DATA Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_SOFTCOMP Exporting Value transfer Type reference (TYPE) ETDLVUNIT 20030908
History
Last changed by/on SAP  20110908 
SAP Release Created in 620