SAP ABAP Interface IF_RMPS_LINKS_EXT (External Access Methods to Links)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_TOOLS (Package) Various Tools (Records Directory,....)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RMPS_LINKS | References | 20021119 |
Properties
| Interface | IF_RMPS_LINKS_EXT | |
| Short Description | External Access Methods to Links |
General Data
| Package | RMPS_TOOLS | Various Tools (Records Directory,....) |
| Created | 20021119 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_SRM | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_SRM_DRAGDROPDATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RMPS_LINKS_EXT has no interface.
Friends
Interface IF_RMPS_LINKS_EXT has no friend.
Attributes
Interface IF_RMPS_LINKS_EXT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Bi-Directional Link in PDIR | 20021121 | |
| 2 | Instance method | Public | Method | Create Bi-Directional Link in Buffer | 20031023 | |
| 3 | Instance method | Public | Method | Completely Delete All Links | 20021211 | |
| 4 | Instance method | Public | Method | Delete All Links in Buffer | 20031023 | |
| 5 | Instance method | Public | Method | Delete Bi-Directional Link in PDIR | 20021121 | |
| 6 | Instance method | Public | Method | Delete Bi-Directional Link in Buffer | 20031023 | |
| 7 | Instance method | Public | Method | Display, Create, Delete Links | 20021119 | |
| 8 | Instance method | Public | Method | Read All Links | 20040917 |
Events
Interface IF_RMPS_LINKS_EXT has no event.
Types
Interface IF_RMPS_LINKS_EXT has no local type.
Method Signatures
Method CREATE_BIDIRECTIONAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LINK_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID auf die ein Verweis angelegt werden soll | 20021121 | |||
| 2 | IM_REL_TYPE | Call by reference | Type reference (TYPE) | STRING | Verweis | 20060411 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen von Verweisen | 20021121 |
Method CREATE_BIDIRECTIONAL_BUFFERED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LINK_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID auf die ein Verweis im Puffer angelegt werden soll | 20031023 | |||
| 2 | IM_REL_TYPE | Call by reference | Type reference (TYPE) | STRING | Verweis | 20060411 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Pflegen von Verweisen | 20031023 |
Method DELETE_ALL_LINKS Signature
Method DELETE_ALL_LINKS on Interface IF_RMPS_LINKS_EXT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Pflegen von Verweisen | 20021211 |
Method DELETE_ALL_LINKS_BUFFERED Signature
Method DELETE_ALL_LINKS_BUFFERED on Interface IF_RMPS_LINKS_EXT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Pflegen von Verweisen | 20031023 |
Method DELETE_BIDIRECTIONAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_KEEP_LINK | Call by reference | Type reference (TYPE) | CHAR01 | Flag | 20060412 | |||
| 2 | IM_LINK_ELEMENT | Call by reference | Type reference (TYPE) | RMPS_LINK_ELEMENT | Link | 20060412 | |||
| 3 | IM_RAISE_EVENT | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>TRUE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20060707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Pflegen von Verweisen | 20021121 |
Method DELETE_BIDIRECTIONAL_BUFFERED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_KEEP_LINK | Call by reference | Type reference (TYPE) | CHAR01 | Flag | 20060412 | |||
| 2 | IM_LINK_ELEMENT | Call by reference | Type reference (TYPE) | RMPS_LINK_ELEMENT | Link | 20060412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Pflegen von Verweisen | 20031023 |
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ALLOW_TOGGLE | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20041123 | ||
| 2 | IM_DISPLAY_MODE | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Anzeige/Änderungsmodus | 20021119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Pflegen von Verweisen | 20021119 |
Method GET_ALL_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_LINK_LIST | Value transfer | Type reference (TYPE) | RMPS_LINK_LIST | Liste von Verweisobjekten | 20040917 |
Method GET_ALL_LINKS on Interface IF_RMPS_LINKS_EXT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 110_620 |