SAP ABAP Class IF_RCM_REC_MODEL (Record : UI-Independent Model)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RCM_REC_MODEL_ELEMENT | Record: UI-Independent Model Element | 20050202 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCM_REC_MODEL | Record : UI-Independent Model | 20040727 |
Properties
Class | IF_RCM_REC_MODEL | |
Short Description | Record : UI-Independent Model | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20040727 | SAP |
Last change | 20060207 | 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... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RCM_REC_MODEL has no interface implemented.
Friends
Class IF_RCM_REC_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | RCM_REC_MODEL_ACTIVITY | 'D' | "Delete" Activity | 20040727 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | RCM_REC_MODEL_ACTIVITY | 'I' | "Insert" Activity | 20040727 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | RCM_REC_MODEL_ACTIVITY | 'U' | "Change" Activity | 20040727 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RAW' | Delete Mode: "force" (terminate during creation etc.) | 20050228 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '' | Delete Mode: Standard | 20050228 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | RCM_REC_MODEL_NODE_MODE | 'C' | Supply Model Node in Change.Mode | 20041013 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | RCM_REC_MODEL_NODE_MODE | ' ' | Do Not Display Model Node | 20041014 |
Methods
Events
Class IF_RCM_REC_MODEL has no event.
Types
Class IF_RCM_REC_MODEL has no local type.
Method Signatures
Method CHECK_CHG_ROLE_AUTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_HAS_AUTHORITY | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20050629 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20050629 |
Method CLOSE Signature
Method CLOSE on class IF_RCM_REC_MODEL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20050315 |
Method CONNECT_TO_BACKEND Signature
Method CONNECT_TO_BACKEND on class IF_RCM_REC_MODEL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
cx_srm | 20040727 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CHECK_UNIQUE_ID | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>TRUE | Eindeutigkeit der ID überprüfen | 20041102 | |
2 | ![]() |
IM_CREATE_DOCUMENT | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Dokument bei Create erstellen | 20050218 | |
3 | ![]() |
IM_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | Beschreibung der Akte | 20041102 | ||
4 | ![]() |
IM_ID | Call by reference | Type reference (TYPE) | STRING | ID der Akte | 20041102 | ||
5 | ![]() |
IM_MODEL_NODE_MODE | Call by reference | Type reference (TYPE) | RCM_REC_MODEL_NODE_MODE | C_MODEL_NODE_MODE_CHG_RET | RCM: Modi für Behandlung von Modellknoten | 20041102 | |
6 | ![]() |
IM_RECORD_MODEL_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | Poid des Aktenmodells | 20041102 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20041102 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MODE | Call by reference | Type reference (TYPE) | STRING | C_DELETE_MODE_STD | Modus | 20050228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20041102 |
Method DELETE_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Element ID | 20040913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20040913 |
Method GET_ALL_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | STRING | Type der Elemente | 20040907 | ||
2 | ![]() |
IM_FROM_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Von | 20040917 | |
3 | ![]() |
IM_TO_INDEX | Call by reference | Type reference (TYPE) | I | 2147483647 | Bis | 20040917 | |
4 | ![]() |
RE_ELEMENT_TAB | Value transfer | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT_TAB | Aktenelemente | 20040818 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040907 |
Method GET_ELEMENTS_BY_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_PARENT_ID | Call by reference | Type reference (TYPE) | STRING | IF_SRM_SP_RECORD=>ID_ROOT | Eltern-Element | 20040727 | |
2 | ![]() |
RE_ELEMENT_TAB | Value transfer | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT_TAB | Aktenelemente | 20040818 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040913 |
Method GET_ELEMENT_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Element-ID | 20040727 | ||
2 | ![]() |
RE_ELEMENT | Value transfer | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT | Aktenelement | 20040727 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basisklasse (abstrakt) | 20040913 |
Method GET_RECORD_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_API | Value transfer | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD | IF_SRM_SP_RECORD | 20040913 |
Method GET_RECORD_API on class IF_RCM_REC_MODEL has no exception.
Method GET_RECORD_CONTEXT_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CONTEXT_API | Value transfer | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_CONTEXT | IF_SRM_SP_RECORD_CONTEXT | 20050511 |
Method GET_RECORD_CONTEXT_API on class IF_RCM_REC_MODEL has no exception.
Method GET_RECORD_EXPERT_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_EXPERT_API | Value transfer | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_EXPERT | IF_SRM_SP_RECORD_EXPERT | 20041109 |
Method GET_RECORD_EXPERT_API on class IF_RCM_REC_MODEL has no exception.
Method GET_RECORD_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_HEADER | Value transfer | Type reference (TYPE) | RCM_REC_MODEL_HEADER | Akte: Kopf | 20040913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20040913 |
Method GET_RECORD_MODEL_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_API | Value transfer | Object reference (TYPE REF TO) | IF_SRM_SP_MODEL | IF_SRM_SP_MODEL | 20041021 |
Method GET_RECORD_MODEL_API on class IF_RCM_REC_MODEL has no exception.
Method GET_RECORD_MODEL_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_MODEL_INFO | Value transfer | Type reference (TYPE) | RCM_REC_MODEL_REC_MDL | RCM: String | 20041124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20041124 |
Method GET_RECORD_POID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20040908 |
Method GET_RECORD_POID on class IF_RCM_REC_MODEL has no exception.
Method GET_RECORD_SEARCH_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_API | Value transfer | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_SEARCH | Record API - Search | 20050525 |
Method GET_RECORD_SEARCH_API on class IF_RCM_REC_MODEL has no exception.
Method GET_SRM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_SRM | Value transfer | Object reference (TYPE REF TO) | IF_SRM | Allgemeine SRM Methoden | 20041105 |
Method GET_SRM on class IF_RCM_REC_MODEL has no exception.
Method INSERT_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ELEMENT | Call by reference | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT | Aktenelement | 20040913 | ||
2 | ![]() |
RE_ELEMENT | Value transfer | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT | Aktenelement | 20040913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20040913 |
Method IS_IN_CREATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_IS_IN_CREATION | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20041122 |
Method IS_IN_CREATION on class IF_RCM_REC_MODEL has no exception.
Method OPEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MODEL_NODE_MODE | Call by reference | Type reference (TYPE) | RCM_REC_MODEL_NODE_MODE | C_MODEL_NODE_MODE_CHG_RET | RCM: Modi für Behandlung von Modellknoten | 20041014 | |
2 | ![]() |
IM_UPDATE_MODE | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20040727 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CX_SRM_SP_BACK | 20040913 |
Method RENAME_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Aktenelement ID | 20041116 | ||
2 | ![]() |
IM_NEW_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | neue Bezeichnung | 20041116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20041116 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NEW_VERSION | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | als neue Version sichern | 20041027 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20041027 |
History
Last changed by/on | SAP | 20060207 |
SAP Release Created in |