SAP ABAP Class CL_AXT_CUSTOMER_TABLES_UTIL (Utility Class for Customers to Simplify Table Data Retrieval)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_RUNTIME (Package) Extensibility Runtime components
Properties
Class CL_AXT_CUSTOMER_TABLES_UTIL  
Short Description Utility Class for Customers to Simplify Table Data Retrieval    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RUNTIME   Extensibility Runtime components 
Created 20091007   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_CUSTOMER_TABLES_UTIL has no forward declaration.
Interfaces
Class CL_AXT_CUSTOMER_TABLES_UTIL has no interface implemented.
Friends
Class CL_AXT_CUSTOMER_TABLES_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ON_CHANGE Constant Public Type reference (TYPE) AXT_BADI_EVENT 'C' 20091007
2 GC_ON_NEW Constant Public Type reference (TYPE) AXT_BADI_EVENT 'N' 20091007
3 GC_ON_SAVE Constant Public Type reference (TYPE) AXT_BADI_EVENT 'S' 20091007
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHILD_DATA_BY_RECORD_ID Static method Public Method Return Data from a Child Table, which Points to a Record 20091007
2 GET_DATA_BY_RECORD_ID Static method Public Method Return the Work Structure of a Record 20091007
Events
Class CL_AXT_CUSTOMER_TABLES_UTIL has no event.
Types
Class CL_AXT_CUSTOMER_TABLES_UTIL has no local type.
Method Signatures

Method GET_CHILD_DATA_BY_RECORD_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILD_WORK_STRUCTURE Call by reference Type reference (TYPE) STANDARD TABLE Data in Work Structure Format of Child Table 20091007
2 Importing IV_CHILD_TABLE_NAME Call by reference Type reference (TYPE) AXT_TABLE_ID Child Table Name 20091007
3 Importing IV_RECORD_ID Call by reference Type reference (TYPE) STRING RECORD_ID on Current Table 20091007
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND 20091007
2 CX_AXT_RUNTIME 20091007

Method GET_DATA_BY_RECORD_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WORK_STRUCTURE Call by reference Type reference (TYPE) ANY Work Structure 20091007
2 Importing IV_RECORD_ID Call by reference Type reference (TYPE) STRING RECORD_ID 20091007
3 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) AXT_TABLE_ID Table Name 20091007
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND 20091007
2 CX_AXT_RUNTIME 20091007
History
Last changed by/on SAP  20130531 
SAP Release Created in 701