SAP ABAP Class CL_FWWP_DYNAMIC_REFERENCE (Dynamic Creation of Structures and Tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SBPT_FWWP (Package) Framework for Workplace
Properties
Class CL_FWWP_DYNAMIC_REFERENCE  
Short Description Dynamic Creation of Structures and Tables    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBPT_FWWP   Framework for Workplace 
Created 19990216   SAP 
Last change 19990216   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FWWP_DYNAMIC_REFERENCE has no forward declaration.
Interfaces
Class CL_FWWP_DYNAMIC_REFERENCE has no interface implemented.
Friends
Class CL_FWWP_DYNAMIC_REFERENCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AKT_STRUCTURE Instance attribute Private Type reference (TYPE) DD40V-TYPENAME akt_structure 19990216
2 IT_FIELDS Instance attribute Private See coding IT_FIELDS 19990216
3 PTR_ORG_STRUCT Instance attribute Private Object reference (TYPE REF TO) DATA PTR_ORG_STRUCT 19990216
4 PTR_WP_STRUCT Instance attribute Private Object reference (TYPE REF TO) DATA PTR_WP_STRUCT 19990216
5 PTR_WP_TABLE Instance attribute Private Object reference (TYPE REF TO) DATA PTR_WP_TABLE 19990216
6 WA_FIELDS Instance attribute Private See coding WA_FIELDS 19990216
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_STRUCTURE Instance method Private Method Checks the Structure Name Passed 19990216
2 GENERATE_POINTERS Instance method Private Method Generates Pointer to Structure 19990216
3 GET_REFERENCES Instance method Public Method Returns References for a Structure 19990216
4 SET_GENERATED_POINTERS Instance method Public Method INTERNAL USE - Sets the Pointer to a Structure 19990216
Events
Class CL_FWWP_DYNAMIC_REFERENCE has no event.
Types
Class CL_FWWP_DYNAMIC_REFERENCE has no local type.
Method Signatures

Method CHECK_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCTURE Call by reference Type reference (TYPE) C Strukturname 19990216
# Exception Resumable Description Created on
1 NOT_FOUND Strukturname im DDIC nicht gefunden 19990216

Method GENERATE_POINTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCTURE Call by reference Type reference (TYPE) C Strukturname 19990216

Method GENERATE_POINTERS on class CL_FWWP_DYNAMIC_REFERENCE has no exception.

Method GET_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_STRUCTURE Call by reference Object reference (TYPE REF TO) DATA Zeiger auf die DDIC-Struktur 19990216
2 Exporting E_WP_STRUCTURE Call by reference Object reference (TYPE REF TO) DATA Zeiger auf die erweiterte Struktur 19990216
3 Exporting E_WP_TABLE Call by reference Object reference (TYPE REF TO) DATA Zeiger auf eine Tabelle mit der Struktur 19990216
4 Importing I_STRUCTURE Call by reference Type reference (TYPE) C Name der DDIC-Struktur 19990216
# Exception Resumable Description Created on
1 NOT_FOUND Strukturname im DDIC nicht gefunden 19990216

Method SET_GENERATED_POINTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORG_STRUCTURE Call by reference Type reference (TYPE) ANY Zeiger auf die orginale Struktur 19990216
2 Importing I_WP_STRUCTURE Call by reference Type reference (TYPE) ANY Zeiger auf die manipulierte Struktur 19990216
3 Importing I_WP_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Zeiger auf die Tabelle 19990216

Method SET_GENERATED_POINTERS on class CL_FWWP_DYNAMIC_REFERENCE has no exception.
History
Last changed by/on SAP  19990216 
SAP Release Created in