SAP ABAP Class CL_RMPS_ATTR_REPOS_CHANGES (Trace Attr. Changes Using PropUni Repository)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_PRO_PROPERTY (Package) PRO: Attribute Handling

⤷

⤷

Properties
Class | CL_RMPS_ATTR_REPOS_CHANGES | |
Short Description | Trace Attr. Changes Using PropUni Repository | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RMPS_PRO_PROPERTY | PRO: Attribute Handling |
Created | 20040324 | SAP |
Last change | 20060208 | 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 CL_RMPS_ATTR_REPOS_CHANGES has no interface implemented.
Friends
Class CL_RMPS_ATTR_REPOS_CHANGES 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 | 'RMPS_UOBJ_TRACK_ATTR_CHANGES' | User Obj. ID: Obj. to Trace Attribute Repository Changes | 20040324 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | New Attribute Values | 20040324 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Original Attribute Values | 20040324 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMBOOLEAN | Indicator: Trace Attribute Changes or Not | 20040324 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Attribute Table | 20040324 |
2 | ![]() |
Instance method | Public | Method | Get List of IDs of Changed Attributes | 20040324 |
3 | ![]() |
Static method | Public | Method | Get Instance of Object from Context | 20040324 |
4 | ![]() |
Instance method | Public | Method | Get old value of an attribute | 20050728 |
5 | ![]() |
Instance method | Public | Method | Get Indicator to Trace Attribute Changes | 20040324 |
6 | ![]() |
Instance method | Public | Method | Make New Attribute Table Old | 20040325 |
7 | ![]() |
Instance method | Public | Method | Reset Attribute Tables | 20040325 |
8 | ![]() |
Instance method | Public | Method | Set Attribute Table | 20040324 |
9 | ![]() |
Instance method | Public | Method | Set Indicator to Trace Attribute Changes | 20040324 |
Events
Class CL_RMPS_ATTR_REPOS_CHANGES has no event.
Types
Class CL_RMPS_ATTR_REPOS_CHANGES has no local type.
Method Signatures
Method GET_ATTRIBUTE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NEW_ATTRIBUTES | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Neue Attributwerte (IF_SRM=>TRUE) oder urspr. Attributwerte? | 20040324 | ||
2 | ![]() |
RE_ATTRIBUTE_TAB | Value transfer | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Attributtabelle | 20040324 |
Method GET_ATTRIBUTE_TAB on class CL_RMPS_ATTR_REPOS_CHANGES has no exception.
Method GET_CHANGED_ATTR_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CHANGED_ATTR_IDS | Value transfer | Type reference (TYPE) | SRMTTSTRING | IDs der geänderten Attribute | 20040324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut Beschreibung (abstrakt) | 20040324 | |
2 | ![]() |
Attribut Wert (abstrakt) | 20040324 | |
3 | ![]() |
Initialisierungsfehler (abstrakt) | 20040324 |
Method GET_INSTANCE_FROM_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_PROP_CONTEXT | Kontext | 20040324 | ||
2 | ![]() |
IM_CREATE | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Objekt anlegen und in Kontext hinterlegen, falls nicht da? | 20040324 | |
3 | ![]() |
RE_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_RMPS_ATTR_REPOS_CHANGES | Instanz | 20040324 |
Method GET_INSTANCE_FROM_CONTEXT on class CL_RMPS_ATTR_REPOS_CHANGES has no exception.
Method GET_OLD_ATTR_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ATTR_ID | Call by reference | Type reference (TYPE) | STRING | Attribut-ID | 20050728 | ||
2 | ![]() |
RE_VALUE | Value transfer | Type reference (TYPE) | STRING | Alter Wert des Attributs (leer, wenn nicht bekannt) | 20050728 |
Method GET_OLD_ATTR_VALUE on class CL_RMPS_ATTR_REPOS_CHANGES has no exception.
Method GET_TRACK_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_TRACK_CHANGES | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Flag: Attr.änderungen verfolgen (IF_SRM=>TRUE) oder nicht | 20040324 |
Method GET_TRACK_CHANGES on class CL_RMPS_ATTR_REPOS_CHANGES has no exception.
Method MOVE_NEW_2_OLD_TAB Signature
Method MOVE_NEW_2_OLD_TAB on class CL_RMPS_ATTR_REPOS_CHANGES has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut Wert: Fehler im Zusammenhang mit Beschreibung | 20040325 | |
2 | ![]() |
Framework (abstrakt) | 20040325 |
Method RESET_ATTRIBUTE_TABLES Signature
Method RESET_ATTRIBUTE_TABLES on class CL_RMPS_ATTR_REPOS_CHANGES has no parameter.
Method RESET_ATTRIBUTE_TABLES on class CL_RMPS_ATTR_REPOS_CHANGES has no exception.
Method SET_ATTRIBUTE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ATTRIBUTE_TAB | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Attributtabelle | 20040324 | ||
2 | ![]() |
IM_CLONE_ATTRIBUTE_TAB | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Soll Attributtabelle vor dem Hinterlegen geklont werden? | 20040324 | ||
3 | ![]() |
IM_NEW_ATTRIBUTES | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Neue Attributwerte (IF_SRM=>TRUE) oder urspr. Attributwerte? | 20040324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut Wert: Fehler im Zusammenhang mit Beschreibung | 20040324 | |
2 | ![]() |
Framework (abstrakt) | 20040324 |
Method SET_TRACK_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_TRACK_CHANGES | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Setze Flag: Änderungen verfolgen (IF_SRM=>TRUE) oder nicht | 20040324 |
Method SET_TRACK_CHANGES on class CL_RMPS_ATTR_REPOS_CHANGES has no exception.
History
Last changed by/on | SAP | 20060208 |
SAP Release Created in | 640 |