SAP ABAP Class CL_SWF_EVT_TYPE_LINKAGE (Instance-Independent Event Linkage)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_EVT (Package) Workflow: Events
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_EVT_LINKAGE Event Linkage 20010221
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_EVT_TYPE_LINKAGE Instance-Independent Event Linkage 20000712
Properties
Class CL_SWF_EVT_TYPE_LINKAGE  
Short Description Instance-Independent Event Linkage    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_EVT   Workflow: Events 
Created 20000711   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWF_UTL_DEF_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SWFEV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SWF_EVT_LINKAGE Event Linkage 20010221
2 IF_SWF_EVT_TYPE_LINKAGE Instance-Independent Event Linkage 20000712
Friends
# Friend Modeled only Created on Description
1 CL_SWF_EVT_UTILITIES_CONVERT 20001208 Event Manager: Conversions
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MA_ACTIVATION Instance attribute Private Attribute reference (LIKE) 20000830
2 MA_CHECK_FB Instance attribute Private Attribute reference (LIKE) 20000830
3 MA_DELIVERY_MODE Instance attribute Private Attribute reference (LIKE) 20040809
4 MA_DELIVERY_PARA Instance attribute Private Attribute reference (LIKE) 20040809
5 MA_ERROR_BEHAVIOUR Instance attribute Public Attribute reference (LIKE) 20000830
6 MA_EVENT Instance attribute Private Attribute reference (LIKE) 20000830
7 MA_HANDLER_FB Instance attribute Private Attribute reference (LIKE) 20000830
8 MA_OBJCATEG Instance attribute Private Attribute reference (LIKE) 20000921
9 MA_OBJTYPE Instance attribute Private Attribute reference (LIKE) 20000830
10 MA_QUEUE_ENABLING Instance attribute Private Attribute reference (LIKE) 20000830
11 MA_RECGET_FB Instance attribute Private Attribute reference (LIKE) 20000830
12 MA_RECTYPE Instance attribute Private Attribute reference (LIKE) 20000830
13 MA_RFCDEST Instance attribute Private Attribute reference (LIKE) 20000830
14 MA_STATUS Instance attribute Public Attribute reference (LIKE) 20000830
15 MA_TYPELINK Instance attribute Private Attribute reference (LIKE) 20000830
16 M_DB_IMAGE Instance attribute Private Type reference (TYPE) SWFDEVLNK Event Linkage (DB Image) 20001117
17 M_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_SWF_EVT_HANDLER Event handler 20001020
18 M_IMPLICIT_SAVE Instance attribute Private Type reference (TYPE) XFELD Implicit Save 20000712
19 M_IMPLICIT_TRANSPORT Instance attribute Private Type reference (TYPE) XFELD Implicit Transport During Save 20000816
20 M_INSTANCES Static Attribute Private See coding Instance Table 20000712
21 M_LINKAGE Instance attribute Public Type reference (TYPE) SWFDEVLNK Event Linkage 20000711
22 M_NEW Instance attribute Private Type reference (TYPE) XFELD Instance created as new 20000712
23 M_TRANSPORTED Instance attribute Private Type reference (TYPE) XFELD Checkbox Field 20000816
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method Copies a linkage to a new key 20001020
2 CONSTRUCTOR Instance method Public Constructor Constructor 20000711
3 CREATE_LINKAGE Static method Public Method Gets a new linkage 20000711
4 DELETE Static method Public Method Deletes a type linkage (also from multiple clients) 20000831
5 DELETE_BY_RANGES Static method Public Method Deletes multiple linkages 20001122
6 EXISTENCE_CHECK Static method Public Method Existence Check for a Linkage 20000831
7 GET_HANDLER Instance method Public Method 20001030
8 GET_LINKAGE Static method Public Method Gets an existing linkage 20000711
9 GET_LINKAGE_OBJECT Static method Protected Method Gets an existing linkage 20001208
10 IS_FOR_ALL_INSTANCES Instance method Public Method 20000816
11 IS_INSTANCE_MASTER Instance method Public Method 20000712
12 LOAD Instance method Public Method Loads data from the database 20000711
13 LOAD_LINKAGES_BY_KEYS Static method Public Method Gets multiple linkages for specified keys 20000912
14 LOAD_LINKAGES_BY_RANGES Static method Public Method Gets multiple linkages for specified keys 20000912
15 LOAD_TABLE Static method Public Method Reads linkages from the database 20000830
16 REFRESH_ACTIVATION Static method Public Method Updates data from activation in the instances 20000912
17 RESET_BUFFERS Static method Public Method Resets Buffers 20010221
18 SAVE_TO_DATABASE Instance method Public Method 20000712
19 SET_ACTIVATION Instance method Public Method 20000816
20 SET_CHECK_FB Instance method Public Method 20000831
21 SET_ERROR_BEHAVIOUR Instance method Public Method 20000816
22 SET_HANDLER Instance method Public Method 20001011
23 SET_IMPLICIT_SAVE Instance method Public Method 20000816
24 SET_IMPLICIT_TRANSPORT Instance method Public Method 20000825
25 SET_INTERFACE_ATTRIBUTES Instance method Protected Method Sets the interface attributes 20000830
26 SET_LINKAGE_VALUES Instance method Protected Method Sets the values of the linkage 20001208
27 SET_QUEUE_ENABLING Instance method Public Method 20000816
28 SET_RECTYPE_GET_FB Instance method Public Method 20000831
29 SET_RFC_DESTINATION Instance method Public Method 20001011
30 SET_STATUS Instance method Public Method 20000815
31 SET_TYPE_LINKAGE Instance method Public Method Sets the flag for type/instance linkage 20000712
32 TRANSPORT Instance method Public Method 20000828
33 UPDATE_ACTIVATION Static method Public Method Updates the activation in the DB 20000831
34 UPDATE_TYPELINK Static method Public Method Updates the master flag in the DB 20000831
35 WRITE_TRANSPORT Static method Public Method Writes transport entries for a set of linkages 20000828
Events
Class CL_SWF_EVT_TYPE_LINKAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_INSTANCE Private See coding T_INSTANCE 20000712 begin of t_instance, client type sy-mandt, objcateg type swf_clstyp, objtype type sibftypeid, event type swo_event, rectype type swferectyp, instance type ref to cl_swf_evt_type_linkage, end of t_instance
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TYPE_LINKAGE_KEY Call by reference Type reference (TYPE) SWFDEVTKEY Schlüssel für eine Ereigniskopplung (Typkopplung) 20001020
2 Returning RE_TYPE_LINKAGE Value transfer Object reference (TYPE REF TO) CL_SWF_EVT_TYPE_LINKAGE Instanzunabhängige Ereigniskopplung 20001020
# Exception Resumable Description Created on
1 CX_SWF_EVT_INVALID_EVENT Fehler beim Ereignis 20001020
2 CX_SWF_EVT_INVALID_HANDLER Ereignisbehandler ist inkompatibel 20001030
3 CX_SWF_EVT_INVALID_OBJTYPE Fehler in der Klasse / im Objekttyp 20001020
4 CX_SWF_EVT_LINKAGE_EXISTS Kopplung existiert bereits 20001020

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20000831
2 Importing IM_EVENT Call by reference Type reference (TYPE) C Ereignis 20000711
3 Importing IM_EXISTENCE_CHECK Call by reference Type reference (TYPE) XFELD 'X' Prüft die Existenz 20000711
4 Importing IM_LINKAGE Call by reference Type reference (TYPE) SWFDEVLNK Ereigniskopplung 20000830
5 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Objektkategorie 20000921
6 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20000711
7 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbrauchertyp 20000711
# Exception Resumable Description Created on
1 CX_SWF_EVT_LINKAGE_NOT_FOUND Kopplung nicht gefunden 20000711

