SAP ABAP Class IF_STEPWISE_CTU_REMOTE_CONTROL (API for controlling a CALL TA USING stepwise 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_STEPWISE_CTU_REMOTE_CONTROL  
Short Description API for controlling a CALL TA USING stepwise 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_STEPWISE_CTU_REMOTE_CONTROL has no forward declaration.
Interfaces
Class IF_STEPWISE_CTU_REMOTE_CONTROL has no interface implemented.
Friends
Class IF_STEPWISE_CTU_REMOTE_CONTROL has no friend class.
Attributes
Class IF_STEPWISE_CTU_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 DISCONNECT Instance method Public Method 20070213
4 GET_ENVIRONMENT_DATA Instance method Public Method 20070213
5 START Instance method Public Method Start the specified transaction remote 20070213
6 SUSPEND Instance method Public Method 20070213
Events
Class IF_STEPWISE_CTU_REMOTE_CONTROL has no event.
Types
Class IF_STEPWISE_CTU_REMOTE_CONTROL has no local type.
Method Signatures

Method CONNECT Signature

Method CONNECT on class IF_STEPWISE_CTU_REMOTE_CONTROL has no parameter.
Method CONNECT on class IF_STEPWISE_CTU_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_CTU_RESPONSE RCT: Response of executed step (CALL TRANSACTION USING) 20070213
# Exception Resumable Description Created on
1 CX_TRANSACTION_REMOTE_CONTROL Exceptions of Transaction Remote Control 20070214

Method DISCONNECT Signature

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

Method GET_ENVIRONMENT_DATA Signature

Method GET_ENVIRONMENT_DATA on class IF_STEPWISE_CTU_REMOTE_CONTROL has no parameter.
Method GET_ENVIRONMENT_DATA on class IF_STEPWISE_CTU_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 Importing CONTINUE_AFTER_COMMIT Call by reference Type reference (TYPE) C 'X' continue after commit work if not space 20070213
3 Importing DISPLAY_MODE Call by reference Type reference (TYPE) C 'N' All, Errors only, Nothing 20070216
4 Importing NOBINPT Call by reference Type reference (TYPE) C SPACE don't set SY-BINPT if not space 20070213
5 Exporting RESPONSE Call by reference Type reference (TYPE) SRCT_CTU_RESPONSE RCT: Response of executed step (CALL TRANSACTION USING) 20070213
6 Importing SAP_MEMORY_SETTINGS Call by reference Type reference (TYPE) SRCT_SETGET_PARAMETERS RCT: Table of Set/Get Parameters 20070213
7 Importing SIMULATE_BATCH Call by reference Type reference (TYPE) C SPACE set SY-BATCH if not space 20070213
8 Importing TRANSACTION Call by reference Type reference (TYPE) STRING The transaction identifier (as could be entered as okcode) 20070213
9 Importing UPDATEMODE Call by reference Type reference (TYPE) C 'S' update mode: Asynchron, Synchron, Local 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_STEPWISE_CTU_REMOTE_CONTROL has no parameter.
Method SUSPEND on class IF_STEPWISE_CTU_REMOTE_CONTROL has no exception.
History
Last changed by/on SAP  20071217 
SAP Release Created in