SAP ABAP Class CL_DEMO_CALL_HANA_DB_PROCEDURE (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 | 20131203 |
Properties
Class | CL_DEMO_CALL_HANA_DB_PROCEDURE | |
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 | 20131203 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DEMO_CALL_HANA_DB_PROCEDURE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_AMDP_MARKER_HDB | Marker Interface for DB Procedures | 20131203 |
Friends
Class CL_DEMO_CALL_HANA_DB_PROCEDURE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_DBPROC_PROXY_PUBLIC_API | 20131203 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CONNECTIONS | 20131203 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20131203 | |
2 | ![]() |
Instance method | Public | Method | 20131203 | |
3 | ![]() |
Instance method | Private | Method | 20131204 | |
4 | ![]() |
Instance method | Public | Method | 20131203 | |
5 | ![]() |
Instance method | Public | Constructor | 20131203 | |
6 | ![]() |
Instance method | Public | Method | 20131203 | |
7 | ![]() |
Instance method | Private | Method | 20131203 | |
8 | ![]() |
Instance method | Private | Method | 20131203 |
Events
Class CL_DEMO_CALL_HANA_DB_PROCEDURE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | CONNECTION | Public | See coding | 20131203 | BEGIN OF connection,
mandt TYPE spfli-mandt,
carrid TYPE spfli-carrid,
connid TYPE spfli-connid,
END OF connection
|
||
2 | CONNECTIONS | Public | See coding | 20131203 | connections TYPE HASHED TABLE OF connection WITH UNIQUE KEY carrid connid
|
||
3 | FLIGHTS | Public | See coding | 20131203 | 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 | ![]() |
FLIGHTS | Value transfer | Type reference (TYPE) | FLIGHTS | 20131203 |
Method ADBC on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
Method AMDP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLIGHTS | Value transfer | Type reference (TYPE) | FLIGHTS | 20131203 |
Method AMDP on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
Method AMDP_METH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONNECTIONS | Value transfer | Type reference (TYPE) | CONNECTIONS | 20131204 | |||
2 | ![]() |
FLIGHTS | Value transfer | Type reference (TYPE) | FLIGHTS | 20131204 |
Method AMDP_METH on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
Method CDBP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLIGHTS | Value transfer | Type reference (TYPE) | FLIGHTS | 20131203 |
Method CDBP on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CARRID | Call by reference | Type reference (TYPE) | SPFLI-CARRID | 20131203 |
Method CONSTRUCTOR on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
Method OSQL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLIGHTS | Value transfer | Type reference (TYPE) | FLIGHTS | 20131203 |
Method OSQL on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
Method SETUP Signature
Method SETUP on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no parameter.
Method SETUP on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
Method SETUP_PROXY Signature
Method SETUP_PROXY on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no parameter.
Method SETUP_PROXY on class CL_DEMO_CALL_HANA_DB_PROCEDURE has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |