SAP ABAP Class IF_RMPS_PRO_RELATION (PRO Record Relations)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RMPS_PRO_RELATION | Management of PRO Record Relations | 20040628 |
Properties
| Class | IF_RMPS_PRO_RELATION | |
| Short Description | PRO Record Relations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040628 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RMPS_PRO_RELATION has no interface implemented.
Friends
Class IF_RMPS_PRO_RELATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'IMPORT' | Relation Attribute: Import | 20060713 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'IMPORT_PAPER' | Import Paper Relation Attribute | 20091214 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'RENDER' | Relation Attribute: Render | 20060713 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'PO' | Is Controlled Copy of / Has Controlled Copy | 20050216 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'PC' | Is Copy of / Has Copies | 20040628 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'PV' | Is DoD Version of/Has DoD Version | 20061220 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'PE' | Is Extract of / Has Extracts | 20040628 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'PT' | Relation Attribute Import Open Content | 20091214 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'PR' | Is Rendition of / Has Rendition | 20040628 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'PS' | Superseded / Is Superseded by | 20041109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Generate New Relation | 20040629 | |
| 2 | Instance method | Public | Method | Delete Relation | 20041112 | |
| 3 | Instance method | Public | Method | Deletes Single Relation | 20091214 | |
| 4 | Static method | Public | Method | Get Instance | 20040628 | |
| 5 | Instance method | Public | Method | Get Relations for Object | 20040628 |
Events
Class IF_RMPS_PRO_RELATION has no event.
Types
Class IF_RMPS_PRO_RELATION has no local type.
Method Signatures
Method CREATE_RELATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_COMMENT | Call by reference | Type reference (TYPE) | STRING | Kommentar zur Relation (max. 32 Zeichen werden gespeicher) | 20040917 | |||
| 2 | IM_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID des Objekts, zu dem die Rel. hergestellt werden soll | 20040629 | |||
| 3 | IM_RELA_IS_OUTGOING | Call by reference | Type reference (TYPE) | SRMBOOLEAN | True->Objekt ist POID1 in neuer Relation; False->POID2 | 20040629 | |||
| 4 | IM_RELA_TYPE | Call by reference | Type reference (TYPE) | STRING | Relationstyp (s. Konst. C_RELA_TYPE*) | 20040629 | |||
| 5 | IM_REL_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | Relationattribut | 20060713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verwaltung von PRO-Dokument-Relationen | 20040629 |
Method DELETE_RELATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_RELA_TYPE | Call by reference | Type reference (TYPE) | STRING | Löscht alle Rel. d. geg. Typs (* -> Alle Relationen löschen) | 20041112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verwaltung von PRO-Dokument-Relationen | 20041112 |
Method DELETE_SINGLE_RELATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FORMAT | Call by reference | Type reference (TYPE) | STRING | 20091214 | ||||
| 2 | IM_RELA_TYPE | Call by reference | Type reference (TYPE) | STRING | Löscht alle Rel. d. geg. Typs (* -> Alle Relationen löschen) | 20091214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Management of PRO Record Relations | 20091214 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_IF_SRM | Call by reference | Object reference (TYPE REF TO) | IF_SRM | Allgemeine SRM Methoden | 20040628 | |||
| 2 | IM_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID des Elements, dessen Relationen zu verwalten sind | 20040628 | |||
| 3 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_PRO_RELATION | Objekt zur Verwaltung der Dokument-Relationen | 20040628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verwaltung von PRO-Dokument-Relationen | 20040628 |
Method GET_RELATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_INCOMING | Call by reference | Type reference (TYPE) | RMPS_LINK_LIST | Relationen, wo Objekt POID2 ist (IsXXOf) | 20040628 | |||
| 2 | EX_OUTGOING | Call by reference | Type reference (TYPE) | RMPS_LINK_LIST | Relationen, wo Objekt POID1 ist (HasXX) | 20040628 | |||
| 3 | IM_READ_COMMENT | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Eingeg. Kommentare zu Relationen lesen? | 20040917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verwaltung von PRO-Dokument-Relationen | 20040628 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |