SAP ABAP Class CL_DAAG_RUNTIME_API (Runtime API for Applications and Users)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-DAG (Application Component) Data Aging
     S_DAAG_API (Package) Interface Functions for Application and for Users
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DAAG_PROCESSING_DATA Interface for Processing Attributes 20131010
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DAAG_RUNTIME_PROCESSING Data Aging Runtime <-> Application Runtime 20130723
Properties
Class CL_DAAG_RUNTIME_API  
Short Description Runtime API for Applications and Users    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DAAG_API   Interface Functions for Application and for Users 
Created 20130411   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DAAG_PROCESSING_DATA Interface for Processing Attributes 20131010
2 IF_DAAG_RUNTIME_PROCESSING Data Aging Runtime <-> Application Runtime 20130723
Friends
Class CL_DAAG_RUNTIME_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DBCON Constant Private Type reference (TYPE) DBCON_NAME 'UIA' Logical Name for a Database Connection 20130621
2 GT_UPDATE_STATS Instance attribute Public Type reference (TYPE) DAAG_T_UPDATE_STATS Table Type for Statistics per Table 20130618
3 GV_RUN_NUMBER Instance attribute Private Type reference (TYPE) SYSUUID_C22 Session Number 20130910
4 GV_UPDATE_FAILED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20130905
5 MO_APPL_RUNTIME Instance attribute Private Object reference (TYPE REF TO) IF_DAAG_RUNTIME Interface for Runtime Class 20130718
6 MO_DAAG_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_DAAG_OBJECT Data Aging Object 20130613
7 MO_RUNTIME_LOG Instance attribute Private Object reference (TYPE REF TO) CL_DAAG_RUNTIME_LOG Logging of a Data Aging Run 20131010
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130613
2 PROCESS Instance method Public Method Execution of a Data Aging Session 20130613
Events
Class CL_DAAG_RUNTIME_API has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_INDEX_COLUMN Private See coding 20130723 BEGIN OF ty_s_index_column, table_name TYPE tabname, column_name TYPE string, constraint TYPE string, END OF ty_s_index_column
2 TY_T_INDEX_COLUMN Private See coding 20130723 ty_t_index_column TYPE STANDARD TABLE OF ty_s_index_column WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DAAG_OBJECT Call by reference Type reference (TYPE) DAAG_OBJECT Name eines Data-Aging-Objekts 20130613
2 Importing IV_RUN_NUMBER Call by reference Type reference (TYPE) SYSUUID_C22 Laufnummer 20130910
# Exception Resumable Description Created on
1 CX_DAAG_API Ausnahmen der Data Aging API 20130613
2 CX_DAAG_BF Data Aging Business function: Fehler 20130820
3 CX_DAAG_COMMON Ausnahmen 20130613
4 CX_DAAG_DESIGNTIME Ausnahmen der Data Aging Designtime 20130613

Method PROCESS Signature

Method PROCESS on class CL_DAAG_RUNTIME_API has no parameter.
# Exception Resumable Description Created on
1 CX_DAAG_PROCESSING Ausnahme während Aging-Ausführung 20130627
History
Last changed by/on SAP  20141121 
SAP Release Created in 740