Method CREATE_LINKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20000831
2 Importing IM_EVENT Value transfer Type reference (TYPE) C Ereignis 20000711
3 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Workflow: Objekttyp BO , CL ... 20000921
4 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20000711
5 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbraucher 20000711
6 Returning RE_TYPE_LINKAGE Value transfer Object reference (TYPE REF TO) CL_SWF_EVT_TYPE_LINKAGE Instanzunabhängige Ereigniskopplung 20000711
# Exception Resumable Description Created on
1 CX_SWF_EVT_INVALID_EVENT Fehler beim Ereignis 20001020
2 CX_SWF_EVT_INVALID_OBJTYPE Fehler in der Klasse / im Objekttyp 20001020
3 CX_SWF_EVT_LINKAGE_EXISTS Ereignisbehandler existiert bereits 20000712

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20000831
2 Importing IM_EVENT Value transfer Type reference (TYPE) C Ereignis 20000831
3 Importing IM_EXISTENCE_CHECK Call by reference Type reference (TYPE) XFELD SPACE Prüfen, ob der Eintrag existiert 20000831
4 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Objektkategory 20000921
5 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20000831
6 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbrauchertyp 20000831
7 Importing IM_TRANSPORT Call by reference Type reference (TYPE) XFELD 'X' Transporteintrag schreiben 20000831
# Exception Resumable Description Created on
1 CX_SWF_EVT_TRANSPORT_CANCELLED Transport wurde abgebrochen 20000831
2 CX_SWF_EVT_TRANSPORT_FAILED Fehler beim Schreiben des Transporteintrags 20000831
3 CX_SWF_UTL_OBJ_UPD_FAILED Ausnahme beim Ändern auf DB 20000831

