SAP ABAP Class IF_TRANSACTION_REMOTE_CONTROL (API for controlling a transaction from remote)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_TRANSACT_REMOTE_CONTROL_BAS basic functions for remote control API for transactions 20070213
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_TRANSACTION_REMOTE_CONTROL API for controlling a transaction from remote 20070213
Properties
Class IF_TRANSACTION_REMOTE_CONTROL  
Short Description API for controlling a transaction from remote    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070213   SAP 
Last change 20071217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_TRANSACTION_REMOTE_CONTROL has no forward declaration.
Interfaces
Class IF_TRANSACTION_REMOTE_CONTROL has no interface implemented.
Friends
Class IF_TRANSACTION_REMOTE_CONTROL has no friend class.
Attributes
Class IF_TRANSACTION_REMOTE_CONTROL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONNECT Instance method Public Method 20070213
2 CONTINUE Instance method Public Method process data and okcode with current transaction 20070213
3 DB_COMMIT Instance method Public Method trigger a database commit on remote side 20070427
4 DISCONNECT Instance method Public Method 20070213
5 GET_ENVIRONMENT_DATA Instance method Public Method 20070213
6 START Instance method Public Method Start the specified transaction remote 20070213
7 SUSPEND Instance method Public Method 20070213
Events
Class IF_TRANSACTION_REMOTE_CONTROL has no event.
Types
Class IF_TRANSACTION_REMOTE_CONTROL has no local type.
Method Signatures

Method CONNECT Signature

Method CONNECT on class IF_TRANSACTION_REMOTE_CONTROL has no parameter.
Method CONNECT on class IF_TRANSACTION_REMOTE_CONTROL has no exception.

Method CONTINUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Type reference (TYPE) SRCT_REQUEST RCT: request data 20070213
2 Exporting RESPONSE Call by reference Type reference (TYPE) SRCT_RESPONSE RCT: Response of executed step 20070213
# Exception Resumable Description Created on
1 CX_TRANSACTION_REMOTE_CONTROL Exceptions of Transaction Remote Control 20070214

Method DB_COMMIT Signature

Method DB_COMMIT on class IF_TRANSACTION_REMOTE_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_TRANSACTION_REMOTE_CONTROL Exceptions of Transaction Remote Control 20070427

Method DISCONNECT Signature

Method DISCONNECT on class IF_TRANSACTION_REMOTE_CONTROL has no parameter.
Method DISCONNECT on class IF_TRANSACTION_REMOTE_CONTROL has no exception.

Method GET_ENVIRONMENT_DATA Signature

Method GET_ENVIRONMENT_DATA on class IF_TRANSACTION_REMOTE_CONTROL has no parameter.
Method GET_ENVIRONMENT_DATA on class IF_TRANSACTION_REMOTE_CONTROL has no exception.

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_MEMORY_SETTINGS Call by reference Type reference (TYPE) SRCT_ABAP_MEMORY_CLUSTERS SRCT: Table of ABAP Memory Clusters 20070213
2 Exporting RESPONSE Call by reference Type reference (TYPE) SRCT_RESPONSE RCT: Response of executed step 20070213
3 Importing SAP_MEMORY_SETTINGS Call by reference Type reference (TYPE) SRCT_SETGET_PARAMETERS RCT: Table of Set/Get Parameters 20070213
4 Importing TRANSACTION Call by reference Type reference (TYPE) STRING The transaction identifier (as could be entered as okcode) 20070213
# Exception Resumable Description Created on
1 CX_TRANSACTION_REMOTE_CONTROL Exceptions of Transaction Remote Control 20070214

Method SUSPEND Signature

Method SUSPEND on class IF_TRANSACTION_REMOTE_CONTROL has no parameter.
Method SUSPEND on class IF_TRANSACTION_REMOTE_CONTROL has no exception.
History
Last changed by/on SAP  20071217 
SAP Release Created in