SAP ABAP Function Module TREX_GET_ATTRIBUTE_TYPE (Determine TREX attribute type from DDIC type)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREX (Package) TREX ABAP client
Basic Data
Function Module TREX_GET_ATTRIBUTE_TYPE Determine TREX attribute type from DDIC type  
Function Group TREX_UTIL_EXT   External: TREX Utils  
Program Name SAPLTREX_UTIL_EXT    
INCLUDE Name LTREX_UTIL_EXTU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_ATTRIBUTE_TYPE TYPE TREXS_ATTR_DEF-ATTR_TYPE TREX attribute type
Exporting EV_DIGITS_BEFORE TYPE TREXS_ATTR_DEF-DIGITS_BEFORE Optional for type X: digits before decimal point
Exporting EV_DIGITS_AFTER TYPE TREXS_ATTR_DEF-DIGITS_AFTER Optional for type X: digits after decimal point
Importing IV_DATATYPE_4 TYPE DD04V-DATATYPE 4 digit Data Type in ABAP dictionary (e.g.: CHAR)
Importing IV_DATATYPE_1 TYPE ABAPTYPE 1 digit Data Type in ABAP runtime (e.g.: C)
Importing IV_LENG TYPE DDLENG Length (No. of Characters)
Importing IV_DECIMALS TYPE DD04V-DECIMALS Number of Decimal Places
Importing IV_LOWERCASE TYPE DD04V-LOWERCASE Lowercase letters allowed/not allowed
Importing IV_DOMNAME TYPE DD04V-DOMNAME Domain name Domain name (for timestamp + GUID)
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20051219 
SAP Release Created in 800