SAP IF_FDT_TYPES OO Class - FDT: Types
IF_FDT_TYPES is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_FDT_TYPES including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of IF_FDT_TYPES SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
IF_FDT_TYPES types
ACCESS_LEVEL - Access LevelACTIVITY - Activity for AUTHORITY-CHECK
DATA_OBJECT_TYPE - Data Object Type
DAY_OF_WEEK - FDT: Day of week. eg. monday,..., saturday, sunday
ELEMENT_AMOUNT - Elementary Data Type Amount
ELEMENT_BOOLEAN - Elementary Data Type Boolean
ELEMENT_CURRENCY - Elementary Data Type Currency Key
ELEMENT_NUMBER - Elementary Data Type Number
ELEMENT_QUANTITY - Elementary Data Type Quantity
ELEMENT_TEXT - Elementary Data Type Text
ELEMENT_TIMEPOINT - Elementary Data Type Timepoint, IF_FDT_CONSTANTS=>GC_TP_*
ELEMENT_TYPE - Elementary Data Type
ELEMENT_UNIT - Elementary Data Type Unit of Measurement
ESR_PATH - The esr path for the attribute
ID - Universal Unique Identifier
MSG_SEVERITY - Message Severity
NAME - Beschreibung
OBJECT_TYPE - Objekttyp
PROXY_PATH - The proxy path for the attribute
QUANTITY_DIMENSION - Dimension key
REL - Rule Expression Language
SHORT_TEXT - Short Text
SOURCE_CODE - Line with Source Code
STATE - State
SUB_ACTIVITY - Subactivty for AUTHORITY-CHECK
S_BRF_USAGE -
S_IDS_FOR_ID -
S_ID_NAME - ID-Name pair
S_ID_VALUE -
S_MESSAGE - Meldung
S_NAME_VALUE - Name-Value pair
S_RULE_VERSION -
S_SAPSCRIPT_OBJECT - SAPScript Object (ID +SAPScript docu object)
S_SHORT_TEXT - Short Text (language dependent)
S_SUB_ACTIVITY - Subactivity
S_TEXT - Text (language dependent)
S_TEXT_SYMBOL - Text Symbol (program + text symbol key)
S_USAGE - Usage (Where-Used)
S_USED_CONTEXT_ID -
TEXT - Text
TH_IDS_FOR_ID -
TH_OBJECT_ID - Object IDs as hashed table
TH_USAGE -
TIMEPOINT_TYPE - Timepoint Type
TIMESTAMP - Time Stamp (active version, UTC)
TRACE_MODE - Trace Mode
TS_ID_NAME -
TS_ID_VALUE -
TS_OBJECT_ID - Object IDs as sorted table
TS_RULE_VERSION -
TS_SHORT_TEXT - Short Texts (language dependent)
TS_TEXT - Texts (language dependent)
TS_USAGE - Usages (Where-Used)
TS_USED_CONTEXT_ID - Actually used / required ID's from context in generated code
T_BRF_USAGE -
T_DATA_OBJECT_TYPE -
T_ELEMENT_TYPE -
T_ID_NAME - ID-Name pair table
T_MESSAGE - Messages
T_NAME_VALUE - Table with Name-Value pairs
T_OBJECT_ID - Object IDs as unsorted index table
T_OBJECT_TYPE -
T_SOURCE_CODE - Table with Source Code
T_VERSION -
UI_MODE - FDT: UI mode (changeability of object in the UI)
VERSION - Version
Links to Related Class(s)
IF_FDT_T...Full list of available SAP object classes
Search for further information about these or an SAP related objects