SAP ABAP Class CL_RCM_REC_MODEL (Record : UI-Independent Model)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_XML_BR_MD_FP (Package) XML, Browser, Modeler, File Plan

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCM_REC_MODEL | Record : UI-Independent Model | 20040727 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCM_REC_MODEL_ELEMENT | Record: UI-Independent Model Element | 20050202 |
Properties
Class | CL_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 | SRM_XML_BR_MD_FP | XML, Browser, Modeler, File Plan |
Created | 20040727 | SAP |
Last change | 20130531 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RCM_REC_MODEL | Record : UI-Independent Model | 20040727 | ||
2 | IF_RCM_REC_MODEL_ELEMENT | Record: UI-Independent Model Element | 20050202 |
Friends
Class CL_RCM_REC_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRMBOOLEAN | All Elements Read | 20040826 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TYP_ELEMENT_BUFFER_TAB | Cache for Elements | 20040826 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMBOOLEAN | Record is being created (but has not yet been saved) | 20041122 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMBOOLEAN | True = save required | 20050202 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRM_MDL_ELEM_TAB | Table of Record Model Elements | 20041013 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RCM_REC_MODEL_NODE_MODE | RCM: Modes for Handling Model Nodes | 20041014 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD | IF_SRM_SP_RECORD | 20040727 | ||
8 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_CONTEXT | IF_SRM_SP_RECORD_CONTEXT | 20050511 | ||
9 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_EXPERT | IF_SRM_SP_RECORD_EXPERT | 20040907 | ||
10 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_SP_MODEL | IF_SRM_SP_MODEL | 20041013 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRMBOOLEAN | Record Opened | 20041102 | ||
12 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20040727 | ||
13 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM | General SRM Methods | 20040827 | ||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMBOOLEAN | Flag to indicate whether a record is in change mode | 20041014 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRM_MDL_ELEM_TAB | Table of Record Model Elements | 20041013 |
Methods
Events
Class CL_RCM_REC_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_ELEMENT_BUFFER | Protected | See coding | 20040729 | begin of TYP_ELEMENT_buffer,
parent_id type string,
element_id type string,
childs_retrieved type srmboolean,
element type ref to if_srm_sp_record_element,
end of typ_element_buffer
|
||
2 | TYP_ELEMENT_BUFFER_TAB | Protected | See coding | 20040729 | typ_element_buffer_tab type standard table of typ_element_buffer
with key element_id
|
Method Signatures
Method ADD_ELEMENT_TO_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_ELEMENT | IF_SRM_SP_RECORD_ELEMENT | 20040729 | ||
2 | ![]() |
IM_PREVIOUS | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | vor dem Referenz-Element einfügen | 20050224 | |
3 | ![]() |
IM_REFERENCE_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Referenz-Element, nach dem eingefügt werden soll | 20041027 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CX_SRM_SP_RECORD_ELEMENT | 20040908 |
Method ADD_ROOT_ELEMENT_TO_BUFFER Signature
Method ADD_ROOT_ELEMENT_TO_BUFFER on class CL_RCM_REC_MODEL has no parameter.
Method ADD_ROOT_ELEMENT_TO_BUFFER on class CL_RCM_REC_MODEL has no exception.
Method ARE_CHILDS_OF_PARENT_IN_BUFFER 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 | 20040827 | |||
2 | ![]() |
RE_IN_BUFFER | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20040827 |
Method ARE_CHILDS_OF_PARENT_IN_BUFFER on class CL_RCM_REC_MODEL has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20040727 | ||
2 | ![]() |
IM_SRM | Call by reference | Object reference (TYPE REF TO) | IF_SRM | Allgemeine SRM Methoden | 20040831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basisklasse (abstrakt) | 20040727 |
Method CONV_ELEMENT_TO_STRUCTURE 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 | Element Type | 20040929 | ||
2 | ![]() |
IM_RECORD_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_ELEMENT | IF_SRM_SP_RECORD_ELEMENT | 20040929 | ||
3 | ![]() |
RE_ELEMENT_STRUCTURE | Value transfer | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT | Aktenelement | 20040929 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040929 |
Method CONV_MODEL_TO_RECORD_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MODEL_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_SP_MODEL_ELEMENT | IF_SRM_SP_MODEL_ELEMENT | 20041014 | ||
2 | ![]() |
IM_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_ELEMENT | parent | 20041015 | ||
3 | ![]() |
RE_RECORD_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_ELEMENT | IF_SRM_SP_RECORD_ELEMENT | 20041014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CX_SRM_SP_RECORD_ELEMENT | 20041014 |
Method DELETE_ELEMENT_FROM_BUFFER 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 | 20040729 | ||
2 | ![]() |
IM_ONLY_DELETE_CHILDS | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Nur Kinder des Elements löschen | 20041222 |
Method DELETE_ELEMENT_FROM_BUFFER on class CL_RCM_REC_MODEL has no exception.
Method DELETE_MODEL_NODE_FROM_WLIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MODEL_NODE_ID | Call by reference | Type reference (TYPE) | STRING | Modellknoten | 20041020 |
Method DELETE_MODEL_NODE_FROM_WLIST on class CL_RCM_REC_MODEL has no exception.
Method GET_ALL_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FROM_INDEX | Call by reference | Type reference (TYPE) | I | Von | 20040917 | ||
2 | ![]() |
IM_TO_INDEX | Call by reference | Type reference (TYPE) | I | Bis | 20040917 | ||
3 | ![]() |
RE_RECORD_ELEMENT_TAB | Value transfer | Type reference (TYPE) | SRM_REC_ELEM_TAB | table of record elements | 20041014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CX_SRM_SP_RECORD | 20041014 |
Method GET_ELEMENT_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Buffer umgehen | 20040907 | |
2 | ![]() |
IM_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20040907 | |||
3 | ![]() |
RE_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_ELEMENT | Akte: Aktenelement | 20040907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041026 |
Method GET_RECORD_MODEL_API Signature
Method GET_RECORD_MODEL_API on class CL_RCM_REC_MODEL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse Modell Akte | 20041013 |
Method INSERT_CHILD_MODEL_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_ELEMENT_TAB | Call by reference | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT_TAB | Akte: Elemente | 20041022 | ||
2 | ![]() |
CH_RECORD_ELEMENT_TAB | Call by reference | Type reference (TYPE) | SRM_REC_ELEM_TAB | table of record elements | 20041022 | ||
3 | ![]() |
IM_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Parent Element ID | 20050629 | ||
4 | ![]() |
IS_MODEL_ELEMENT | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20050629 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basisklasse (abstrakt) | 20041022 |
Method INSERT_MODEL_NODES_AFTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_ELEMENT_TAB | Call by reference | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT_TAB | Akte: Element | 20041014 | ||
2 | ![]() |
CH_RECORD_ELEMENT_TAB | Call by reference | Type reference (TYPE) | SRM_REC_ELEM_TAB | table of record elements | 20041014 | ||
3 | ![]() |
IM_CURRENT_RECORD_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_ELEMENT | IF_SRM_SP_RECORD_ELEMENT | 20041015 | ||
4 | ![]() |
IM_INSERT_ALL_SAME_LEVEL | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | alle offenen Modellknoten der gleichen Ebene einfügen | 20041015 | |
5 | ![]() |
IM_MODEL_NODE_ID | Call by reference | Type reference (TYPE) | STRING | ID des aktuellen Modellknotens | 20041014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basisklasse (abstrakt) | 20041014 |
Method INSERT_MODEL_NODES_BEFORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_ELEMENT_TAB | Call by reference | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT_TAB | Akte: Element | 20041014 | ||
2 | ![]() |
CH_RECORD_ELEMENT_TAB | Call by reference | Type reference (TYPE) | SRM_REC_ELEM_TAB | table of record elements | 20041014 | ||
3 | ![]() |
IM_CURRENT_RECORD_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_SP_RECORD_ELEMENT | IF_SRM_SP_RECORD_ELEMENT | 20050224 | ||
4 | ![]() |
IM_INSERT_PREVIOUS | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20050224 | |
5 | ![]() |
IM_MODEL_NODE_ID | Call by reference | Type reference (TYPE) | STRING | ID des aktuellen Modellknotens | 20041013 | ||
6 | ![]() |
IM_PARENT_ID | Call by reference | Type reference (TYPE) | STRING | aktuelles Aktenelement | 20050224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basisklasse (abstrakt) | 20041014 |
Method RESET_WORK_MODEL_ELEMENT_TAB Signature
Method RESET_WORK_MODEL_ELEMENT_TAB on class CL_RCM_REC_MODEL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CX_SRM_SP_MODEL | 20041013 |
Method SET_CHILDS_OF_PARENT_IN_BUFFER 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 | 20040827 | |||
2 | ![]() |
IM_SET | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>TRUE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20041222 |
Method SET_CHILDS_OF_PARENT_IN_BUFFER on class CL_RCM_REC_MODEL has no exception.
Method UPDATE_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_ELEMENT | Call by reference | Type reference (TYPE) | RCM_REC_MODEL_ELEMENT | Aktenelement | 20040727 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basisklasse (abstrakt) | 20040728 | |
2 | ![]() |
20040728 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |