SAP ABAP Class CL_AXT_APPEND (Append field 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_APPEND  
Short Description Append field 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 20080215   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_APPEND has no interface implemented.
Friends
Class CL_AXT_APPEND 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_APPEND_TABLE Constant Public Type reference (TYPE) AXT_PARAMETER 'APPTAB' Constant APPTAB 20080310
3 GC_PARAM_POSITION Constant Public Type reference (TYPE) AXT_PARAMETER 'POSITION' Constant POSITION 20080220
4 GC_TABCLASS_APPEND Constant Private Type reference (TYPE) TABCLASS 'APPEND' GOX table class for append 20080602
5 MT_FIELDS Instance attribute Private Type reference (TYPE) AXTT_APPEND_FIELD_DETAILS Table of append fields 20080215
6 MV_APPTAB Instance attribute Private Type reference (TYPE) TABNAME Table Name 20080219
7 SC_DESCR_APPEND Static Attribute Private Type reference (TYPE) AXT_DESCRIPTION Element description: append 20081201
Methods
# Method Level Visibility Method type Description Created on
1 ARE_SPECIFIC_ATTRIBUTES_EQUAL Instance method Private Method Compares append specific attributes 20080307
2 CHECK_FIELDS Instance method Private Method Checks if fields table is consistent 20080306
3 CHECK_MANDATORY_PARAMETERS Static method Private Method Checks all mandatory parameters and returns messages 20080221
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081201
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080220
6 CREATE_APPEND Static method Public Method Returns a new append element (easy signature) 20080215
7 DELETE_APPEND Instance method Private Method Deletes structure 20080602
8 GENERATE_APPEND Instance method Private Method Generates structure 20080602
9 GET_APPEND_TABLE_NAME Instance method Public Method Returns Table Name 20080219
10 GET_FIELDS_DETAILS Instance method Public Method Returns all fields details of this append element 20080215
Events
Class CL_AXT_APPEND has no event.
Types
Class CL_AXT_APPEND 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_APPEND_TARGET Call by reference Object reference (TYPE REF TO) CL_AXT_APPEND Append field 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_APPEND 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 20080306

Method CHECK_MANDATORY_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPTAB Call by reference Type reference (TYPE) TABNAME Table Name 20080221
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Mandatory parameters are invalid 20080409

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_AXT_APPEND has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_APPEND 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 Description 20110816
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 20080220

Method CONSTRUCTOR on class CL_AXT_APPEND has no exception.

Method CREATE_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_APPEND_FIELDS Call by reference Type reference (TYPE) AXTT_APPEND_FIELD_DETAILS Table of append fields 20080215
2 Importing IV_APPEND_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20080311
3 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) AXT_DESCRIPTION Description 20110816
4 Importing IV_ENHANCEMENT_CATEGORY Call by reference Type reference (TYPE) DDRANKING DD: Ranking for include and subtype extension 20080311
5 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20080225
6 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20080219
7 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 Data invalid error 20080221

Method DELETE_APPEND 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_APPEND 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_APPEND_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_APPEND_TABLE_NAME Value transfer Type reference (TYPE) TABNAME Table Name 20080219

Method GET_APPEND_TABLE_NAME on class CL_AXT_APPEND has no exception.

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_APPEND_FIELD_DETAILS Table of append fields 20080215

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