SAP ABAP Class CL_ALV_TABLE_CREATE (Dynamic Creation of ALV Data Table)
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_TABLE_CREATE  
Short Description Dynamic Creation of ALV Data Table    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIS   Generic list types 
Created 19990112   SAP 
Last change 20040518   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ALV_TABLE_CREATE has no forward declaration.
Interfaces
Class CL_ALV_TABLE_CREATE has no interface implemented.
Friends
Class CL_ALV_TABLE_CREATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_TABLE Static Attribute Private Object reference (TYPE REF TO) DATA Dynamic Data Table 19990112
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DYNAMIC_TABLE Static method Public Method Create Dynamic Data Table 19990112
2 INTERNAL_RECEIVER Static method Public Method Internal Use Only 19990112
3 TABLE_COPY Static method Public Method Copy a Table 20000217
Events
Class CL_ALV_TABLE_CREATE has no event.
Types
Class CL_ALV_TABLE_CREATE has no local type.
Method Signatures

Method CREATE_DYNAMIC_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_TABLE Call by reference Object reference (TYPE REF TO) DATA Pointer auf dynamische Datentabelle 19990112
2 Exporting E_STYLE_FNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 19991104
3 Importing IT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog 19990112
4 Importing I_LENGTH_IN_BYTE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, space=false) 20040119
5 Importing I_STYLE_TABLE Value transfer Type reference (TYPE) CHAR01 Style Tabelle hinzufügen 19991104
# Exception Resumable Description Created on
1 GENERATE_SUBPOOL_DIR_FULL Es können höchstens 36 Subroutinen-Pools temporär generiert 20001115

Method INTERNAL_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TABLE Call by reference Object reference (TYPE REF TO) DATA Datentabelle 19990112

Method INTERNAL_RECEIVER on class CL_ALV_TABLE_CREATE has no exception.

Method TABLE_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_TABLE Call by reference Object reference (TYPE REF TO) DATA Pointer auf Zieltabelle 20000217
2 Importing IT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog 20000217
3 Importing IT_OUTTAB Call by reference Type reference (TYPE) STANDARD TABLE Quelltabelle 20000217

Method TABLE_COPY on class CL_ALV_TABLE_CREATE has no exception.
History
Last changed by/on SAP  20040518 
SAP Release Created in