SAP ABAP Class IF_LRM_RTP_TYPES (Types for Policy Category RTP)
Properties
Class IF_LRM_RTP_TYPES  
Short Description Types for Policy Category RTP    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080711   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_LRM_RTP_TYPES has no forward declaration.
Interfaces
Class IF_LRM_RTP_TYPES has no interface implemented.
Friends
Class IF_LRM_RTP_TYPES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_POLICY_CATEGORY_RETENTION Constant Public Type reference (TYPE) IF_LRM_TYPES=>POLICY_CATEGORY 'RTP' 20080711
Methods
Class IF_LRM_RTP_TYPES has no method.
Events
Class IF_LRM_RTP_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 RETENTION_PERIOD_BEGIN Public Type reference (TYPE) LRM_RETENTION_PERIOD_BEGIN 20090930
2 RETENTION_PERIOD_END_MAX Public Type reference (TYPE) LRM_RETENTION_PERIOD_END_MAX 20091005
3 RETENTION_PERIOD_END_MIN Public Type reference (TYPE) LRM_RETENTION_PERIOD_END_MIN 20091005
4 TY_S_RETENTION_LOCATION Public See coding 20080711 BEGIN OF ty_s_retention_location, v_object_type TYPE if_lrm_types=>object_type, t_routing_parameter_org TYPE if_lrm_types=>ty_t_routing_org_field_info, s_routing_parameter_time TYPE if_lrm_types=>ty_s_routing_time_field_info, v_archive_store TYPE admi_astor, v_content_repository TYPE scms_crep, v_log_filename TYPE fileintern, END OF ty_s_retention_location
5 TY_S_RETENTION_PERIOD Public See coding 20080711 BEGIN OF ty_s_retention_period, v_retention_period_begin TYPE retention_period_begin, v_retention_period_end_min TYPE retention_period_end_max, v_retention_period_end_max TYPE retention_period_end_max, END OF ty_s_retention_period
6 TY_S_RETENTION_RULE Public See coding 20080711 BEGIN OF ty_s_retention_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, s_retention_period TYPE if_lrm_rtp_types=>ty_s_retention_period, s_retention_location TYPE ty_s_retention_location, END OF ty_s_retention_rule
7 TY_T_RETENTION_RULE Public See coding 20080711 ty_t_retention_rule TYPE STANDARD TABLE OF ty_s_retention_rule WITH DEFAULT KEY
History
Last changed by/on SAP  20110908 
SAP Release Created in