SAP ABAP Class CL_LRM_RE_DB (IRM: Rule Engine; Database Accesses)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-IRM-RT (Application Component) IRM Run Time
⤷
S_LRM_RE (Package) Rule Processing (Internal Use)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LRM_RE_DB_ACCESS | IRM: Rule Engine; Database Accesses | 20081104 |
Properties
Class | CL_LRM_RE_DB | |
Short Description | IRM: Rule Engine; Database Accesses | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_LRM_RE | Rule Processing (Internal Use) |
Created | 20081104 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_LRM_RE_DB_ACCESS | IRM: Rule Engine; Database Accesses | 20081104 |
Friends
Class CL_LRM_RE_DB 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) | ARKEY | Key for Archive File | 20091116 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Object Category | 20081104 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | LRM_POLICY_CATEGORY | Policy Category | 20081104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20081104 | |
2 | ![]() |
Static method | Public | Method | Determine Use of IRM Constants in Policies | 20090216 |
3 | ![]() |
Static method | Public | Method | 20091103 | |
4 | ![]() |
Static method | Public | Method | 20081215 | |
5 | ![]() |
Instance method | Public | Method | Get Next Rule Number | 20081104 |
6 | ![]() |
Static method | Public | Method | Use of Rule Group in Policies | 20131015 |
7 | ![]() |
Static method | Public | Method | Use of Rule Groups in a Specific Policy | 20131015 |
8 | ![]() |
Static method | Public | Method | Use of CLIENT/SYSTEM_ID in Policies | 20111116 |
9 | ![]() |
Static method | Public | Method | Use Time Offset in Object Policies | 20111011 |
10 | ![]() |
Instance method | Private | Method | 20081208 |
Events
Class CL_LRM_RE_DB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_IRM_FIELD_DDIC_INFO | Public | See coding | 20091103 | BEGIN OF ty_s_irm_field_ddic_info,
field_name TYPE lrm_field_name,
field_description TYPE lrm_object_description,
data_element TYPE lrm_field_data_element,
data_type_desc TYPE lrm_data_type_desc,
f4_struc TYPE lrm_f4_structure,
f4_struc_comp TYPE lrm_f4_structure_component,
no_intervals TYPE lrm_no_intervals_cond_fld,
END OF ty_s_irm_field_ddic_info
|
||
2 | TY_S_POLICY | Public | See coding | 20090216 | BEGIN OF ty_s_policy,
object_category TYPE lrm_object_category,
object_type TYPE lrm_object_type,
policy_category TYPE lrm_policy_category,
policy_type TYPE lrm_policy_type,
policy_origin TYPE lrm_policy_origin,
END OF ty_s_policy
|
||
3 | TY_T_IRM_FIELD_DDIC_INFO | Public | See coding | 20091103 | ty_t_irm_field_ddic_info TYPE STANDARD TABLE OF ty_s_irm_field_ddic_info WITH DEFAULT KEY
|
||
4 | TY_T_POLICIES | Public | See coding | 20090216 | ty_t_policies TYPE SORTED TABLE OF ty_s_policy
WITH UNIQUE KEY object_category object_type policy_category policy_type policy_origin
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ARCHIVE_KEY | Call by reference | Type reference (TYPE) | ARKEY | Schlüssel einer Archivdatei | 20091116 | ||
2 | ![]() |
IV_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20081104 | ||
3 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | IRM-Objekttyp | 20081104 | ||
4 | ![]() |
IV_POLICY_CATEGORY | Call by reference | Type reference (TYPE) | LRM_POLICY_CATEGORY | Regelwerkkategorie | 20081104 |
Method CONSTRUCTOR on class CL_LRM_RE_DB has no exception.
Method GET_IRM_CONST_USAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Typ des Startzeitpunkt | 20090216 | ||
2 | ![]() |
IV_TIME_OFFSET | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Zeitversatz | 20110913 | ||
3 | ![]() |
IV_TIME_UNIT | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Zeiteinheit | 20090216 | ||
4 | ![]() |
RT_POLICIES | Value transfer | Type reference (TYPE) | TY_T_POLICIES | Regelwerke | 20090216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20090216 |
Method GET_IRM_FIELD_DDIC_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | 20091103 | |||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | 20091103 | |||
3 | ![]() |
RT_IRM_FIELD_DDIC_INFO | Value transfer | Type reference (TYPE) | TY_T_IRM_FIELD_DDIC_INFO | 20091103 |
Method GET_IRM_FIELD_DDIC_INFO on class CL_LRM_RE_DB has no exception.
Method GET_LAST_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EXCEPTION_OBJECT | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20081215 | ||
2 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20081215 |
Method GET_NEXT_RULE_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMMIT | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081104 | |
2 | ![]() |
IV_ENQUEUE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081106 | |
3 | ![]() |
IV_POLICY_ORIGIN | Call by reference | Type reference (TYPE) | LRM_POLICY_ORIGIN | Regelwerkherkunft | 20081104 | ||
4 | ![]() |
IV_POLICY_TYPE | Call by reference | Type reference (TYPE) | LRM_POLICY_TYPE | Prüfgebiet | 20081104 | ||
5 | ![]() |
IV_UPDATE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081104 | |
6 | ![]() |
IV_USE_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081105 | |
7 | ![]() |
RV_NEXT_RULE_NUMBER | Value transfer | Type reference (TYPE) | LRM_RE_RULE_NR | IRM: Regel-Nummer | 20081104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20081104 |
Method GET_RULE_GROUP_USAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RULE_GROUP | Call by reference | Type reference (TYPE) | LRM_RULE_GROUP | Regelgruppe | 20131015 | ||
2 | ![]() |
RT_POLICIES | Value transfer | Type reference (TYPE) | TY_T_POLICIES | Regelwerke | 20131015 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20131015 |
Method GET_RULE_GROUP_USAGE_4_POLICY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131015 | ||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20131015 | ||
3 | ![]() |
IV_POLICY_CATEGORY | Call by reference | Type reference (TYPE) | LRM_POLICY_CATEGORY | Regelwerkkategorie | 20131015 | ||
4 | ![]() |
IV_POLICY_ORIGIN | Call by reference | Type reference (TYPE) | LRM_POLICY_ORIGIN | Regelwerkname | 20131015 | ||
5 | ![]() |
IV_POLICY_TYPE | Call by reference | Type reference (TYPE) | LRM_POLICY_TYPE | Prüfgebiet | 20131015 | ||
6 | ![]() |
RV_USED | Value transfer | Type reference (TYPE) | BOOLE_D | 20131015 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20131015 |
Method GET_SID_CLIENT_USAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20111116 | ||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20111116 | ||
3 | ![]() |
IV_POLICY_CATEGORY | Call by reference | Type reference (TYPE) | LRM_POLICY_CATEGORY | Regelwerkkategorie | 20111116 | ||
4 | ![]() |
IV_POLICY_ORIGIN | Call by reference | Type reference (TYPE) | LRM_POLICY_ORIGIN | Regelwerkname | 20111116 | ||
5 | ![]() |
IV_POLICY_TYPE | Call by reference | Type reference (TYPE) | LRM_POLICY_TYPE | Prüfgebiet | 20111116 | ||
6 | ![]() |
RV_USED | Value transfer | Type reference (TYPE) | BOOLE_D | 20111116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20111116 |
Method GET_TIME_OFFSET_USAGE_4_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20111011 | ||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20111011 | ||
3 | ![]() |
IV_POLICY_CATEGORY | Call by reference | Type reference (TYPE) | LRM_POLICY_CATEGORY | Regelwerkkategorie | 20111011 | ||
4 | ![]() |
IV_POLICY_ORIGIN | Call by reference | Type reference (TYPE) | LRM_POLICY_ORIGIN | Regelwerkname | 20111011 | ||
5 | ![]() |
IV_POLICY_TYPE | Call by reference | Type reference (TYPE) | LRM_POLICY_TYPE | Prüfgebiet | 20111011 | ||
6 | ![]() |
RV_USED | Value transfer | Type reference (TYPE) | BOOLE_D | 20111011 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20111011 |
Method WRITE_TO_TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECT_TABLE | Call by reference | Type reference (TYPE) | CTS_OBJECT_TABLE | WBO remote API: Tabellenschlüssel für Stücklisten | 20081208 | ||
2 | ![]() |
IV_OBJ_NAME | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20081208 | ||
3 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IRM Regelverarbeitung: Datenbankzugriffe Ausnahmen | 20081208 |
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 720 |