SAP ABAP Class CL_ECATT_GD_ENTITY (eCATT Base Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_QM (Package) eCATT Test Cases
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ECATT_GD_ENTITY eCATT Test 20031017
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ECATT_GD_PET ECATT Pet 20031017
Properties
Class CL_ECATT_GD_ENTITY  
Short Description eCATT Base Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_QM   eCATT Test Cases 
Created 20031017   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ECATT_GD_ENTITY has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ECATT_GD_ENTITY eCATT Test 20031017
Friends
Class CL_ECATT_GD_ENTITY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_PARVALS Instance attribute Public Attribute reference (LIKE) 20050202
2 AT_PARVALS_STATIC Instance attribute Public Attribute reference (LIKE) 20050202
3 ENTITY_ATTR Instance attribute Public Type reference (TYPE) TEXT30 'DEFAULT ENTITY_ATTR' Attributes in CL_ECATT_GD_ENTITY 20031017
4 ENTITY_ATTR_STAT Static Attribute Public Type reference (TYPE) TEXT30 'DEFAULT ENTITY_ATTR_STAT' Static Attribute in CL_ECATT_GD_ENTITY 20031020
5 ENTITY_OBJREF Instance attribute Public Object reference (TYPE REF TO) CL_ECATT_GD_ENTITY 20031021
6 ENTITY_OBJREF_STAT Static Attribute Public Object reference (TYPE REF TO) CL_ECATT_GD_ENTITY 20031021
7 ENTITY_STRUCT Instance attribute Public Type reference (TYPE) ECATT_GD_TEST 20031020
8 ENTITY_STRUCT_STAT Static Attribute Public Type reference (TYPE) ECATT_GD_TEST 20031020
9 IF_ATTR Instance attribute Public Attribute reference (LIKE) 20031020
10 IF_ATTR_STAT Instance attribute Public Attribute reference (LIKE) 20031020
11 IF_OBJREF Instance attribute Public Attribute reference (LIKE) 20031021
12 IF_OBJREF_STAT Instance attribute Public Attribute reference (LIKE) 20031021
13 IF_STRUCT Instance attribute Public Attribute reference (LIKE) 20031020
14 IF_STRUCT_STAT Instance attribute Public Attribute reference (LIKE) 20031020
15 KIND Instance attribute Public Attribute reference (LIKE) 20031017
16 NAME Instance attribute Public Attribute reference (LIKE) 20031017
17 POUND_IN_KG Instance attribute Public Attribute reference (LIKE) 20031017
18 SAYING Instance attribute Public Attribute reference (LIKE) 20031017
19 WEIGHT Instance attribute Public Attribute reference (LIKE) 20031017
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031021
2 COMPUTE_POUNDS_FROM_KG Instance method Public Method 20031017
3 CONSTRUCTOR Instance method Public Constructor Constructor 20031017
4 ENTITY_STAT Static method Public Method 20031022
5 GET_KIND Instance method Public Method 20031017
6 GET_NAME Instance method Public Method 20031017
7 GET_WEIGHT_KG Instance method Public Method 20031017
8 GET_WEIGHT_PD Instance method Public Method 20031017
9 SAY_SOMETHING Instance method Public Method 20031017
10 SAY_SOMETHING_SUPER Instance method Public Method 20031020
11 SET_NAME Instance method Public Method 20031017
12 SET_PAR_VALS_TAB Instance method Public Method 20050202
13 SET_PAR_VALS_TAB_STATIC Instance method Public Method 20050202
14 SET_SAYING Instance method Public Method 20031017
15 SET_WEIGHT Instance method Public Method 20031017
16 SIMULATE_RUNTIME_ERROR Static method Public Method Runtime Error Triggered 20060126
17 TEST_GENERIC_PARAMETERS Instance method Public Method 20050224
18 TEST_GENERIC_PARAMETERS_STATIC Instance method Public Method 20050224
19 TEST_GENERIC_PARS_REFTODATA Instance method Public Method 20050224
20 TEST_GENERIC_PARS_REFTOOBJ Instance method Public Method 20050224
Events
Class CL_ECATT_GD_ENTITY has no event.
Types
Class CL_ECATT_GD_ENTITY has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ECATT_GD_ENTITY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ECATT_GD_ENTITY has no exception.

Method COMPUTE_POUNDS_FROM_KG Signature

Method COMPUTE_POUNDS_FROM_KG on class CL_ECATT_GD_ENTITY has no parameter.
Method COMPUTE_POUNDS_FROM_KG on class CL_ECATT_GD_ENTITY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Value transfer Type reference (TYPE) TEXT30 'unknown species' 20031017
2 Importing I_NAME Value transfer Type reference (TYPE) TEXT30 'Nobody' 20031017
3 Importing I_SAYING Value transfer Type reference (TYPE) TEXT30 'SILENCE' 20031017
4 Importing I_WEIGHT Value transfer Type reference (TYPE) FLOAT '0' 20031017

Method CONSTRUCTOR on class CL_ECATT_GD_ENTITY has no exception.

Method ENTITY_STAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHARFIELD Value transfer Type reference (TYPE) TEXT30 20031022

Method ENTITY_STAT on class CL_ECATT_GD_ENTITY has no exception.

Method GET_KIND Signature

Method GET_KIND on class CL_ECATT_GD_ENTITY has no parameter.
Method GET_KIND on class CL_ECATT_GD_ENTITY has no exception.

Method GET_NAME Signature

Method GET_NAME on class CL_ECATT_GD_ENTITY has no parameter.
Method GET_NAME on class CL_ECATT_GD_ENTITY has no exception.

Method GET_WEIGHT_KG Signature

Method GET_WEIGHT_KG on class CL_ECATT_GD_ENTITY has no parameter.
Method GET_WEIGHT_KG on class CL_ECATT_GD_ENTITY has no exception.

Method GET_WEIGHT_PD Signature

Method GET_WEIGHT_PD on class CL_ECATT_GD_ENTITY has no parameter.
Method GET_WEIGHT_PD on class CL_ECATT_GD_ENTITY has no exception.

Method SAY_SOMETHING Signature

Method SAY_SOMETHING on class CL_ECATT_GD_ENTITY has no parameter.
Method SAY_SOMETHING on class CL_ECATT_GD_ENTITY has no exception.

Method SAY_SOMETHING_SUPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SAYING Value transfer Type reference (TYPE) TEXT30 20031020

Method SAY_SOMETHING_SUPER on class CL_ECATT_GD_ENTITY has no exception.

Method SET_NAME Signature

Method SET_NAME on class CL_ECATT_GD_ENTITY has no parameter.
Method SET_NAME on class CL_ECATT_GD_ENTITY has no exception.

Method SET_PAR_VALS_TAB Signature

Method SET_PAR_VALS_TAB on class CL_ECATT_GD_ENTITY has no parameter.
Method SET_PAR_VALS_TAB on class CL_ECATT_GD_ENTITY has no exception.

Method SET_PAR_VALS_TAB_STATIC Signature

Method SET_PAR_VALS_TAB_STATIC on class CL_ECATT_GD_ENTITY has no parameter.
Method SET_PAR_VALS_TAB_STATIC on class CL_ECATT_GD_ENTITY has no exception.

Method SET_SAYING Signature

Method SET_SAYING on class CL_ECATT_GD_ENTITY has no parameter.
Method SET_SAYING on class CL_ECATT_GD_ENTITY has no exception.

Method SET_WEIGHT Signature

Method SET_WEIGHT on class CL_ECATT_GD_ENTITY has no parameter.
Method SET_WEIGHT on class CL_ECATT_GD_ENTITY has no exception.

Method SIMULATE_RUNTIME_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ERROR_TYPE Call by reference Type reference (TYPE) C D-Division by zero, R-Data ref not assigned 20060126

Method SIMULATE_RUNTIME_ERROR on class CL_ECATT_GD_ENTITY has no exception.

Method TEST_GENERIC_PARAMETERS Signature

Method TEST_GENERIC_PARAMETERS on class CL_ECATT_GD_ENTITY has no parameter.
Method TEST_GENERIC_PARAMETERS on class CL_ECATT_GD_ENTITY has no exception.

Method TEST_GENERIC_PARAMETERS_STATIC Signature

Method TEST_GENERIC_PARAMETERS_STATIC on class CL_ECATT_GD_ENTITY has no parameter.
Method TEST_GENERIC_PARAMETERS_STATIC on class CL_ECATT_GD_ENTITY has no exception.

Method TEST_GENERIC_PARS_REFTODATA Signature

Method TEST_GENERIC_PARS_REFTODATA on class CL_ECATT_GD_ENTITY has no parameter.
Method TEST_GENERIC_PARS_REFTODATA on class CL_ECATT_GD_ENTITY has no exception.

Method TEST_GENERIC_PARS_REFTOOBJ Signature

Method TEST_GENERIC_PARS_REFTOOBJ on class CL_ECATT_GD_ENTITY has no parameter.
Method TEST_GENERIC_PARS_REFTOOBJ on class CL_ECATT_GD_ENTITY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640