Method DELETE_BY_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT_SPECIFIED Call by reference Type reference (TYPE) XFELD SPACE mandantenübergreifend 20001122
2 Importing IM_EXISTENCE_CHECK Call by reference Type reference (TYPE) XFELD SPACE Existenz überprüfen 20001122
3 Importing IM_RANGE_CLIENT Call by reference Type reference (TYPE) STANDARD TABLE Range: Mandant 20001122
4 Importing IM_RANGE_EVENT Call by reference Type reference (TYPE) STANDARD TABLE Range: Ereignis 20001122
5 Importing IM_RANGE_OBJCATEG Call by reference Type reference (TYPE) STANDARD TABLE Range: Objektkategory 20001122
6 Importing IM_RANGE_OBJTYPE Call by reference Type reference (TYPE) STANDARD TABLE Range: Objekttyp 20001122
7 Importing IM_RANGE_RECTYPE Call by reference Type reference (TYPE) STANDARD TABLE Range: Verbrauchertyp 20001122
8 Importing IM_TRANSPORT Call by reference Type reference (TYPE) XFELD 'X' Transport 20001122
# Exception Resumable Description Created on
1 CX_SWF_UTL_OBJ_DELETE_FAILED Ausnahme beim Löschen aus DB 20001122

Method EXISTENCE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EXISTS Call by reference Type reference (TYPE) XFELD Kopplung vorhanden 20000831
2 Exporting EX_IS_INSTANCE_MASTER Call by reference Type reference (TYPE) XFELD Ist Instanz-Master 20000831
3 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20000831
4 Importing IM_EVENT Call by reference Type reference (TYPE) C Ereignis 20000831
5 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Objektkategory 20000921
6 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20000831
7 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbrauchertyp 20000831

Method EXISTENCE_CHECK on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method GET_HANDLER Signature

Method GET_HANDLER on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method GET_HANDLER on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method GET_LINKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20000831
2 Importing IM_EVENT Value transfer Type reference (TYPE) C Ereignis 20000711
3 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Objektkategorie 20000921
4 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20000711
5 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbraucher 20000711
6 Returning RE_TYPE_LINKAGE Value transfer Object reference (TYPE REF TO) CL_SWF_EVT_TYPE_LINKAGE Instanzunabhängige Ereigniskopplung 20000711
# Exception Resumable Description Created on
1 CX_SWF_EVT_LINKAGE_NOT_FOUND Kopplung nicht gefunden 20000711

Method GET_LINKAGE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20001208
2 Importing IM_EVENT Value transfer Type reference (TYPE) C Ereignis 20001208
3 Importing IM_LINKAGE Call by reference Type reference (TYPE) SWFDEVLNK Ereigniskopplung 20001208
4 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Objektkategorie 20001208
5 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20001208
6 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbraucher 20001208
7 Returning RE_TYPE_LINKAGE Value transfer Object reference (TYPE REF TO) CL_SWF_EVT_TYPE_LINKAGE Instanzunabhängige Ereigniskopplung 20001208
# Exception Resumable Description Created on
1 CX_SWF_EVT_LINKAGE_NOT_FOUND Kopplung nicht gefunden 20001208

Method IS_FOR_ALL_INSTANCES Signature

Method IS_FOR_ALL_INSTANCES on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method IS_FOR_ALL_INSTANCES on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method IS_INSTANCE_MASTER Signature

