SAP ABAP Class CNV_00001_TABLE_CREATOR (Creation of internal tables dynamically)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Properties
Class CNV_00001_TABLE_CREATOR  
Short Description Creation of internal tables dynamically    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20100429   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CNV_00001_TABLE_CREATOR has no forward declaration.
Interfaces
Class CNV_00001_TABLE_CREATOR has no interface implemented.
Friends
Class CNV_00001_TABLE_CREATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GEN_PROG Instance attribute Protected Type reference (TYPE) SYREPID Program name 20100429
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Creates the object 20100429
2 GET_TABLE Instance method Public Method Returns a table of a given structure 20100429
Events
Class CNV_00001_TABLE_CREATOR has no event.
Types
Class CNV_00001_TABLE_CREATOR 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 STRUCTURES Call by reference Type reference (TYPE) TTTABNAME Number of Tables 20100429
# Exception Resumable Description Created on
1 GENERATION_FAILED Generation of the routines failed 20100429

Method GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STRUCTURE Call by reference Type reference (TYPE) TABNAME Table name 20100429
2 Exporting TABREF Call by reference Object reference (TYPE REF TO) DATA Reference to the created table 20100429
# Exception Resumable Description Created on
1 CREATION_FAILED Creation of a table failed 20100429
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_46C