SAP ABAP Class CL_HDS_UI_FIELDCAT_DECORATOR (Decorator of a Field Catalog)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-HDS (Application Component) Hierarchical Derivation Service
⤷
HDS_UI (Package) HDS User Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HDS_UI_FIELDCAT_ABSTRACT | Abstract Field Catalog | 20060413 |
Properties
| Class | CL_HDS_UI_FIELDCAT_DECORATOR | |
| Short Description | Decorator of a Field Catalog | |
| Super Class | CL_HDS_UI_FIELDCAT_ABSTRACT | Abstract Field Catalog |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | HDS_UI | HDS User Interface |
| Created | 20060413 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HDS_UI_FIELDCAT_DECORATOR has no forward declaration.
Interfaces
Class CL_HDS_UI_FIELDCAT_DECORATOR has no interface implemented.
Friends
Class CL_HDS_UI_FIELDCAT_DECORATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'APPEARANCE' | 20060413 | |||
| 2 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'DESCRIPTION' | 20060413 | |||
| 3 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'FIELDSTATUS' | 20060413 | |||
| 4 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'FLG_F4_CALLBACK' | 20060413 | |||
| 5 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'FLG_INTENSIFIED' | 20060413 | |||
| 6 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'FLG_NO_DB_CHECK' | 20060413 | |||
| 7 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'FLG_VALUE_LABEL' | 20060413 | |||
| 8 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'MAPPED_FIELD' | 20060531 | |||
| 9 | Constant | Private | Type reference (TYPE) | TYP_PROPERTY | 'POSITION' | 20060413 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_HDS_UI_FIELDCAT_ABSTRACT | Abstract Field Catalog | 20060413 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_HDS_UI_FIELD_GET | Reading Access to Field Properties | 20060413 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_HDS_UI_FIELD_SET | Writing Access to Field Properties | 20060413 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | HDS_TAB_RNG_FIELDNAME | Range Category for Field Name(s) | 20060618 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TYP_TAS_PROPERTY | 20060413 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Reads a Property | 20060413 | |
| 2 | Instance method | Private | Method | Modifies a Line of a Field Catalog (for a Field) | 20060413 | |
| 3 | Instance method | Private | Event handling method | 20060418 | ||
| 4 | Instance method | Private | Method | Set a Property | 20060413 | |
| 5 | Static method | Public | Method | Creating Instance | 20060413 |
Events
Class CL_HDS_UI_FIELDCAT_DECORATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_PROPERTY | Private | See coding | 20060413 | typ_property type c LENGTH 30
|
||
| 2 | TYP_STR_PROPERTY | Private | See coding | 20060413 | BEGIN OF typ_str_property,
fieldname TYPE fieldname,
property TYPE typ_property,
value TYPE c LENGTH 50,
END OF typ_str_property
|
||
| 3 | TYP_TAS_PROPERTY | Private | See coding | 20060413 | typ_tas_property TYPE SORTED TABLE OF typ_str_property
WITH UNIQUE KEY
fieldname
property
|
Method Signatures
Method GET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Feldname | 20060413 | |||
| 2 | I_PROPERTY | Value transfer | Type reference (TYPE) | TYP_PROPERTY | 20060413 | ||||
| 3 | R_STR_PROPERTY | Value transfer | Type reference (TYPE) | TYP_STR_PROPERTY | 20060413 |
Method GET_PROPERTY on class CL_HDS_UI_FIELDCAT_DECORATOR has no exception.
Method MODIFY_FCAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_STR_FCAT | Value transfer | Type reference (TYPE) | HDS_STR_FCAT | Feldkatalog für Dynproerzeugung | 20060413 |
Method MODIFY_FCAT on class CL_HDS_UI_FIELDCAT_DECORATOR has no exception.
Method ON_FCAT_CHANGED Signature
Method ON_FCAT_CHANGED on class CL_HDS_UI_FIELDCAT_DECORATOR has no parameter.
Method ON_FCAT_CHANGED on class CL_HDS_UI_FIELDCAT_DECORATOR has no exception.
Method SET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Feldname | 20060413 | |||
| 2 | I_PROPERTY | Value transfer | Type reference (TYPE) | TYP_PROPERTY | 20060413 | ||||
| 3 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20060413 |
Method SET_PROPERTY on class CL_HDS_UI_FIELDCAT_DECORATOR has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_FCAT | Call by reference | Object reference (TYPE REF TO) | CL_HDS_UI_FIELDCAT_ABSTRACT | Abstrakter Feldcatalog | 20060413 | |||
| 2 | R_REF_FCAT_DECORATOR | Value transfer | Object reference (TYPE REF TO) | CL_HDS_UI_FIELDCAT_DECORATOR | Dekorierer eines Feldkatalogs | 20060413 |
Method S_CREATE on class CL_HDS_UI_FIELDCAT_DECORATOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |