SAP ABAP Class CL_FINB_KF_CHARS_STRUCTURE (Characteristic Vector)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB-SRV (Application Component) Services
     FINB_KF_CHAR_TOOLS (Package) Tools for Working with Characteristics and Key Figures
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FINB_KF_CHARS_LIST List of Characteristics 20010712
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /EACC/CL_KF_CHARS_STRUCTURE Characteristic Vector 20010817
Properties
Class CL_FINB_KF_CHARS_STRUCTURE  
Short Description Characteristic Vector    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FINB_MSG_KF_CHAR_TLS    
Program status     
Category 0   
Package FINB_KF_CHAR_TOOLS   Tools for Working with Characteristics and Key Figures 
Created 20010712   SAP 
Last change 20041209   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FINB_KF_CHARS_STRUCTURE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FINB_KF_CHARS_LIST List of Characteristics 20010712
Friends
# Friend Modeled only Created on Description
1 CL_FINB_KF_CHARS_LIST 20030128 Table of Characteristic Values
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AD_STRUCTURE Instance attribute Public Object reference (TYPE REF TO) DATA 20020522
2 A_APPLICATION Instance attribute Public Type reference (TYPE) FINB_MD_APPLICATION FIN Master Data: Application 20010817
3 A_AREAID Instance attribute Public Type reference (TYPE) FINB_MD_REGID FIN Master Data: Application Area 20010817
4 A_STRUCTURE_NAME Instance attribute Public Type reference (TYPE) TABNAME Table Name 20010712
5 XT_FINB_KF_CHAR_STR_BUFFER Static Attribute Protected Type reference (TYPE) YT_FINB_KF_CHAR_STR_BUFFER 20030127
6 XT_LIST Instance attribute Protected Type reference (TYPE) FINB_KF_CHARS Characteristics and Key Figures 20010712
7 X_HASHVALUE Instance attribute Protected Type reference (TYPE) FINB_KF_CHAR_HASHED_FIELDNAMES Value of a Hashing of a List of Field Names 20010904
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20010712
2 COPY Instance method Public Method 20020124
3 GET_HASHED_TABLE Instance method Public Method 20010712
4 GET_LIST Instance method Public Method 20010712
5 GET_SORTED_TABLE Instance method Public Method 20010712
6 GET_STANDARD_TABLE Instance method Public Method 20010712
7 GET_STRUCTURE Instance method Public Method 20010712
8 GET_TABLE_WITH_KEY Instance method Public Method 20010712
Events
Class CL_FINB_KF_CHARS_STRUCTURE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FINB_KF_CHAR_STR_BUFFER Protected See coding 20030127
2 YT_FINB_KF_CHAR_STR_BUFFER Protected See coding 20030127
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_STRUCTURE Call by reference Object reference (TYPE REF TO) DATA 20010824
2 Importing I_APPLICATION Call by reference Type reference (TYPE) FINB_MD_APPLICATION FI-Stammdaten: Anwendung 20010817
3 Importing I_AREAID Call by reference Type reference (TYPE) FINB_MD_REGID FIN-Stammdaten: Anwendungsgebiet 20010817
4 Importing I_HASHVALUE Call by reference Type reference (TYPE) FINB_KF_CHAR_HASHED_FIELDNAMES Wert eines Hashings einer Liste von Feldnamen 20010904
5 Importing I_STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20010712
# Exception Resumable Description Created on
1 STRUCTURE_AND_NAME_DONT_MATCH Die mitgegebene Struktur ist nicht vom angegebenen Typ 20010824
2 STRUCTURE_DOES_NOT_EXIST Die Struktur existiert nicht (mehr) im DDIC 20011010
3 STRUCTURE_IS_NOT_FROM_HERE Die Struktur wurde nicht hier generiert 20010824

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_COPY Value transfer Object reference (TYPE REF TO) CL_FINB_KF_CHARS_STRUCTURE Merkmalsvektor 20020124
# Exception Resumable Description Created on
1 FAILED 20020124

