SAP ABAP Class CL_SALV_WD_A_FUNCTION (User-Defined Application-Specific Functions)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_CONFIG (Package) SALV WD Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_A_MODEL_ITEM CL_SALV_WD_A_MODEL_ITEM 20041223
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_A_FUNCTION_STD Standard ALV Function 20060206
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_FUNCTION User-Defined Application-Specific Functions 20041202
Properties
Class CL_SALV_WD_A_FUNCTION  
Short Description User-Defined Application-Specific Functions    
Super Class CL_SALV_WD_A_MODEL_ITEM CL_SALV_WD_A_MODEL_ITEM 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_WD_CONFIG   SALV WD Configuration 
Created 20041202   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WD_UIELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SALV_WD_C_FUNCTION_SETTINGS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_WDL_CORE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_WD_A_FUNCTION has no interface implemented.
Friends
Class CL_SALV_WD_A_FUNCTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALIGN Instance attribute Public Attribute reference (LIKE) IF_SALV_WD_C_FUNCTION_SETTINGS=>ALIGN IF_SALV_WD_C_FUNCTION_SETTINGS=>ALIGN_LEFT 20060207
2 GROUP Instance attribute Public Type reference (TYPE) STRING 20060906
3 ID Instance attribute Public Type reference (TYPE) STRING 20041202
4 POSITION Instance attribute Public Type reference (TYPE) I 20041202
5 TYPE Instance attribute Public Attribute reference (LIKE) IF_SALV_WD_C_FUNCTION_SETTINGS=>TYPE 20060207
6 VISIBLE Instance attribute Public Attribute reference (LIKE) CL_WD_UIELEMENT=>T_VISIBLE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE 20050325
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20041202
2 GET_ALIGNMENT Instance method Public Method Returns Where Function Is Arranged in Toolbar 20060207
3 GET_GROUP Instance method Public Method Returns Group Name 20060906
4 GET_ID Instance method Public Method Returns the ID of the Function 20041202
5 GET_POSITION Instance method Public Method Returns the Position of the Function 20050325
6 GET_TYPE Instance method Public Method Returns Whether Function Is User-Defined or Standard 20060207
7 GET_VISIBLE Instance method Public Method Returns Whether the Function is Displayed 20050325
8 SET_ALIGNMENT Instance method Public Method Arranges Function Right or Left in Toolbar 20060207
9 SET_GROUP Instance method Public Method Specifies Name of Group for Functions 20060906
10 SET_ID Instance method Protected Method 20050217
11 SET_POSITION Instance method Public Method Sets the Position of the Function within the Toolbar 20050325
12 SET_TYPE Instance method Protected Method 20060207
13 SET_VISIBLE Instance method Public Method Displays the Function 20050325
Events
Class CL_SALV_WD_A_FUNCTION has no event.
Types
Class CL_SALV_WD_A_FUNCTION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) STRING 20060906
2 Importing ID Call by reference Type reference (TYPE) STRING 20041202

Method CONSTRUCTOR on class CL_SALV_WD_A_FUNCTION has no exception.

Method GET_ALIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) IF_SALV_WD_C_FUNCTION_SETTINGS=>ALIGN 20060207

Method GET_ALIGNMENT on class CL_SALV_WD_A_FUNCTION has no exception.

Method GET_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20060906

Method GET_GROUP on class CL_SALV_WD_A_FUNCTION has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20041202

Method GET_ID on class CL_SALV_WD_A_FUNCTION has no exception.

Method GET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) I 20050325

Method GET_POSITION on class CL_SALV_WD_A_FUNCTION has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) IF_SALV_WD_C_FUNCTION_SETTINGS=>TYPE 20060207

Method GET_TYPE on class CL_SALV_WD_A_FUNCTION has no exception.

Method GET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) CL_WD_UIELEMENT=>T_VISIBLE 20050325

Method GET_VISIBLE on class CL_SALV_WD_A_FUNCTION has no exception.

Method SET_ALIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) IF_SALV_WD_C_FUNCTION_SETTINGS=>ALIGN IF_SALV_WD_C_FUNCTION_SETTINGS=>ALIGN_LEFT 20060207

Method SET_ALIGNMENT on class CL_SALV_WD_A_FUNCTION has no exception.

Method SET_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20060906

Method SET_GROUP on class CL_SALV_WD_A_FUNCTION has no exception.

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20050217

Method SET_ID on class CL_SALV_WD_A_FUNCTION has no exception.

Method SET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20050325

Method SET_POSITION on class CL_SALV_WD_A_FUNCTION has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) IF_SALV_WD_C_FUNCTION_SETTINGS=>TYPE 20060207

Method SET_TYPE on class CL_SALV_WD_A_FUNCTION has no exception.

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) CL_WD_UIELEMENT=>T_VISIBLE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE 20050325

Method SET_VISIBLE on class CL_SALV_WD_A_FUNCTION has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 700