SAP ABAP Class CL_SALV_WD_FIELD (Field of the Internal Data Table)
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 20041208
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_WD_AGGR Settings for Calculations in a Field 20040909
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_WD_FILTER Settings for the Filter Conditions of a Field 20040908
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_WD_SORT Settings for Sorting a Field 20040909
Properties
Class CL_SALV_WD_FIELD  
Short Description Field of the Internal Data Table    
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 20040906   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)
2 IF_SALV_WD_C_SORT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_WD_AGGR Settings for Calculations in a Field 20040909
2 IF_SALV_WD_FILTER Settings for the Filter Conditions of a Field 20040908
3 IF_SALV_WD_SORT Settings for Sorting a Field 20040909
Friends
Class CL_SALV_WD_FIELD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FIELDNAME Instance attribute Public Type reference (TYPE) STRING 20040906
2 REFERENCE_FIELD Instance attribute Public Type reference (TYPE) STRING 20040915
3 REFERENCE_FIELD_TYPE Instance attribute Public Attribute reference (LIKE) IF_SALV_WD_C_FIELD_SETTINGS=>REFFIELDTYPE Constant 20040915
4 REF_DDIC_FIELD Instance attribute Public Type reference (TYPE) STRING 20041207
5 REF_DDIC_TABLE Instance attribute Public Type reference (TYPE) STRING 20041207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040906
2 GET_FIELDNAME Instance method Public Method Returns the Technical Name of the Field 20040908
3 GET_REFERENCE_FIELD Instance method Public Method Returns the Field That Contains the UoMs of Current Field 20040915
4 GET_REFERENCE_FIELD_TYPE Instance method Public Method Sets Whether Units of Measure are Currencies or Quantities 20040915
5 GET_REF_DDIC_FIELD Instance method Public Method Returns DDIC Element for Foreign Key Verification 20041207
6 GET_REF_DDIC_TABLE Instance method Public Method Returns DDIC Structure for Foreign Key Verification 20041207
7 SET_FIELDNAME Instance method Private Method 20050217
8 SET_REFERENCE_FIELD Instance method Public Method Sets Field That Contains the UoMs of Current Field 20040915
9 SET_REFERENCE_FIELD_TYPE Instance method Public Method Determines Whether UoMs Are Currencies or Quantities 20040915
10 SET_REF_DDIC_FIELD Instance method Public Method Sets DDIC Element for Foreign Key Verification 20041207
11 SET_REF_DDIC_TABLE Instance method Public Method Sets DDIC Structure for Foreign Key Verification 20041207
Events
Class CL_SALV_WD_FIELD has no event.
Types
Class CL_SALV_WD_FIELD 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 FIELDNAME Call by reference Type reference (TYPE) STRING 20040906

Method CONSTRUCTOR on class CL_SALV_WD_FIELD has no exception.

Method GET_FIELDNAME Signature

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

Method GET_FIELDNAME on class CL_SALV_WD_FIELD has no exception.

Method GET_REFERENCE_FIELD Signature

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

Method GET_REFERENCE_FIELD on class CL_SALV_WD_FIELD has no exception.

Method GET_REFERENCE_FIELD_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_FIELD_SETTINGS=>REFFIELDTYPE 20040915

Method GET_REFERENCE_FIELD_TYPE on class CL_SALV_WD_FIELD has no exception.

Method GET_REF_DDIC_FIELD Signature

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

Method GET_REF_DDIC_FIELD on class CL_SALV_WD_FIELD has no exception.

Method GET_REF_DDIC_TABLE Signature

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

Method GET_REF_DDIC_TABLE on class CL_SALV_WD_FIELD has no exception.

Method SET_FIELDNAME 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_FIELDNAME on class CL_SALV_WD_FIELD has no exception.

Method SET_REFERENCE_FIELD 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 20040915

Method SET_REFERENCE_FIELD on class CL_SALV_WD_FIELD has no exception.

Method SET_REFERENCE_FIELD_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_FIELD_SETTINGS=>REFFIELDTYPE IF_SALV_WD_C_FIELD_SETTINGS=>REFFIELDTYPE_CURR 20040915

Method SET_REFERENCE_FIELD_TYPE on class CL_SALV_WD_FIELD has no exception.

Method SET_REF_DDIC_FIELD 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 20041207

Method SET_REF_DDIC_FIELD on class CL_SALV_WD_FIELD has no exception.

Method SET_REF_DDIC_TABLE 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 20041207

Method SET_REF_DDIC_TABLE on class CL_SALV_WD_FIELD has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700