SAP ABAP Class CL_SALV_CSF_P_FIELD_SERVICES (Field Services Provider)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_CSF (Package) Field Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_AGGR_CONSUMER Grouping Rules Consumer 20081120
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_DATADESCR_CONSUMER Data Description Consumer 20081121
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FIELD_SERVICES Field Services Definition 20081121
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FILTER_CONSUMER Filter Rules Consumer 20081120
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_AGGR_P Field Aggregation Rules Definitions Provider 20081120
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_CONFIG_P Field Services Configuration Provider 20090205
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_FILT_P Field Filter Rules Definitions Provider 20081120
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_GROUP_P Field Grouping Rules Definitions Provider 20081120
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_P Field Services Provider 20090205
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_RULES_P Field Service Rules Provider 20090205
... Click here to see Used By full list (0 items)
Properties
Class CL_SALV_CSF_P_FIELD_SERVICES  
Short Description Field Services Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_CSF   Field Services 
Created 20080925   SAP 
Last change 20110908   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_CSF_AGGR_CONSUMER Grouping Rules Consumer 20081120
2 IF_SALV_CSF_DATADESCR_CONSUMER Data Description Consumer 20081121
3 IF_SALV_CSF_FIELD_SERVICES Field Services Definition 20081121
4 IF_SALV_CSF_FILTER_CONSUMER Filter Rules Consumer 20081120
5 IF_SALV_CSF_FLD_SRVCS_AGGR_P Field Aggregation Rules Definitions Provider 20081120
6 IF_SALV_CSF_FLD_SRVCS_CONFIG_P Field Services Configuration Provider 20090205
7 IF_SALV_CSF_FLD_SRVCS_FILT_P Field Filter Rules Definitions Provider 20081120
8 IF_SALV_CSF_FLD_SRVCS_GROUP_P Field Grouping Rules Definitions Provider 20081120
9 IF_SALV_CSF_FLD_SRVCS_P Field Services Provider 20090205
10 IF_SALV_CSF_FLD_SRVCS_RULES_P Field Service Rules Provider 20090205
11 IF_SALV_CSF_FLD_SRVCS_SORT_P Field Sort Rules Definitions Provider 20081120
12 IF_SALV_CSF_FLD_SRVCS_SUPPL_P Field Services Supplementary Data Provider 20090205
13 IF_SALV_CSF_GROUP_CONSUMER Grouping Rules Consumer 20081120
14 IF_SALV_CSF_SORT_CONSUMER Sort Rules Consumer 20081120
Friends
Class CL_SALV_CSF_P_FIELD_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 R_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) IF_SALV_CSF_FLD_SRVC_CTRLER Field Services Controller 20090219
2 R_DATA_DESCR_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) IF_SALV_CSF_DATA_DESCR_P Data Description Provider 20090219
3 R_FIELDS_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) IF_SALV_CSF_P_FIELDS Provider of Fields 20090219
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20090219
2 FREE Instance method Public Method Free 20080925
3 GET_ADAPTED_AGGREGATION_RULES Instance method Public Method 20081121
4 GET_ADAPTED_FILTER_RULES Instance method Public Method 20081121
5 GET_ADAPTED_GROUP_RULES Instance method Public Method 20081121
6 GET_ADAPTED_SORT_RULES Instance method Public Method 20081121
7 SET_AGGREGATION_RULES Instance method Public Method 20081121
8 SET_DATA_DESCR Instance method Public Method 20081121
9 SET_FILTER_RULES Instance method Public Method 20081121
10 SET_GROUPING_RULES Instance method Public Method 20081121
11 SET_SORT_RULES Instance method Public Method 20081121
Events
Class CL_SALV_CSF_P_FIELD_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_AGGR Public Attribute reference (LIKE) 20081121
2 YS_FILTER Public Attribute reference (LIKE) 20081121
3 YS_GROUP Public Attribute reference (LIKE) 20081121
4 YS_SELOPT Public Attribute reference (LIKE) 20081121
5 YS_SORT Public Attribute reference (LIKE) 20081121
6 YT_AGGR Public Attribute reference (LIKE) 20081121
7 YT_FILTER Public Attribute reference (LIKE) 20081121
8 YT_GROUP Public Attribute reference (LIKE) 20081121
9 YT_SELOPT Public Attribute reference (LIKE) 20081121
10 YT_SORT Public Attribute reference (LIKE) 20081121
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_SALV_CSF_FLD_SRVC_CTRLER Field Services Controller 20090220
2 Importing R_DATA_DESCR_PROVIDER Call by reference Object reference (TYPE REF TO) IF_SALV_CSF_DATA_DESCR_P Data Description Provider 20090219
3 Importing R_FIELDS_PROVIDER Call by reference Object reference (TYPE REF TO) IF_SALV_CSF_P_FIELDS Provider of Fields 20090219

Method CONSTRUCTOR on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method FREE Signature

Method FREE on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method FREE on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method GET_ADAPTED_AGGREGATION_RULES Signature

Method GET_ADAPTED_AGGREGATION_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method GET_ADAPTED_AGGREGATION_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method GET_ADAPTED_FILTER_RULES Signature

Method GET_ADAPTED_FILTER_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method GET_ADAPTED_FILTER_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method GET_ADAPTED_GROUP_RULES Signature

Method GET_ADAPTED_GROUP_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method GET_ADAPTED_GROUP_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method GET_ADAPTED_SORT_RULES Signature

Method GET_ADAPTED_SORT_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method GET_ADAPTED_SORT_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method SET_AGGREGATION_RULES Signature

Method SET_AGGREGATION_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method SET_AGGREGATION_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method SET_DATA_DESCR Signature

Method SET_DATA_DESCR on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method SET_DATA_DESCR on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method SET_FILTER_RULES Signature

Method SET_FILTER_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method SET_FILTER_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method SET_GROUPING_RULES Signature

Method SET_GROUPING_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method SET_GROUPING_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.

Method SET_SORT_RULES Signature

Method SET_SORT_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no parameter.
Method SET_SORT_RULES on class CL_SALV_CSF_P_FIELD_SERVICES has no exception.
Meta Relationship - Using (full list)
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_AGGR_CONSUMER Grouping Rules Consumer 20081120
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_DATADESCR_CONSUMER Data Description Consumer 20081121
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FIELD_SERVICES Field Services Definition 20081121
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FILTER_CONSUMER Filter Rules Consumer 20081120
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_AGGR_P Field Aggregation Rules Definitions Provider 20081120
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_CONFIG_P Field Services Configuration Provider 20090205
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_FILT_P Field Filter Rules Definitions Provider 20081120
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_GROUP_P Field Grouping Rules Definitions Provider 20081120
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_P Field Services Provider 20090205
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_RULES_P Field Service Rules Provider 20090205
11 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_SORT_P Field Sort Rules Definitions Provider 20081120
12 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_FLD_SRVCS_SUPPL_P Field Services Supplementary Data Provider 20090205
13 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_GROUP_CONSUMER Grouping Rules Consumer 20081120
14 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_CSF_SORT_CONSUMER Sort Rules Consumer 20081120
History
Last changed by/on SAP  20110908 
SAP Release Created in 712