SAP ABAP Class CL_DAAG_SFLIGHT_EXAMPLE (Runtime Class of Test Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-DAG (Application Component) Data Aging
     S_DAAG_SFLIGHT_EXAMPLE (Package) Test Object DAAG_SFLIGHT
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DAAG_RUNTIME Interface for Runtime Class 20131029
Properties
Class CL_DAAG_SFLIGHT_EXAMPLE  
Short Description Runtime Class of Test Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DAAG_SFLIGHT_EXAMPLE   Test Object DAAG_SFLIGHT 
Created 20131029   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DAAG_SFLIGHT_EXAMPLE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DAAG_RUNTIME Interface for Runtime Class 20131029
Friends
Class CL_DAAG_SFLIGHT_EXAMPLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_PACKAGE_SIZE Constant Private Type reference (TYPE) DAAG_PACKAGE_SIZE 1 Package Size for Processing During Aging Runtime 20131029
2 MO_RUNTIME_PROCESSING Instance attribute Private Object reference (TYPE REF TO) IF_DAAG_RUNTIME_PROCESSING Data Aging Runtime <-> Application Runtime 20131029
3 MS_RESIDENCE_TIME Instance attribute Private Type reference (TYPE) DAAG_RT_SFLIGHT Data Aging: Test Object DAAG_SFLIGHT for Residence Times 20131030
4 MT_CARR_CONN Instance attribute Private Type reference (TYPE) TT_CARR_CONN 20131030
5 MT_DATA Instance attribute Private Type reference (TYPE) TT_KEYS_DAAG_SFLIGHT 20131030
6 MT_RESIDENCE_TIME Instance attribute Private Type reference (TYPE) DAAG_T_RT_SFLIGHT Data Aging: Table Type Residence Time Maintenance 20131030
7 MV_LAST_FLDATE Instance attribute Private Type reference (TYPE) S_DATE Departure Date 20131030
8 MV_MAX_FLDATE Instance attribute Private Type reference (TYPE) S_DATE 20131030
9 MV_PACKAGE_SIZE Instance attribute Private Type reference (TYPE) DAAG_PACKAGE_SIZE Package Size for Processing During Aging Runtime 20131029
10 MV_WHERE Instance attribute Private Type reference (TYPE) STRING 20131029
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FLIGHTS Instance method Private Method Checks Bookings of Flights that Can Be Aged 20131104
2 GET_DATA Instance method Private Method 20131030
3 GET_MAX_FLDATE Instance method Private Method 20131030
4 UPDATE Instance method Private Method 20131030
Events
Class CL_DAAG_SFLIGHT_EXAMPLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CARR_CONN Public See coding 20131030 BEGIN OF ts_carr_conn, carrid TYPE s_carr_id, connid TYPE s_conn_id, END OF ts_carr_conn
2 TS_KEYS_DAAG_SFLIGHT Public See coding 20131030 BEGIN OF ts_keys_daag_sflight, mandt TYPE s_mandt, carrid TYPE s_carr_id, connid TYPE s_conn_id, fldate TYPE s_date, END OF ts_keys_daag_sflight
3 TT_CARR_CONN Public See coding 20131030 tt_carr_conn TYPE TABLE OF ts_carr_conn
4 TT_KEYS_DAAG_SFLIGHT Public See coding 20131030 tt_keys_daag_sflight TYPE SORTED TABLE OF ts_keys_daag_sflight WITH UNIQUE DEFAULT KEY
5 TT_REDUCED_KEYS_DAAG_SBOOK Public See coding 20131104 tt_reduced_keys_daag_sbook TYPE SORTED TABLE OF ts_keys_daag_sflight WITH UNIQUE DEFAULT KEY
Method Signatures

Method CHECK_FLIGHTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FLIGHTS Call by reference Type reference (TYPE) TT_KEYS_DAAG_SFLIGHT Flug 20131104
2 Returning RT_FLIGHTS Value transfer Type reference (TYPE) TT_KEYS_DAAG_SFLIGHT Flug 20131104

Method CHECK_FLIGHTS on class CL_DAAG_SFLIGHT_EXAMPLE has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CARR_CONN Call by reference Type reference (TYPE) TS_CARR_CONN 20131030

Method GET_DATA on class CL_DAAG_SFLIGHT_EXAMPLE has no exception.

Method GET_MAX_FLDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CARR_CONN Call by reference Type reference (TYPE) TS_CARR_CONN 20131030
2 Returning RV_MAX_FLDATE Value transfer Type reference (TYPE) S_DATE Flugdatum 20131030

Method GET_MAX_FLDATE on class CL_DAAG_SFLIGHT_EXAMPLE has no exception.

Method UPDATE Signature

Method UPDATE on class CL_DAAG_SFLIGHT_EXAMPLE has no parameter.
Method UPDATE on class CL_DAAG_SFLIGHT_EXAMPLE has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740