SAP ABAP Class CL_TREX_DATABASE_CALL (Remote Call with XSTRING)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷
STREX (Package) TREX ABAP client

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_TREX_REMOTE_CALL | Remote Call | 20080402 |
Properties
Class | CL_TREX_DATABASE_CALL | |
Short Description | Remote Call with XSTRING | |
Super Class | CL_TREX_REMOTE_CALL | Remote Call |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STREX | TREX ABAP client |
Created | 20080402 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_TREX_DATABASE_CALL has no forward declaration.
Interfaces
Class CL_TREX_DATABASE_CALL has no interface implemented.
Friends
Class CL_TREX_DATABASE_CALL 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) | CL_TREX_DATABASE_CONNECTION | 20080402 | |||
2 | ![]() |
Constant | Private | Type reference (TYPE) | I | 4000 | 20081215 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_TREX_XSTRING_REQUEST | XSTRING Request | 20080402 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_TREX_DATABASE_RESPONSE | TREX database response. | 20080402 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080402 |
2 | ![]() |
Instance method | Private | Method | 20081216 | |
3 | ![]() |
Instance method | Private | Method | 20111031 | |
4 | ![]() |
Instance method | Private | Method | 20080527 |
Events
Class CL_TREX_DATABASE_CALL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_STORED_PROC_ITAB | Public | See coding | 20081215 | t_stored_proc_itab type standard table of t_stored_proc_struct with default key
|
||
2 | T_STORED_PROC_STRUCT | Public | See coding | 20081215 | begin of T_STORED_PROC_STRUCT ,
len type i ,
data type x length 4000 ,
end of t_stored_proc_struct
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONNECTION | Call by reference | Object reference (TYPE REF TO) | CL_TREX_DATABASE_CONNECTION | 20080402 | |||
2 | ![]() |
REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_TREX_XSTRING_REQUEST | XSTRING Request | 20080402 | ||
3 | ![]() |
RESPONSE | Call by reference | Object reference (TYPE REF TO) | CL_TREX_DATABASE_RESPONSE | Response Readable from SXML Reader | 20080402 |
Method CONSTRUCTOR on class CL_TREX_DATABASE_CALL has no exception.
Method SP_INSERT_TO_QUEUETABLE Signature
Method SP_INSERT_TO_QUEUETABLE on class CL_TREX_DATABASE_CALL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Remote Communication Exception | 20081216 |
Method SQL_INSERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DB_TABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20111031 | |||
2 | ![]() |
VALUES | Call by reference | Type reference (TYPE) | TREXT_DATA_REF | Table type for data reference. | 20111031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Remote Communication Exception | 20111031 | |
2 | ![]() |
TREX SQL exception | 20111031 |
Method SQL_INSERT_TO_QUEUETABLE Signature
Method SQL_INSERT_TO_QUEUETABLE on class CL_TREX_DATABASE_CALL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Remote Communication Exception | 20080527 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 711 |