SAP ABAP Class CL_ALV_XSLT_TRANSFORM (ALV Transformations in XSLT)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SLIS (Package) Generic list types
Properties
Class CL_ALV_XSLT_TRANSFORM  
Short Description ALV Transformations in XSLT    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIS   Generic list types 
Created 20030901   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ALV_XSLT_TRANSFORM has no forward declaration.
Interfaces
Class CL_ALV_XSLT_TRANSFORM has no interface implemented.
Friends
Class CL_ALV_XSLT_TRANSFORM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ACTIVE Constant Public Type reference (TYPE) BOOLEAN 'X' 20030908
2 MC_INACTIVE Constant Public Type reference (TYPE) BOOLEAN SPACE 20030908
3 M_XML_ACTIVE Static Attribute Private Type reference (TYPE) BOOLEAN MC_ACTIVE 20030908
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20030908
2 GET_DATE_HTML_FOR_O2K Static method Public Method i_date - 01/01/1900 in days 20030902
3 GET_DAYS_1900_AND_PERCENT Static method Public Method 20090113
4 GET_DAYS_SINCE_1900 Static method Public Method 20061108
5 GET_ISODATE_FROM_INTDATE Static method Public Method 20021231 -> 2002-12-31 20030902
6 GET_ISONUM_FROM_INTNUM Static method Public Method 17.67- -> -17.67 20050126
7 GET_ISONUM_FROM_INTNUM_2007 Static method Public Method 17.67- -> -17.67 20090113
8 GET_ISOTIMESTAMP_FROM_TS Static method Public Method 20021231123456 -> 2002-12-31 12:34:56 20110301
9 GET_ISOTIME_FROM_INTTIME Static method Public Method 123456 -> 12:34:56 20050217
10 GET_PERCENT_OF_ACT_DAY Static method Public Method 20061108
11 GET_XXLTYPE Static method Public Method Checks Which XXL Type is Present(Characteristic, Key Figure) 20030902
12 HASCQREF Static method Public Method field with currency/quantity reference 20030902
13 HASDIGITS Static method Public Method Digits? 20030902
14 ISNUMERIC Static method Public Method Datatype Numeric? 20030902
15 IS_XML_ACTIVE Static method Public Method 20030908
16 TYPE_TRANSFORM Static method Public Method Obsolete 20030901
Events
Class CL_ALV_XSLT_TRANSFORM has no event.
Types
Class CL_ALV_XSLT_TRANSFORM has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ALV_XSLT_TRANSFORM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_DATE_HTML_FOR_O2K Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NUM Value transfer Type reference (TYPE) STRING 20030902
2 Importing I_DATE Value transfer Type reference (TYPE) STRING 20030902

Method GET_DATE_HTML_FOR_O2K on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_DAYS_1900_AND_PERCENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NUM Value transfer Type reference (TYPE) STRING 20090113
2 Importing I_TIMESTAMP Call by reference Type reference (TYPE) P 20090113

Method GET_DAYS_1900_AND_PERCENT on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_DAYS_SINCE_1900 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NUM Value transfer Type reference (TYPE) STRING 20061108
2 Importing I_DATE Value transfer Type reference (TYPE) D 20061108

Method GET_DAYS_SINCE_1900 on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_ISODATE_FROM_INTDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALUE Value transfer Type reference (TYPE) LVC_VALUE 20030902
2 Importing I_VALUE Value transfer Type reference (TYPE) ANY 20030902

Method GET_ISODATE_FROM_INTDATE on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_ISONUM_FROM_INTNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Value transfer Type reference (TYPE) STRING 20050126
2 Importing I_CURRENCY Call by reference Type reference (TYPE) ANY 20050202
3 Importing I_DECIMALS Call by reference Type reference (TYPE) ANY out_decimals of fcat, NOT the dec. as num type p decimals 3 20050203
4 Importing I_DECIMALS_DFIES Call by reference Type reference (TYPE) ANY decimals as specified in dfies (e.g. -> type p DECIMALS 3) 20091013
5 Importing I_DEC_STYLE Call by reference Type reference (TYPE) ANY 20090922
6 Importing I_EXPONENT Call by reference Type reference (TYPE) STRING Only relevant for Float 20101116
7 Importing I_GUI_TYPE Call by reference Type reference (TYPE) ANY 20090922
8 Importing I_ROUND Call by reference Type reference (TYPE) ANY 20090713
9 Importing I_TECH_FORM Call by reference Type reference (TYPE) STRING Only relevant for SAP GUI 20101125
10 Importing I_TYPE_KIND Call by reference Type reference (TYPE) ANY 20090922
11 Importing I_UNIT Call by reference Type reference (TYPE) ANY 20050202
12 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20050126

