SAP ABAP Class CL_FDT_ELEMDESCR (FDT: Class for element type descriptor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_TYPEDESCR | FDT: Data object descriptor service | 20110711 |
Properties
Class | CL_FDT_ELEMDESCR | |
Short Description | FDT: Class for element type descriptor | |
Super Class | CL_FDT_TYPEDESCR | FDT: Data object descriptor service |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_CORE | BRFplus: Core |
Created | 20110711 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_ELEMDESCR has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FDT_TYPEDESCR | 20110711 | FDT: Data object descriptor service |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | DATATYPE_D | 'CURR' | Data Type in ABAP Dictionary | 20110819 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | DATATYPE_D | 'CLNT' | Client datatype | 20110819 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | DATATYPE_D | 'CUKY' | Data Type in ABAP Dictionary | 20110819 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | DATATYPE_D | 'QUAN' | Data Type in ABAP Dictionary | 20110819 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | DATATYPE_D | 'UNIT' | Data Type in ABAP Dictionary | 20110819 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | '/ISCER/AMOUNTVALUE' | Amount domain in AP systems | 20110819 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | '/ISCER/CURRENCY' | Currency domain in AP systems | 20110819 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | '/ISQC/QTY_FACTOR' | Quantity domain in AP systems | 20110819 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | '/ISQC/UNIT' | Unit domain in AP systems | 20110819 | |
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | FDT_S_DDIC_ELEMENT | 20110717 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_FDT_ELEMENT=>TR_TEXT | Range table for text | 20110716 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_FDT_ELEMENT=>TR_VALUE | Range table for value | 20110716 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_FDT_ELEMENT=>T_VALUE | Values with Texts | 20110717 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110717 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110717 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110717 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LANGU | Language Key | 20110716 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20110716 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks the existence of a value in the F4 values | 20110711 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20110711 |
3 | ![]() |
Static method | Public | Method | Gets the attributes for FDT element | 20110819 |
4 | ![]() |
Instance method | Private | Method | Provides the number properties | 20110819 |
5 | ![]() |
Instance method | Public | Method | Get the F4 values | 20110711 |
6 | ![]() |
Instance method | Public | Method | If the DDIC is amount type | 20110819 |
7 | ![]() |
Instance method | Private | Method | Gets if the field is Client | 20110819 |
8 | ![]() |
Instance method | Public | Method | If the DDIC is currency type | 20110819 |
9 | ![]() |
Instance method | Private | Method | If the DDIC is Quantity type | 20110819 |
10 | ![]() |
Instance method | Public | Method | If the DDIC is unit type | 20110819 |
11 | ![]() |
Instance method | Public | Method | Provides the information if the ddic is a UUID field | 20110819 |
Events
Class CL_FDT_ELEMDESCR has no event.
Types
Class CL_FDT_ELEMDESCR has no local type.
Method Signatures
Method CHECK_EXISTENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | Whether it exists in the set | 20110711 | ||
2 | ![]() |
EV_NO_CHECKLIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | If there is no set available | 20110711 | ||
3 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20111212 | |
4 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | Value to be checked | 20110711 |
Method CHECK_EXISTENCE on class CL_FDT_ELEMDESCR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEM_ATTRIBUTES | Call by reference | Type reference (TYPE) | FDT_S_DDIC_ELEMENT | 20110711 | |||
2 | ![]() |
IS_TYPE_ATTRIBUTES | Call by reference | Type reference (TYPE) | S_TYPE_ATTRIBUTES | Attributes of the data object | 20110711 | ||
3 | ![]() |
IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20110711 |
Method CONSTRUCTOR on class CL_FDT_ELEMDESCR has no exception.
Method GET_ELEMENT_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SAPSCRIPT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>S_SAPSCRIPT_OBJECT | SAPScript Object (ID +SAPScript docu object) | 20110819 | ||
2 | ![]() |
ETS_SHORT_TEXT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_SHORT_TEXT | Short Texts (language dependent) | 20110819 | ||
3 | ![]() |
ETS_TEXT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_TEXT | Texts (language dependent) | 20110819 | ||
4 | ![]() |
EV_ALLOWED_COMPARISONS | Call by reference | Type reference (TYPE) | IF_FDT_ELEMENT=>ALLOWED_COMPARISONS | Allowed Comparisons | 20110819 | ||
5 | ![]() |
EV_DDIC_TYPENAME | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20110819 | ||
6 | ![]() |
EV_DECIMALS | Call by reference | Type reference (TYPE) | IF_FDT_ELEMENT=>DECIMALS | Number of decimals | 20110819 | ||
7 | ![]() |
EV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Elementary Data Type | 20110819 | ||
8 | ![]() |
EV_LENGTH | Call by reference | Type reference (TYPE) | IF_FDT_ELEMENT=>LENGTH | Length | 20110819 | ||
9 | ![]() |
EV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Beschreibung | 20110819 | ||
10 | ![]() |
EV_ONLY_POSITIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Only positive numbers allowed | 20110819 | ||
11 | ![]() |
EV_ONLY_UPPERCASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Only uppercase allowed | 20110819 | ||
12 | ![]() |
EV_TIMEPOINT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | Timepoint Type | 20110819 | ||
13 | ![]() |
IO_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_TYPEDESCR | FDT: Data object descriptor service | 20110819 | ||
14 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20110819 |
Method GET_NUMBER_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DECIMALS | Call by reference | Type reference (TYPE) | IF_FDT_ELEMENT=>DECIMALS | Number of decimals | 20110819 | ||
2 | ![]() |
EV_LENGTH | Call by reference | Type reference (TYPE) | IF_FDT_ELEMENT=>LENGTH | Length | 20110819 | ||
3 | ![]() |
EV_ONLY_POSITIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110819 |
Method GET_NUMBER_PROPERTIES on class CL_FDT_ELEMDESCR has no exception.
Method GET_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_VALUE | Call by reference | Type reference (TYPE) | CL_FDT_ELEMENT=>T_VALUE | Values with Texts | 20110711 | ||
2 | ![]() |
EV_LANGU_DEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | Checklist is language dependent (DDIC value table) | 20111212 | ||
3 | ![]() |
EV_NON_UNIQUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Checklist is not unique (DDIC value table) | 20111212 | ||
4 | ![]() |
EV_NO_CHECKLIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110711 | |||
5 | ![]() |
ITR_TEXT | Call by reference | Type reference (TYPE) | CL_FDT_ELEMENT=>TR_TEXT | Range table for text | 20110711 | ||
6 | ![]() |
ITR_VALUE | Call by reference | Type reference (TYPE) | CL_FDT_ELEMENT=>TR_VALUE | Range table for value | 20110711 | ||
7 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20110711 | |
8 | ![]() |
IV_MAX_ROW | Call by reference | Type reference (TYPE) | I | 500 | 20110711 |
Method GET_VALUES on class CL_FDT_ELEMDESCR has no exception.
Method IS_AMOUNT_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_AMOUNT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110819 |
Method IS_AMOUNT_DDIC on class CL_FDT_ELEMDESCR has no exception.
Method IS_CLIENT_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_CLIENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110819 |
Method IS_CLIENT_DDIC on class CL_FDT_ELEMDESCR has no exception.
Method IS_CURRENCY_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_CURRENCY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110819 |
Method IS_CURRENCY_DDIC on class CL_FDT_ELEMDESCR has no exception.
Method IS_QUANTITY_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_QUANTITY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110819 |
Method IS_QUANTITY_DDIC on class CL_FDT_ELEMDESCR has no exception.
Method IS_UNIT_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_UNIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110819 |
Method IS_UNIT_DDIC on class CL_FDT_ELEMDESCR has no exception.
Method IS_UUID_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_UUID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110819 |
Method IS_UUID_DDIC on class CL_FDT_ELEMDESCR has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |