SAP ABAP Interface IF_SXF_RELATION (Signature Exchange Format: Relation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_TYPES (Package) SIW: Global Type definitions
⤷
⤷
Properties
| Interface | IF_SXF_RELATION | |
| Short Description | Signature Exchange Format: Relation |
General Data
| Package | S_SIW_TYPES | SIW: Global Type definitions |
| Created | 20071212 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SXF_RELATION has no forward declaration.
Interfaces
Interface IF_SXF_RELATION has no interface.
Friends
Interface IF_SXF_RELATION has no friend.
Attributes
Interface IF_SXF_RELATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Field 1 | 20071212 | |
| 2 | Instance method | Public | Method | Get Field 2 | 20071212 | |
| 3 | Instance method | Public | Method | Get Field of a Role | 20071212 | |
| 4 | Instance method | Public | Method | Get Opposite Field of a Field | 20071212 | |
| 5 | Instance method | Public | Method | Get Opposite Role of a Role | 20071212 | |
| 6 | Instance method | Public | Method | Get Role of Relation Party 1 | 20071212 | |
| 7 | Instance method | Public | Method | Get Role of Relation Party 2 | 20071212 | |
| 8 | Instance method | Public | Method | Get Role of a Field | 20071212 | |
| 9 | Instance method | Public | Method | Check if a Specified Relation Uses the Same Object Instances | 20071212 | |
| 10 | Instance method | Public | Method | Check if a Specified Relation Has the Same Content | 20090703 |
Events
Interface IF_SXF_RELATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TAB | Public | See coding | TAB | 20071212 | tab TYPE STANDARD TABLE OF REF TO if_sxf_relation WITH DEFAULT KEY
|
Method Signatures
Method GET_FIELD1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FIELD | Value transfer | Object reference (TYPE REF TO) | IF_SXF_FIELD | R_FIELD | 20071212 |
Method GET_FIELD1 on Interface IF_SXF_RELATION has no exception.
Method GET_FIELD2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FIELD | Value transfer | Object reference (TYPE REF TO) | IF_SXF_FIELD | R_FIELD | 20071212 |
Method GET_FIELD2 on Interface IF_SXF_RELATION has no exception.
Method GET_FIELD_BY_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ROLE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_ROLE | 20071212 | |||
| 2 | R_FIELD | Value transfer | Object reference (TYPE REF TO) | IF_SXF_FIELD | R_FIELD | 20071212 |
Method GET_FIELD_BY_ROLE on Interface IF_SXF_RELATION has no exception.
Method GET_OTHER_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELD | Call by reference | Object reference (TYPE REF TO) | IF_SXF_FIELD | I_FIELD | 20071212 | |||
| 2 | R_FIELD | Value transfer | Object reference (TYPE REF TO) | IF_SXF_FIELD | R_FIELD | 20071212 |
Method GET_OTHER_FIELD on Interface IF_SXF_RELATION has no exception.
Method GET_OTHER_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ROLE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_ROLE | 20071212 | |||
| 2 | R_ROLE | Value transfer | Type reference (TYPE) | STRING | R_ROLE | 20071212 |
Method GET_OTHER_ROLE on Interface IF_SXF_RELATION has no exception.
Method GET_ROLE1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ROLE | Value transfer | Type reference (TYPE) | STRING | R_ROLE | 20071212 |
Method GET_ROLE1 on Interface IF_SXF_RELATION has no exception.
Method GET_ROLE2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ROLE | Value transfer | Type reference (TYPE) | STRING | R_ROLE | 20071212 |
Method GET_ROLE2 on Interface IF_SXF_RELATION has no exception.
Method GET_ROLE_BY_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELD | Call by reference | Object reference (TYPE REF TO) | IF_SXF_FIELD | I_FIELD | 20071212 | |||
| 2 | R_ROLE | Value transfer | Type reference (TYPE) | STRING | R_ROLE | 20071212 |
Method GET_ROLE_BY_FIELD on Interface IF_SXF_RELATION has no exception.
Method IS_EQUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RELATION | Call by reference | Object reference (TYPE REF TO) | IF_SXF_RELATION | I_RELATION | 20071212 | |||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | I | R_RESULT | 20071212 |
Method IS_EQUAL on Interface IF_SXF_RELATION has no exception.
Method IS_EQUIVALENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RELATION | Call by reference | Object reference (TYPE REF TO) | IF_SXF_RELATION | I_RELATION | 20090703 | |||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | I | R_RESULT | 20090703 |
Method IS_EQUIVALENT on Interface IF_SXF_RELATION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |