SAP ABAP Class CL_SALV_DATA_DESCR (ALV: Using Data to Build the Column Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_METADATA (Package) ALV: Meta Data
Properties
Class CL_SALV_DATA_DESCR  
Short Description ALV: Using Data to Build the Column Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_OM_METADATA   ALV: Meta Data 
Created 20040126   SAP 
Last change 20080612   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SALV_DATA_DESCR has no forward declaration.
Interfaces
Class CL_SALV_DATA_DESCR has no interface implemented.
Friends
Class CL_SALV_DATA_DESCR has no friend class.
Attributes
Class CL_SALV_DATA_DESCR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DESCRIBE_TABLE Static method Public Method Gets Description of Metadata of Structure 20040126
2 FILL_COLUMN Static method Private Method Sets DDIC Information in Column Object 20040129
3 READ_STRUCTDESCR Static method Public Method Reads ABAP Structure Description 20040126
4 TRANSFORM Static method Private Method Transforms Content of DFIES for Nested Calls 20040129
Events
Class CL_SALV_DATA_DESCR has no event.
Types
Class CL_SALV_DATA_DESCR has no local type.
Method Signatures

Method DESCRIBE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV Spalten 20040126
2 Importing R_TABLE Call by reference Object reference (TYPE REF TO) DATA Referenz auf Tabelle, deren Struktur beschrieben werden soll 20040126

Method DESCRIBE_TABLE on class CL_SALV_DATA_DESCR has no exception.

Method FILL_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV Spalten 20040129
2 Importing T_DFIES Call by reference Type reference (TYPE) DDFIELDS DB-relevante Beschreibung von DD-Tabellenfeldern 20040129

Method FILL_COLUMN on class CL_SALV_DATA_DESCR has no exception.

Method READ_STRUCTDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20040126
2 Returning T_DFIES Value transfer Type reference (TYPE) DDFIELDS DD: Feldliste 20040126

Method READ_STRUCTDESCR on class CL_SALV_DATA_DESCR has no exception.

Method TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing S_DFIES Call by reference Type reference (TYPE) DFIES DD-Schnittstelle: Tabellenfelder für DDIF_FIELDINFO_GET 20040129
2 Changing T_DFIES Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20040129

Method TRANSFORM on class CL_SALV_DATA_DESCR has no exception.
History
Last changed by/on SAP  20080612 
SAP Release Created in 700