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 CONNECTION Instance attribute Private Object reference (TYPE REF TO) CL_TREX_DATABASE_CONNECTION 20080402
2 C_STORED_PROC_LINE_LEN Constant Private Type reference (TYPE) I 4000 20081215
3 REQUEST Instance attribute Private Object reference (TYPE REF TO) CL_TREX_XSTRING_REQUEST XSTRING Request 20080402
4 RESPONSE 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 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080402
2 SP_INSERT_TO_QUEUETABLE Instance method Private Method 20081216
3 SQL_INSERT Instance method Private Method 20111031
4 SQL_INSERT_TO_QUEUETABLE 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 Importing CONNECTION Call by reference Object reference (TYPE REF TO) CL_TREX_DATABASE_CONNECTION 20080402
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_TREX_XSTRING_REQUEST XSTRING Request 20080402
3 Importing 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 CX_TREX_REMOTE_COMMUNICATION Remote Communication Exception 20081216

Method SQL_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DB_TABLE_NAME Call by reference Type reference (TYPE) CLIKE 20111031
2 Importing VALUES Call by reference Type reference (TYPE) TREXT_DATA_REF Table type for data reference. 20111031
# Exception Resumable Description Created on
1 CX_TREX_REMOTE_COMMUNICATION Remote Communication Exception 20111031
2 CX_TREX_SQL_EXCEPTION 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 CX_TREX_REMOTE_COMMUNICATION Remote Communication Exception 20080527
History
Last changed by/on SAP  20130531 
SAP Release Created in 711