SAP ABAP Class CL_DEMO_FROM_ADBC_TO_AMDP (From ADBC to AMDP)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AMDP_MARKER_HDB Marker Interface for DB Procedures 20131202
Properties
Class CL_DEMO_FROM_ADBC_TO_AMDP  
Short Description From ADBC to AMDP    
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 20131202   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DEMO_FROM_ADBC_TO_AMDP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_AMDP_MARKER_HDB Marker Interface for DB Procedures 20131202
Friends
Class CL_DEMO_FROM_ADBC_TO_AMDP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONNECTION_TAB Instance attribute Private Type reference (TYPE) CONNECTIONS 20131202
Methods
# Method Level Visibility Method type Description Created on
1 ADBC Instance method Public Method 20131202
2 AMDP Instance method Public Method 20131202
3 AMDP_METH Instance method Private Method 20131204
4 CDBP Instance method Public Method 20131202
5 CONSTRUCTOR Instance method Public Constructor 20131202
6 OSQL Instance method Public Method 20131202
Events
Class CL_DEMO_FROM_ADBC_TO_AMDP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CONNECTION Public See coding 20131202 BEGIN OF connection, mandt TYPE spfli-mandt, carrid TYPE spfli-carrid, connid TYPE spfli-connid, END OF connection
2 CONNECTIONS Public See coding 20131202 connections TYPE HASHED TABLE OF connection WITH UNIQUE KEY carrid connid
3 FLIGHTS Public See coding 20131202 flights TYPE SORTED TABLE OF sflight WITH UNIQUE KEY carrid connid fldate
Method Signatures

Method ADBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLIGHTS Value transfer Type reference (TYPE) FLIGHTS 20131202

Method ADBC on class CL_DEMO_FROM_ADBC_TO_AMDP has no exception.

Method AMDP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLIGHTS Value transfer Type reference (TYPE) FLIGHTS 20131202

Method AMDP on class CL_DEMO_FROM_ADBC_TO_AMDP has no exception.

Method AMDP_METH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTIONS Value transfer Type reference (TYPE) CONNECTIONS 20131204
2 Exporting FLIGHTS Value transfer Type reference (TYPE) FLIGHTS 20131204

Method AMDP_METH on class CL_DEMO_FROM_ADBC_TO_AMDP has no exception.

Method CDBP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLIGHTS Value transfer Type reference (TYPE) FLIGHTS 20131202

Method CDBP on class CL_DEMO_FROM_ADBC_TO_AMDP has no exception.

Method CONSTRUCTOR 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 20131202

Method CONSTRUCTOR on class CL_DEMO_FROM_ADBC_TO_AMDP has no exception.

Method OSQL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLIGHTS Value transfer Type reference (TYPE) FLIGHTS 20131202

Method OSQL on class CL_DEMO_FROM_ADBC_TO_AMDP has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740