SAP ABAP Class CL_AXT_CUSTOMER_INCLUDE (Customer include 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_CUSTOMER_INCLUDE  
Short Description Customer include 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 20080327   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_CUSTOMER_INCLUDE has no interface implemented.
Friends
Class CL_AXT_CUSTOMER_INCLUDE 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 MT_FIELDS Instance attribute Private Type reference (TYPE) AXTT_CUST_INCL_FIELD_DETAILS Table of customer include fields 20080327
3 MV_ALL_CI_FIELDS_DELETED Instance attribute Private Type reference (TYPE) AXT_BOOLEAN All CI field deleted 20080612
4 SC_DESCR_CUSTOMER_INCLUDE Static Attribute Private Type reference (TYPE) AXT_DESCRIPTION Element description: Customer Include 20081201
5 SC_TABCLASS_INTTAB Constant Private Type reference (TYPE) TABCLASS 'INTTAB' Inttab 20081201
Methods
# Method Level Visibility Method type Description Created on
1 ARE_SPECIFIC_ATTRIBUTES_EQUAL Instance method Private Method Compares customer include specific attributes 20080407
2 CHECK_FIELDS Instance method Private Method Checks if fields table is consistent 20080327
3 CHECK_MANDATORY_PARAMETERS Static method Private Method Checks all mandatory parameters and returns messages 20080327
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081201
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080327
6 CREATE_CUSTOMER_INCLUDE Static method Public Method Returns a new customer include element (easy signature) 20080327
7 DELETE_CUSTOMER_INCLUDE Instance method Private Method Deletes customer_include 20080530
8 GENERATE_CUSTOMER_INCLUDE Instance method Private Method Generates customer include 20080530
9 GET_CUSTOMER_INCLUDE_FIELDS Instance method Public Method Returns the list of customer include fields 20080327
10 GET_TABL_DEFINITION Instance method Private Method Returns dictionnary definition for a given TABL objects 20080530
11 REMOVE_FIELDS Instance method Private Method Removes fields for deletion from table 20080530
12 REMOVE_FOREIGN_KEYS Instance method Private Method Removes foreign keys definition from parameter tables 20080530
13 SAVE_TABL_TO_DICTIONARY Static method Private Method Pushes TABL definition in dictionnary 20080530
Events
Class CL_AXT_CUSTOMER_INCLUDE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_DD03P Private See coding 20080530 lty_dd03p TYPE STANDARD TABLE OF dd03p
2 LTY_DD05M Private See coding 20080530 lty_dd05m TYPE STANDARD TABLE OF dd05m
3 LTY_DD08V Private See coding 20080530 lty_dd08v TYPE STANDARD TABLE OF dd08v
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_CI_TARGET Call by reference Object reference (TYPE REF TO) CL_AXT_CUSTOMER_INCLUDE Customer include generation element 20080407
2 Returning RV_ARE_EQUAL Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20080407

Method ARE_SPECIFIC_ATTRIBUTES_EQUAL on class CL_AXT_CUSTOMER_INCLUDE 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 20080327

Method CHECK_FIELDS on class CL_AXT_CUSTOMER_INCLUDE has no exception.

Method CHECK_MANDATORY_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20080331
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Mandatory parameters invalid 20080409

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT_TYPE Call by reference Type reference (TYPE) AXT_OBJECT_TYPE Object Type 20081013
2 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID GUID 20080327
3 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20080327

Method CONSTRUCTOR on class CL_AXT_CUSTOMER_INCLUDE has no exception.

Method CREATE_CUSTOMER_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CUSTOMER_INCLUDE_FIELDS Call by reference Type reference (TYPE) AXTT_CUST_INCL_FIELD_DETAILS Table of customer include fields 20080327
2 Importing IV_ENHANCEMENT_CATEGORY Call by reference Type reference (TYPE) DDRANKING DD: Ranking for include and subtype extension 20080407
3 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20080327
4 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20080327
5 Returning RR_ELEMENT Value transfer Object reference (TYPE REF TO) IF_AXT_ELEMENT General generation eleme 20080327
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20080327

Method DELETE_CUSTOMER_INCLUDE 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 20080530
2 Returning RRT_TRANSPORT Value transfer Object reference (TYPE REF TO) COMT_GOX_TRANS_OBJECT Table with Entries for Transport 20080530
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20080530

Method GENERATE_CUSTOMER_INCLUDE 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 20080530
2 Returning RRT_TRANSPORT Value transfer Object reference (TYPE REF TO) COMT_GOX_TRANS_OBJECT Table with Entries for Transport 20080530
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20080530

Method GET_CUSTOMER_INCLUDE_FIELDS 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_CUST_INCL_FIELD_DETAILS Table of customer include fields 20080327

Method GET_CUSTOMER_INCLUDE_FIELDS on class CL_AXT_CUSTOMER_INCLUDE has no exception.

Method GET_TABL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD02V Call by reference Type reference (TYPE) DD02V Generated Table for View DD02V 20080530
2 Exporting ET_DD03P Call by reference Type reference (TYPE) LTY_DD03P 20080530
3 Exporting ET_DD05M Call by reference Type reference (TYPE) LTY_DD05M 20080530
4 Exporting ET_DD08V Call by reference Type reference (TYPE) LTY_DD08V 20080530
5 Importing IV_TABLE Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20080530
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND TABL definition not found 20080530

Method REMOVE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DD03P Call by reference Type reference (TYPE) LTY_DD03P 20080530

Method REMOVE_FIELDS on class CL_AXT_CUSTOMER_INCLUDE has no exception.

Method REMOVE_FOREIGN_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DD05M Call by reference Type reference (TYPE) LTY_DD05M 20080530
2 Changing CT_DD08V Call by reference Type reference (TYPE) LTY_DD08V Generated Table for View DD08V 20080530

Method REMOVE_FOREIGN_KEYS on class CL_AXT_CUSTOMER_INCLUDE has no exception.

Method SAVE_TABL_TO_DICTIONARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DD02V Call by reference Type reference (TYPE) DD02V Generated Table for View DD02V 20080530
2 Importing IT_DD03P Call by reference Type reference (TYPE) LTY_DD03P 20080530
3 Importing IT_DD05M Call by reference Type reference (TYPE) LTY_DD05M 20080530
4 Importing IT_DD08V Call by reference Type reference (TYPE) LTY_DD08V Generated Table for View DD08V 20080530
5 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20080530
6 Importing IV_TABLE Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20080530
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation failed 20080530
History
Last changed by/on SAP  20130531 
SAP Release Created in 700