SAP ABAP Class CL_DAS_LEGALHOLD_SET (ILM SRS: LegalHoldAdd and LegalHoldRemove Commands)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-SRS (Application Component) Storage and Retention Service
     S_ILM_DAS_COMMANDS (Package) ILM SRS: SRS Commands
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DAS_COMMAND ILM SRS: Abstract Top Class for All DAS Commands 20101027
Properties
Class CL_DAS_LEGALHOLD_SET  
Short Description ILM SRS: LegalHoldAdd and LegalHoldRemove Commands    
Super Class CL_DAS_COMMAND ILM SRS: Abstract Top Class for All DAS Commands 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ILM_DAS_COMMANDS   ILM SRS: SRS Commands 
Created 20101027   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DAS_LEGALHOLD_SET has no forward declaration.
Interfaces
Class CL_DAS_LEGALHOLD_SET has no interface implemented.
Friends
Class CL_DAS_LEGALHOLD_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ROLLBACK_ITEMS Instance attribute Private Type reference (TYPE) TY_T_ROLLBACK_ITEMS Legal Holds for Potential Rollbacks 20101027
2 MV_ACTION Instance attribute Private Type reference (TYPE) STRING Instruction Text 20101027
3 MV_ILM_CASE Instance attribute Private Type reference (TYPE) STRING Case Name 20101027
4 MV_METHOD Instance attribute Public Type reference (TYPE) STRING Name of Command 20101027
5 MV_RANGE Instance attribute Private Type reference (TYPE) STRING 20120615
Methods
# Method Level Visibility Method type Description Created on
1 ROLLBACK_LEGALHOLDS Instance method Private Method Rollback of Legal Holds 20101027
2 SET_LEGALHOLDS Instance method Private Method Set Legal Holds 20101027
Events
Class CL_DAS_LEGALHOLD_SET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ROLLBACK_ITEM Protected See coding 20101027 BEGIN OF ty_s_rollback_item, das_store TYPE das_stores, uri TYPE string, legalholds TYPE tihttpnvp, END OF ty_s_rollback_item
2 TY_T_ROLLBACK_ITEMS Protected See coding 20101027 ty_t_rollback_items TYPE STANDARD TABLE OF ty_s_rollback_item
3 TY_T_URIS Protected See coding 20101027 ty_t_uris TYPE STANDARD TABLE OF string
Method Signatures

Method ROLLBACK_LEGALHOLDS Signature

Method ROLLBACK_LEGALHOLDS on class CL_DAS_LEGALHOLD_SET has no parameter.
Method ROLLBACK_LEGALHOLDS on class CL_DAS_LEGALHOLD_SET has no exception.

Method SET_LEGALHOLDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RESPONSE_HEADER Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20101027
2 Changing CV_RESPONSE_ENTITY Call by reference Type reference (TYPE) XSTRING 20101027
3 Exporting EV_REASON_PHRASE Call by reference Type reference (TYPE) STRING 20101027
4 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101027
5 Importing IT_DAS_STORES Call by reference Type reference (TYPE) TY_T_STORES 20101027
6 Importing IV_URI Call by reference Type reference (TYPE) STRING 20101027

Method SET_LEGALHOLDS on class CL_DAS_LEGALHOLD_SET has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703