Method GET_HASHED_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) FINB_KF_CHARS Merkmale und Kennzahlen 20010712
2 Importing I_TABLE_TYPE Call by reference Type reference (TYPE) TTYPENAME Name des Tabellentyps 20010824
3 Returning RO_HASHED_TABLE Value transfer Object reference (TYPE REF TO) CL_FINB_KF_CHARS_TABLE_HASHED Tabelle von Merkmalswerten 20010712
# Exception Resumable Description Created on
1 KEY_FIELDS_AND_TABLE_TYPE Die Schlüsselfeldtabelle ist leer 20010824
2 NO_KEY_FIELDS_AND_NO_TABLETYPE Ein Schlüsselfeld ist nicht in der Struktur vorhanden 20010824
3 ONE_KEY_FIELD_NOT_IN_STRUCTURE Ein Schlüsselfeld ist nicht in der Struktur vorhanden 20010712
4 TABLE_TYPE_DOESNT_MATCH_STRUCT 20010824
5 TABLE_TYPE_IS_NOT_FROM_HERE Der Tabellentyp wurde nicht hier generiert 20010824
6 TABLE_TYPE_IS_NOT_HASHED 20010824

Method GET_LIST Signature

Method GET_LIST on class CL_FINB_KF_CHARS_STRUCTURE has no parameter.
Method GET_LIST on class CL_FINB_KF_CHARS_STRUCTURE has no exception.

Method GET_SORTED_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) FINB_KF_CHARS Merkmale und Kennzahlen 20010712
2 Importing I_TABLE_TYPE Call by reference Type reference (TYPE) TTYPENAME Name des Tabellentyps 20010712
3 Returning RO_SORTED_TABLE Value transfer Object reference (TYPE REF TO) CL_FINB_KF_CHARS_TABLE_SORTED Tabelle von Merkmalswerten 20010712
# Exception Resumable Description Created on
1 KEY_FIELDS_AND_TABLE_TYPE Es wurden Schlüssel und ein Tabellentyp versorgt 20010712
2 NO_KEY_FIELDS_AND_NO_TABLETYPE Es wurden weder Schlüssel noch ein Tabellentyp versorgt 20010712
3 ONE_KEY_FIELD_NOT_IN_STRUCTURE Ein Schlüsselfeld ist nicht in der Struktur vorhanden 20010712
4 TABLE_TYPE_DOESNT_MATCH_STRUCT 20010712
5 TABLE_TYPE_IS_NOT_FROM_HERE Der Tabellentyp wurde nicht hier generiert 20010824
6 TABLE_TYPE_IS_NOT_SORTED 20010712

Method GET_STANDARD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE_TYPE Call by reference Type reference (TYPE) TTYPENAME Name des Tabellentyps 20010712
2 Returning RO_STANDARD_TABLE Value transfer Object reference (TYPE REF TO) CL_FINB_KF_CHARS_TABLE_STANDRD Tabelle von Merkmalswerten 20010712
# Exception Resumable Description Created on
1 TABLE_TYPE_DOESNT_MATCH_STRUCT 20010712
2 TABLE_TYPE_IS_NOT_FROM_HERE Der Tabellentyp wurde nicht hier generiert 20010824
3 TABLE_TYPE_IS_NOT_STANDARD 20010712

Method GET_STRUCTURE Signature

Method GET_STRUCTURE on class CL_FINB_KF_CHARS_STRUCTURE has no parameter.
Method GET_STRUCTURE on class CL_FINB_KF_CHARS_STRUCTURE has no exception.

Method GET_TABLE_WITH_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) FINB_KF_CHARS Merkmale und Kennzahlen 20010712
2 Importing I_TABLE_TYPE Call by reference Type reference (TYPE) TTYPENAME Name des Tabellentyps 20010712
3 Returning RO_TABLE_WITH_KEY Value transfer Object reference (TYPE REF TO) IF_FINB_KF_CHARS_TABLE_W_KEY Tabelle von Merkmalswerten 20010712
# Exception Resumable Description Created on
1 KEY_FIELDS_AND_TABLE_TYPE Es wurden Schlüssel und ein Tabellentyp versorgt 20010712
2 NO_KEY_FIELDS_AND_NO_TABLETYPE Es wurden weder Schlüssel noch ein Tabellentyp versorgt 20010712
3 ONE_KEY_FIELD_NOT_IN_STRUCTURE Ein Schlüsselfeld ist nicht in der Struktur vorhanden 20010712
4 TABLE_TYPE_DOESNT_MATCH_STRUCT 20010712
5 TABLE_TYPE_IS_NOT_FROM_HERE Der Tabellentyp wurde nicht hier generiert 20010824
6 TABLE_TYPE_IS_NOT_WITH_KEY 20010712
History
Last changed by/on SAP  20041209 
SAP Release Created in 30A