Method IS_INSTANCE_MASTER on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method IS_INSTANCE_MASTER on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method LOAD Signature

Method LOAD on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_EVT_LINKAGE_NOT_FOUND Kopplung nicht gefunden 20000711

Method LOAD_LINKAGES_BY_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEYS Call by reference Type reference (TYPE) SWFDEVTKEY_TAB Tabelle für Schlüssel von Ereignis-Typ-Kopplungen 20000912
2 Returning RE_LINKAGES Value transfer Type reference (TYPE) SWFDTYPELNKS Tabelle für Referenzen von Ereignistypkopplungen 20000912

Method LOAD_LINKAGES_BY_KEYS on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method LOAD_LINKAGES_BY_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RANGE_ENABLED Call by reference Type reference (TYPE) STANDARD TABLE Range für Aktivierung 20000912
2 Importing IM_RANGE_EVENT Call by reference Type reference (TYPE) STANDARD TABLE Range für Ereignis 20000912
3 Importing IM_RANGE_OBJCATEG Call by reference Type reference (TYPE) STANDARD TABLE Range für Objektkategory 20000921
4 Importing IM_RANGE_OBJTYPE Call by reference Type reference (TYPE) STANDARD TABLE Range für Objekttyp 20000912
5 Importing IM_RANGE_RECTYPE Call by reference Type reference (TYPE) STANDARD TABLE Range für Verbrauchertyp 20000912
6 Importing IM_RANGE_STATUS Call by reference Type reference (TYPE) STANDARD TABLE Range für Status 20000912
7 Importing IM_RANGE_TYPELINK Call by reference Type reference (TYPE) STANDARD TABLE Range für Master-Flag 20000912
8 Returning RE_LINKAGES Value transfer Type reference (TYPE) SWFDTYPELNKS Tabelle für Referenzen von Ereignistypkopplungen 20000912

Method LOAD_LINKAGES_BY_RANGES on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method LOAD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LINKAGES Call by reference Type reference (TYPE) SWFDEVLNKS Tabelle für Ereigniskopplungen 20000830
2 Importing IM_RANGE_ENABLED Call by reference Type reference (TYPE) STANDARD TABLE Range für Aktiv-Flag 20000830
3 Importing IM_RANGE_EVENT Call by reference Type reference (TYPE) STANDARD TABLE Range für Ereignis 20000830
4 Importing IM_RANGE_OBJCATEG Call by reference Type reference (TYPE) STANDARD TABLE Range für Objekt-Kategory 20000921
5 Importing IM_RANGE_OBJTYPE Call by reference Type reference (TYPE) STANDARD TABLE Range für Objekttyp 20000830
6 Importing IM_RANGE_RECTYPE Call by reference Type reference (TYPE) STANDARD TABLE Range für Verbrauchertyp 20000830
7 Importing IM_RANGE_STATUS Call by reference Type reference (TYPE) STANDARD TABLE Range für Status 20000912
8 Importing IM_RANGE_TYPELINK Call by reference Type reference (TYPE) STANDARD TABLE Range für "Global-Flag" 20000830

Method LOAD_TABLE on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method REFRESH_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BYPASSING_BUFFER Call by reference Type reference (TYPE) XFELD 'X' Bypassing Buffer 20000912
2 Importing IM_LINKAGES Call by reference Type reference (TYPE) SWFDTYPELNKS Tabelle für Referenzen von Ereignistypkopplungen 20000912

Method REFRESH_ACTIVATION on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method RESET_BUFFERS Signature

Method RESET_BUFFERS on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method RESET_BUFFERS on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SAVE_TO_DATABASE Signature

Method SAVE_TO_DATABASE on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SAVE_TO_DATABASE on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_ACTIVATION Signature

Method SET_ACTIVATION on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_ACTIVATION on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_CHECK_FB Signature

Method SET_CHECK_FB on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_CHECK_FB on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_ERROR_BEHAVIOUR Signature

Method SET_ERROR_BEHAVIOUR on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_ERROR_BEHAVIOUR on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_HANDLER Signature

Method SET_HANDLER on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_HANDLER on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_IMPLICIT_SAVE Signature

Method SET_IMPLICIT_SAVE on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_IMPLICIT_SAVE on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_IMPLICIT_TRANSPORT Signature

