SAP ABAP Class IF_LRM_RST_TYPES (Types for Policy Category RST)
Properties
Class | IF_LRM_RST_TYPES | |
Short Description | Types for Policy Category RST | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080711 | 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
Class IF_LRM_RST_TYPES has no interface implemented.
Friends
Class IF_LRM_RST_TYPES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | IF_LRM_TYPES=>POLICY_CATEGORY | 'RST' | 20080711 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | IF_LRM_TYPES=>POLICY_TYPE | 'ARCHIVING' | Data Archiving | 20110719 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | IF_LRM_TYPES=>POLICY_TYPE | 'DISPLAY' | Data Display | 20110719 |
Methods
Class IF_LRM_RST_TYPES has no method.
Events
Class IF_LRM_RST_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | RESIDENCE_TIME_BEGIN | Public | Type reference (TYPE) | LRM_RESIDENCE_TIME_BEGIN | 20080711 |
|
|
2 | RESIDENCE_TIME_END | Public | Type reference (TYPE) | LRM_RESIDENCE_TIME_END | 20080711 |
|
|
3 | TY_S_RESIDENCE_RULE | Public | See coding | 20080711 | BEGIN OF ty_s_residence_rule,
v_object_type TYPE if_lrm_types=>object_type,
v_policy_type TYPE if_lrm_types=>policy_type,
v_policy_origin TYPE if_lrm_types=>policy_origin,
v_rule_id TYPE lrm_re_rule_nr,
v_residence_time_begin TYPE if_lrm_rst_types=>residence_time_begin,
v_residence_time_end TYPE if_lrm_rst_types=>residence_time_end,
END OF ty_s_residence_rule
|
||
4 | TY_T_RESIDENCE_RULE | Public | See coding | 20080711 | ty_t_residence_rule TYPE STANDARD TABLE OF ty_s_residence_rule WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |