SAP ABAP Class CL_AXT_STRUCTURE (Structure generation element)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_GENERATION_FRAMEWORK (Package) Extensibility Generation Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AXT_BASE_STRUCTURE Base class for all structures 20081124
Properties
Class CL_AXT_STRUCTURE  
Short Description Structure generation element    
Super Class CL_AXT_BASE_STRUCTURE Base class for all structures 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_GENERATION_FRAMEWORK   Extensibility Generation Framework 
Created 20080208   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_AXT_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_AXT_STRUCTURE has no interface implemented.
Friends
Class CL_AXT_STRUCTURE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_GOX_SYST Constant Private Type reference (TYPE) COMT_GOX_FIELDNAME 'SYST' GOX parameter for client specific 20080421
2 GC_PARAM_BUILDIN_DATATYPE Constant Public Type reference (TYPE) AXT_PARAMETER 'BUILDIN_DATATYPE' 20090729
3 GC_PARAM_BUILDIN_DECIMALS Constant Public Type reference (TYPE) AXT_PARAMETER 'BUILDIN_DECIMALS' 20090729
4 GC_PARAM_BUILDIN_LENGTH Constant Public Type reference (TYPE) AXT_PARAMETER 'BUILDIN_LENG' 20090729
5 GC_PARAM_KEY Constant Public Type reference (TYPE) AXT_PARAMETER 'KEYFLAG' Constant KEYFLAG 20080310
6 GC_PARAM_NOTNULL Constant Public Type reference (TYPE) AXT_PARAMETER 'NOTNULL' Constant NOTNULL 20080221
7 GC_PARAM_POSITION Constant Public Type reference (TYPE) AXT_PARAMETER 'POSITION' Constant POSITION 20080221
8 GC_TABCLASS_STRUCTURE Constant Private Type reference (TYPE) TABCLASS 'INTTAB' Table class for append 20080602
9 MT_FIELDS Instance attribute Private Type reference (TYPE) AXTT_STRUCTURE_FIELD_DETAILS Table of structure fields 20080215
10 SC_DESCR_STRUCTURE Static Attribute Private Type reference (TYPE) AXT_DESCRIPTION Element description: structure 20081201
Methods
# Method Level Visibility Method type Description Created on
1 ARE_SPECIFIC_ATTRIBUTES_EQUAL Instance method Private Method Compares structure specific attributes 20080307
2 CHECK_FIELDS Instance method Private Method Checks if fields table is consistent 20080307
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081201
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080220
5 CREATE_STRUCTURE Static method Public Method Returns a new structure element (easy signature) 20080215
6 DELETE_STRUCTURE Instance method Private Method Deletes structure 20080602
7 GENERATE_STRUCTURE Instance method Private Method Generates structure 20080602
8 GET_FIELDS_DETAILS Instance method Public Method Returns all fields details of this structure element 20080215
Events
Class CL_AXT_STRUCTURE has no event.
Types
Class CL_AXT_STRUCTURE has no local type.
Method Signatures

Method ARE_SPECIFIC_ATTRIBUTES_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_STRUCTURE_TARGET Call by reference Object reference (TYPE REF TO) CL_AXT_STRUCTURE Structure generation element 20080307
2 Returning RV_ARE_EQUAL Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20080307

Method ARE_SPECIFIC_ATTRIBUTES_EQUAL on class CL_AXT_STRUCTURE has no exception.

Method CHECK_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CRT_MESSAGES Call by reference Object reference (TYPE REF TO) AXTT_MSG Messages table 20080325
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Fields are invalid 20080307

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_AXT_STRUCTURE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_STRUCTURE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) AXT_DESCRIPTION 20090511
2 Importing IV_ELEMENT_TYPE Call by reference Type reference (TYPE) AXT_OBJECT_TYPE Object Type 20081013
3 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20080225
4 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Element name 20080221

Method CONSTRUCTOR on class CL_AXT_STRUCTURE has no exception.

Method CREATE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STRUCTURE_FIELDS Call by reference Type reference (TYPE) AXTT_STRUCTURE_FIELD_DETAILS Table of structure fields 20080215
2 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) AXT_DESCRIPTION Description 20090511
3 Importing IV_ENHANCEMENT_CATEGORY Call by reference Type reference (TYPE) DDRANKING Enhancement category 20080311
4 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20080225
5 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20080219
6 Returning RR_ELEMENT Value transfer Object reference (TYPE REF TO) IF_AXT_ELEMENT General generation element 20080215
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Creation failed due to invalid data 20080314

Method DELETE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSPORT Call by reference Type reference (TYPE) TRKORR Request/Task 20080602
2 Returning RRT_TRANSPORT Value transfer Object reference (TYPE REF TO) COMT_GOX_TRANS_OBJECT Table with Entries for Transport 20080602
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Structure not deleted 20080602

Method GENERATE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSPORT Call by reference Type reference (TYPE) TRKORR Request/Task 20080602
2 Returning RRT_TRANSPORT Value transfer Object reference (TYPE REF TO) COMT_GOX_TRANS_OBJECT Table with Entries for Transport 20080602
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Structure not generated 20080602

Method GET_FIELDS_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDS_DETAILS Value transfer Type reference (TYPE) AXTT_STRUCTURE_FIELD_DETAILS Table of structure fields 20080215

Method GET_FIELDS_DETAILS on class CL_AXT_STRUCTURE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700