SAP ABAP Class CL_DEMO_CALL_FROM_ST (Method Call from Simple Transformation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABAPDEMOS (Package) Demos for ABAP Documentation, not meant for productive use
Properties
Class CL_DEMO_CALL_FROM_ST  
Short Description Method Call from Simple Transformation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABAPDEMOS   Demos for ABAP Documentation, not meant for productive use 
Created 20060823   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DEMO_CALL_FROM_ST has no forward declaration.
Interfaces
Class CL_DEMO_CALL_FROM_ST has no interface implemented.
Friends
Class CL_DEMO_CALL_FROM_ST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FLIGHT_TAB Static Attribute Public Type reference (TYPE) T_SPFLI_TAB 20060823
2 SPFLI_TAB Static Attribute Private Type reference (TYPE) T_SPFLI_TAB 20060823
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060823
2 GET_FLIGHTS Static method Public Method Get Flights for an Airline 20060823
3 MAIN Static method Public Method Initial Method 20060823
Events
Class CL_DEMO_CALL_FROM_ST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_SPFLI_TAB Public See coding 20060823 t_spfli_tab TYPE SORTED TABLE OF spfli WITH UNIQUE KEY carrid connid
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_FLIGHTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CARRID Call by reference Type reference (TYPE) SPFLI-CARRID Kurzbezeichnung der Fluggesellschaft 20060823

Method GET_FLIGHTS on class CL_DEMO_CALL_FROM_ST has no exception.

Method MAIN Signature

Method MAIN on class CL_DEMO_CALL_FROM_ST has no parameter.
Method MAIN on class CL_DEMO_CALL_FROM_ST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710