SAP ABAP Interface IF_SWF_BND_OPERATION (Binding Operation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_BND (Package) Workflow: Data Flow
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SWF_BND_TRANS_EXTENSION Edit a Binding Transformation 20011207
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_APPEND Binding Operator: Append to Table 20011207
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_ASSIGN Binding Operator: Assignment 20011130
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_CONT_ACCESS Target = Target + Source (Total, also for Tables) 20030424
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_FM_EXIT Binding Operator: FB Exit with New Interface 20011208
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_FM_EXIT_BOR Binding Operator: FM Exit with Old Interface 20011208
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_INITIALIZE Initialize Target of Expression 20020129
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_LINE_TRANSFORM Expression -> Expression Using ABAP-00 20020129
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_MERGE Double-Value Relational Operator, Operators Same 20011208
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_TRANSFORM Container -> Container Using ABAP-OO 20020704
... Click here to see Used By full list (11 items)
Properties
Interface IF_SWF_BND_OPERATION  
Short Description Binding Operation    
General Data
Package SWF_BND   Workflow: Data Flow 
Created 20011130   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_BND_OPERATION has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SWF_IFS_BIND_PRESENTATION Presentation interface with static methods 20020731
Friends
Interface IF_SWF_BND_OPERATION has no friend.
Attributes
Interface IF_SWF_BND_OPERATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Static method Public Method Can Binding Operation Be Used for Expressions Given? 20011130
2 EXECUTE Static method Public Method Call Binding 20011130
3 GET_DESCRIPTION Instance method Public Method 20020731
4 GET_ICON Instance method Public Method 20020731
5 GET_NAME Instance method Public Method 20020731
6 GET_OPTIONS_FROM_BINDING Static method Public Method Extract Options from Binding Statement 20030424
7 GET_PROPERTIES Static method Public Method Attributes of Operation 20011130
8 GET_SUPPORTED_OPTIONS Static method Public Method Deliver the Options Supported by this Operator 20011130
9 GET_SYMBOL Instance method Public Method 20020731
10 GET_TEXT_KEY Instance method Public Method 20020731
11 SET_BINDING_FROM_OPTIONS Static method Public Method Set Options Selected in Editor in Binding Statement 20020722
12 TO_HTML Instance method Public Method 20020731
13 TO_STRING Instance method Public Method 20020731
Events
Interface IF_SWF_BND_OPERATION has no event.
Types
Interface IF_SWF_BND_OPERATION has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Type reference (TYPE) SWFBINDING Datenflussdefinition (Laufzeit) 20011130
2 Importing CHECK_LEVEL Call by reference Type reference (TYPE) INT4 2 1 - Laufzeitprüfung, 2 - Def. Prüfung 20011130
3 Exporting EXCEPTION_RETURN Call by reference Object reference (TYPE REF TO) CX_SWF_BND_BINDING Erste aufgetretene Ausnahme 20011203
4 Importing EXPRESSION_FACTORY Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_EXPRESSION_FACTORY Instanzverwaltung für Workflow-Ausdrücke (freigegeben) 20030115
5 Importing SOURCE_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Namensraum für Datenflussquelle 20011130
6 Importing SWFBINDING Call by reference Type reference (TYPE) SWFBINDDB Datenflussdefinition (Persistentes Format) 20011130
7 Importing TARGET_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Namensraum für Datenflussziel 20011130
# Exception Resumable Description Created on
1 CX_SWF_BND_BINDING Fehler im Datenfluss-Paket 20011203
2 CX_SWF_BND_INVALID_OPERAND Operand für Datenfluss fehlt oder ist ungültig 20011203
3 CX_SWF_BND_INVALID_OPERATOR Fehler bei der Ausführung der Datenflussoperation 20011203
4 CX_SWF_EXP_EXPRESSION Ausnahme im Ausdrucks-Service 20011130

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Type reference (TYPE) SWFBINDING Datenflussanweisung (Laufzeit) 20011130
2 Exporting EXCEPTION_RETURN Call by reference Object reference (TYPE REF TO) CX_SWF_BND_BINDING Erster bei der Auswertung aufgetretener Fehler 20011130
3 Importing EXPRESSION_FACTORY Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_EXPRESSION_FACTORY Instanzverwaltung für Workflow-Ausdrücke (freigegeben) 20030115
4 Importing SOURCE_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Namensraum für Datenflussquelle 20011130
5 Importing TARGET_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Namensraum für Datenflussziel 20011130
6 Exporting WARNING_RETURN Call by reference Object reference (TYPE REF TO) CX_SWF_BND_BINDING Erste bei der Auswertung aufgetretene Warnung 20011203
# Exception Resumable Description Created on
1 CX_SWF_BND_BINDING Fehler bei der Ausführung einer Datenflussoperation 20011203

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on Interface IF_SWF_BND_OPERATION has no parameter.
Method GET_DESCRIPTION on Interface IF_SWF_BND_OPERATION has no exception.

Method GET_ICON Signature

Method GET_ICON on Interface IF_SWF_BND_OPERATION has no parameter.
Method GET_ICON on Interface IF_SWF_BND_OPERATION has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface IF_SWF_BND_OPERATION has no parameter.
Method GET_NAME on Interface IF_SWF_BND_OPERATION has no exception.

Method GET_OPTIONS_FROM_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Type reference (TYPE) SWFBINDING Datenflußdefinition, Optionen werden aktualisiert 20030424
2 Exporting OPTIONS Call by reference Type reference (TYPE) SWFSTRTAB Liste mit Namen der aktiven Optionen 20030424

Method GET_OPTIONS_FROM_BINDING on Interface IF_SWF_BND_OPERATION has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ONLY_TARGET Call by reference Type reference (TYPE) XFLAG 'X' - Nur Zielausdruck ist erlaubt 20020722
2 Exporting OPCLASS Call by reference Type reference (TYPE) SWFBNDOPCL 'E' - Ausdruck->Ausdruck, 'C' - Container->Container 20011130

Method GET_PROPERTIES on Interface IF_SWF_BND_OPERATION has no exception.

Method GET_SUPPORTED_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINDING Call by reference Type reference (TYPE) SWFBINDING Datenflussanweisung (Laufzeit) 20020731
2 Returning OPTIONS Value transfer Type reference (TYPE) SWFSTRTAB Liste mit Namen der unterstützten Optionen 20011130

Method GET_SUPPORTED_OPTIONS on Interface IF_SWF_BND_OPERATION has no exception.

Method GET_SYMBOL Signature

Method GET_SYMBOL on Interface IF_SWF_BND_OPERATION has no parameter.
Method GET_SYMBOL on Interface IF_SWF_BND_OPERATION has no exception.

Method GET_TEXT_KEY Signature

Method GET_TEXT_KEY on Interface IF_SWF_BND_OPERATION has no parameter.
Method GET_TEXT_KEY on Interface IF_SWF_BND_OPERATION has no exception.

Method SET_BINDING_FROM_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing BINDING Call by reference Type reference (TYPE) SWFBINDING Datenflußdefinition, Optionen werden aktualisiert 20020722
2 Importing OPTIONS Call by reference Type reference (TYPE) SWFSTRTAB Liste mit Namen der aktiven Optionen 20020722

Method SET_BINDING_FROM_OPTIONS on Interface IF_SWF_BND_OPERATION has no exception.

Method TO_HTML Signature

Method TO_HTML on Interface IF_SWF_BND_OPERATION has no parameter.
Method TO_HTML on Interface IF_SWF_BND_OPERATION has no exception.

Method TO_STRING Signature

Method TO_STRING on Interface IF_SWF_BND_OPERATION has no parameter.
Method TO_STRING on Interface IF_SWF_BND_OPERATION has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SWF_BND_TRANS_EXTENSION Edit a Binding Transformation 20011207
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_APPEND Binding Operator: Append to Table 20011207
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_ASSIGN Binding Operator: Assignment 20011130
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_CONT_ACCESS Target = Target + Source (Total, also for Tables) 20030424
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_FM_EXIT Binding Operator: FB Exit with New Interface 20011208
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_FM_EXIT_BOR Binding Operator: FM Exit with Old Interface 20011208
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_INITIALIZE Initialize Target of Expression 20020129
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_LINE_TRANSFORM Expression -> Expression Using ABAP-00 20020129
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_MERGE Double-Value Relational Operator, Operators Same 20011208
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_TRANSFORM Container -> Container Using ABAP-OO 20020704
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BND_OP_XSLT_TRANSFORM Expression -> Expression Using XSLT Transformation 20020129
History
Last changed by/on SAP  20110908 
SAP Release Created in 620