Method GET_ISONUM_FROM_INTNUM on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_ISONUM_FROM_INTNUM_2007 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Value transfer Type reference (TYPE) STRING 20090113
2 Importing I_CURRENCY Call by reference Type reference (TYPE) ANY 20090113
3 Importing I_DECIMALS Call by reference Type reference (TYPE) ANY 20090113
4 Importing I_UNIT Call by reference Type reference (TYPE) ANY 20090113
5 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20090113

Method GET_ISONUM_FROM_INTNUM_2007 on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_ISOTIMESTAMP_FROM_TS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALUE Value transfer Type reference (TYPE) LVC_VALUE 20110301
2 Importing I_VALUE Value transfer Type reference (TYPE) ANY 20110301

Method GET_ISOTIMESTAMP_FROM_TS on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_ISOTIME_FROM_INTTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALUE Value transfer Type reference (TYPE) LVC_VALUE 20050217
2 Importing I_VALUE Value transfer Type reference (TYPE) ANY 20050217

Method GET_ISOTIME_FROM_INTTIME on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_PERCENT_OF_ACT_DAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NUM Value transfer Type reference (TYPE) STRING 20061108
2 Importing I_TIME Value transfer Type reference (TYPE) T 20061108

Method GET_PERCENT_OF_ACT_DAY on class CL_ALV_XSLT_TRANSFORM has no exception.

Method GET_XXLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELDCAT Call by reference Type reference (TYPE) LVC_S_FCAT 20030902
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR01 20030902
3 Returning R_XXLTYPE Value transfer Type reference (TYPE) INTTYPE 20030902

Method GET_XXLTYPE on class CL_ALV_XSLT_TRANSFORM has no exception.

Method HASCQREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELDCAT Call by reference Type reference (TYPE) LVC_S_FCAT 20030902
2 Returning R_HAS_CQREF Value transfer Type reference (TYPE) CHAR01 20030902

Method HASCQREF on class CL_ALV_XSLT_TRANSFORM has no exception.

Method HASDIGITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTTYPE Call by reference Type reference (TYPE) INTTYPE 20030902
2 Returning R_HAS_DIGITS Value transfer Type reference (TYPE) CHAR01 20030902

Method HASDIGITS on class CL_ALV_XSLT_TRANSFORM has no exception.

Method ISNUMERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTTYPE Call by reference Type reference (TYPE) INTTYPE 20030902
2 Returning R_NUMERIC Value transfer Type reference (TYPE) INTTYPE 20030902

Method ISNUMERIC on class CL_ALV_XSLT_TRANSFORM has no exception.

Method IS_XML_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ACTIVE Value transfer Type reference (TYPE) BOOLEAN 20030908

Method IS_XML_ACTIVE on class CL_ALV_XSLT_TRANSFORM has no exception.

Method TYPE_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALUE Value transfer Type reference (TYPE) LVC_VALUE 20030901
2 Importing I_APPLICATION Value transfer Type reference (TYPE) STRING 20030901
3 Importing I_GUITYPE Value transfer Type reference (TYPE) STRING 20030901
4 Importing I_INTTYPE Value transfer Type reference (TYPE) INTTYPE 20030901
5 Importing I_OUTPUT_FORMAT Value transfer Type reference (TYPE) STRING 20030901
6 Importing I_VALUE Value transfer Type reference (TYPE) STRING 20030901

Method TYPE_TRANSFORM on class CL_ALV_XSLT_TRANSFORM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640