Method SET_IMPLICIT_TRANSPORT on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_IMPLICIT_TRANSPORT on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_INTERFACE_ATTRIBUTES Signature

Method SET_INTERFACE_ATTRIBUTES on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_INTERFACE_ATTRIBUTES on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_LINKAGE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LINKAGE Call by reference Type reference (TYPE) SWFDEVLNK Ereigniskopplung 20001208

Method SET_LINKAGE_VALUES on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_QUEUE_ENABLING Signature

Method SET_QUEUE_ENABLING on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_QUEUE_ENABLING on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_RECTYPE_GET_FB Signature

Method SET_RECTYPE_GET_FB on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_RECTYPE_GET_FB on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_RFC_DESTINATION Signature

Method SET_RFC_DESTINATION on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_RFC_DESTINATION on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_STATUS Signature

Method SET_STATUS on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method SET_STATUS on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method SET_TYPE_LINKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FLAG Call by reference Type reference (TYPE) XFELD X = Typkopplung 20000712
# Exception Resumable Description Created on
1 CX_SWF_UTL_OBJ_UPD_FAILED Ausnahme beim Ändern auf DB 20001020

Method TRANSPORT Signature

Method TRANSPORT on class CL_SWF_EVT_TYPE_LINKAGE has no parameter.
Method TRANSPORT on class CL_SWF_EVT_TYPE_LINKAGE has no exception.

Method UPDATE_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATION Call by reference Type reference (TYPE) SWE_TYPENA Kopplung aktiv / inaktiv 20000831
2 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20000831
3 Importing IM_EVENT Value transfer Type reference (TYPE) C Ereignis 20000831
4 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Objektkategory 20000921
5 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20000831
6 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbrauchertyp 20000831
7 Importing IM_TRANSPORT Call by reference Type reference (TYPE) XFELD 'X' Transporteintrag schreiben 20000831
# Exception Resumable Description Created on
1 CX_SWF_EVT_TRANSPORT_CANCELLED Transport wurde abgebrochen 20000831
2 CX_SWF_EVT_TRANSPORT_FAILED Fehler beim Schreiben des Transporteintrags 20000831
3 CX_SWF_UTL_OBJ_UPD_FAILED Ausnahme beim Ändern auf DB 20000831

Method UPDATE_TYPELINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung 20000831
2 Importing IM_EVENT Value transfer Type reference (TYPE) C Ereignis 20000831
3 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Objektkategory 20000921
4 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp 20000831
5 Importing IM_RECTYPE Call by reference Type reference (TYPE) C Verbrauchertyp 20000831
6 Importing IM_TRANSPORT Call by reference Type reference (TYPE) XFELD 'X' Transporteintrag schreiben 20000831
7 Importing IM_TYPELINK Call by reference Type reference (TYPE) SWE_GLOBAL Kopplung ist kein Master 20000831
# Exception Resumable Description Created on
1 CX_SWF_EVT_TRANSPORT_CANCELLED Transport wurde abgebrochen 20000831
2 CX_SWF_EVT_TRANSPORT_FAILED Fehler beim Schreiben des Transporteintrags 20000831
3 CX_SWF_UTL_OBJ_UPD_FAILED Ausnahme beim Ändern auf DB 20000831

Method WRITE_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ORDER Call by reference Type reference (TYPE) E070-TRKORR Auftrag 20050209
2 Importing IM_ENABLING Call by reference Type reference (TYPE) XFELD SPACE Aktivierung transportieren 20000828
3 Importing IM_KEYS Call by reference Type reference (TYPE) SWFDEVTKEY_TAB Tabelle für Schlüssel von Ereignis-Typ-Kopplungen 20000828
4 Importing IM_LINKAGE Call by reference Type reference (TYPE) XFELD SPACE Kopplung transportieren 20000828
5 Importing IM_ORDER Call by reference Type reference (TYPE) E070-TRKORR Auftrag 20050209
# Exception Resumable Description Created on
1 CX_SWF_EVT_TRANSPORT_CANCELLED Transport wurde abgebrochen 20000828
2 CX_SWF_EVT_TRANSPORT_FAILED Fehler beim Schreiben des Transporteintrags 20000828
History
Last changed by/on SAP  20130531 
SAP Release Created in 610