SAP ABAP Class CL_SWF_UTL_RFC_SERVICES (Workflow: Service class for Workflow-RFC)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_UTL (Package) Workflow: Tools
Properties
Class CL_SWF_UTL_RFC_SERVICES  
Short Description Workflow: Service class for Workflow-RFC    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20030817   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_UTL_RFC_SERVICES has no forward declaration.
Interfaces
Class CL_SWF_UTL_RFC_SERVICES has no interface implemented.
Friends
Class CL_SWF_UTL_RFC_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_QDEST_REGISTER Instance attribute Private Object reference (TYPE REF TO) LOCAL_REGISTRATION 20120724
2 M_RFC_BACKGROUND Instance attribute Private Type reference (TYPE) LOCAL_DESTINATION 20120720
3 M_RFC_DEADLINE Instance attribute Private Type reference (TYPE) LOCAL_DESTINATION 20120720
4 M_RFC_FINALIZE Instance attribute Private Type reference (TYPE) LOCAL_DESTINATION 20120720
5 M_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_SWF_UTL_RFC_SERVICES 20120720
Methods
# Method Level Visibility Method type Description Created on
1 GET_NAME Static method Public Method 20030817
2 GET_NAMES Static method Public Method 20120720
3 GET_NAME_FOR_BACKGROUND Static method Public Method 20120720
4 GET_NAME_FOR_DEADLINE Static method Public Method 20120720
5 GET_NAME_FOR_FINALIZE Static method Public Method 20120720
6 REGISTER_DEST_FOR_DEADLINE Static method Public Method 20120723
7 REGISTER_DEST_FOR_FINALIZE Static method Public Method 20120720
8 UNREGISTER_DEST_FOR_DEADLINE Static method Public Method 20120720
9 UNREGISTER_DEST_FOR_FINALIZE Static method Public Method 20120720
10 _GET_INSTANCE Static method Private Method 20120720
11 _GET_NAME_FOR_BACKGROUND Instance method Private Method 20120720
12 _GET_NAME_FOR_DEADLINE Instance method Private Method 20120720
13 _GET_NAME_FOR_FINALIZE Instance method Private Method 20120720
14 _GET_QDEST_REGISTER Instance method Private Method 20120724
15 _REGISTER_DESTINATION Instance method Private Method 20120723
16 _REGISTER_DESTINATION_API Instance method Private Method 20120723
17 _REGISTER_DEST_FOR_DEADLINE Instance method Private Method 20120723
18 _REGISTER_DEST_FOR_FINALIZE Instance method Private Method 20120723
19 _SET_QDEST_REGISTER Instance method Private Method 20120724
20 _UNREGISTER_DESTINATION Instance method Private Method 20120720
21 _UNREGISTER_DESTINATION_API Instance method Private Method 20120720
22 _UNREGISTER_DEST_FOR_DEADLINE Instance method Private Method 20120720
23 _UNREGISTER_DEST_FOR_FINALIZE Instance method Private Method 20120720
Events
Class CL_SWF_UTL_RFC_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LOCAL_DESTINATION Private See coding 20120720 BEGIN OF local_destination, name TYPE rfcdest, registered TYPE REF TO xfeld, active TYPE xfeld, inactive TYPE xfeld, END OF local_destination
2 LOCAL_REGISTRATION Private See coding 20120724 BEGIN OF local_registration, register TYPE sysubrc, qregparam TYPE qsenddest, END OF local_registration
Method Signatures

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20110525
2 Returning RE_NAME Value transfer Type reference (TYPE) RFCDEST 20030817
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20030817

Method GET_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20120720
2 Returning RE_NAMES Value transfer Type reference (TYPE) SWFTDEST 20120720
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120720

Method GET_NAME_FOR_BACKGROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20120720
2 Returning RE_NAME Value transfer Type reference (TYPE) RFCDEST 20120720
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120720

Method GET_NAME_FOR_DEADLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20120720
2 Returning RE_NAME Value transfer Type reference (TYPE) RFCDEST 20120720
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120720

Method GET_NAME_FOR_FINALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20120720
2 Returning RE_NAME Value transfer Type reference (TYPE) RFCDEST 20120720
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120720

Method REGISTER_DEST_FOR_DEADLINE Signature

Method REGISTER_DEST_FOR_DEADLINE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120723

Method REGISTER_DEST_FOR_FINALIZE Signature

Method REGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
Method REGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method UNREGISTER_DEST_FOR_DEADLINE Signature

Method UNREGISTER_DEST_FOR_DEADLINE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
Method UNREGISTER_DEST_FOR_DEADLINE on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method UNREGISTER_DEST_FOR_FINALIZE Signature

Method UNREGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
Method UNREGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_UTL_RFC_SERVICES 20120720

Method _GET_INSTANCE on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _GET_NAME_FOR_BACKGROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20120720
2 Returning RE_NAME Value transfer Type reference (TYPE) RFCDEST 20120720
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120720

Method _GET_NAME_FOR_DEADLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20120720
2 Returning RE_NAME Value transfer Type reference (TYPE) RFCDEST 20120720
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120720

Method _GET_NAME_FOR_FINALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASS_BUFFER Call by reference Type reference (TYPE) XFELD SPACE 20120720
2 Returning RE_NAME Value transfer Type reference (TYPE) RFCDEST 20120720
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_SYST_ERROR System-Fehler 20120720

Method _GET_QDEST_REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESTINATION Call by reference Type reference (TYPE) RFCDEST 20120724
2 Returning RE_QREGPARAM Value transfer Type reference (TYPE) LOCAL_REGISTRATION 20120724

Method _GET_QDEST_REGISTER on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _REGISTER_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESTINATION Call by reference Type reference (TYPE) LOCAL_DESTINATION 20120723
2 Returning RE_DESTINATION Value transfer Type reference (TYPE) LOCAL_DESTINATION 20120723

Method _REGISTER_DESTINATION on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _REGISTER_DESTINATION_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESTINATION Call by reference Type reference (TYPE) RFCDEST 20120723
2 Returning RE_RETCOD Value transfer Type reference (TYPE) SYSUBRC 20120723

Method _REGISTER_DESTINATION_API on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _REGISTER_DEST_FOR_DEADLINE Signature

Method _REGISTER_DEST_FOR_DEADLINE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
Method _REGISTER_DEST_FOR_DEADLINE on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _REGISTER_DEST_FOR_FINALIZE Signature

Method _REGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
Method _REGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _SET_QDEST_REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REGISTER Call by reference Type reference (TYPE) LOCAL_REGISTRATION 20120724

Method _SET_QDEST_REGISTER on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _UNREGISTER_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESTINATION Call by reference Type reference (TYPE) LOCAL_DESTINATION 20120720
2 Returning RE_DESTINATION Value transfer Type reference (TYPE) LOCAL_DESTINATION 20120720

Method _UNREGISTER_DESTINATION on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _UNREGISTER_DESTINATION_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESTINATION Call by reference Type reference (TYPE) RFCDEST 20120720
2 Returning RE_RETCOD Value transfer Type reference (TYPE) SYSUBRC 20120720

Method _UNREGISTER_DESTINATION_API on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _UNREGISTER_DEST_FOR_DEADLINE Signature

Method _UNREGISTER_DEST_FOR_DEADLINE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
Method _UNREGISTER_DEST_FOR_DEADLINE on class CL_SWF_UTL_RFC_SERVICES has no exception.

Method _UNREGISTER_DEST_FOR_FINALIZE Signature

Method _UNREGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no parameter.
Method _UNREGISTER_DEST_FOR_FINALIZE on class CL_SWF_UTL_RFC_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640