Where Used List (Function Module) for SAP ABAP Data Element SF_DATATYP (Data type of attribute)
SAP ABAP Data Element
SF_DATATYP (Data type of attribute) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
SF_ATTRIBUTES_GET_INFO VALUE(TYPE_OF_ATTRIBUTE) LIKE TFIA-DATATYP
|
Check attribute in class and get information | ||||
| 2 |
SF_ATTRIBUTES_GET_INFO1 VALUE(TYPE_OF_ATTRIBUTE) LIKE TFIA-DATATYP
|
Check attribute in class and get information (short version) | ||||
| 3 |
SF_DATUM_CHECK VALUE(ATTRIBUTE_TYPE) LIKE TFIA-DATATYP
|
Comparison of date entries YYYYMMDD | ||||
| 4 |
SF_HEXA_CHECK VALUE(ATTRIBUTE_TYPE) LIKE TFIA-DATATYP
|
Comparison of hexadecimal numbers | ||||
| 5 |
SF_LANGUAGE_CHECK VALUE(ATTRIBUTE_TYPE) LIKE TFIA-DATATYP
|
Comparison of character strings | ||||
| 6 |
SF_NUMERIC_CHECK VALUE(ATTRIBUTE_TYPE) LIKE TFIA-DATATYP
|
Test whether a range contains a numeric value | ||||
| 7 |
SF_STRING_CHECK VALUE(ATTRIBUTE_TYPE) LIKE TFIA-DATATYP
|
Comparison of character strings | ||||
| 8 |
SF_TIME_CHECK VALUE(ATTRIBUTE_TYPE) LIKE TFIA-DATATYP
|
Comparison of time specifications TIMS (HHMMSS) | ||||