SAP ABAP Class CL_DAS_ASSIGN_ARCHIVE_STORES (ILM SRS: AssignArchiveStores Command)
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 | 20101014 |
Properties
Class | CL_DAS_ASSIGN_ARCHIVE_STORES | |
Short Description | ILM SRS: AssignArchiveStores Command | |
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 | 20101014 | SAP |
Last change | 20130531 | SAP |
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
Class CL_DAS_ASSIGN_ARCHIVE_STORES has no interface implemented.
Friends
Class CL_DAS_ASSIGN_ARCHIVE_STORES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'A' | Assign | 20101014 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'L' | List | 20101014 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'U' | Reset Assignment | 20101014 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '_ASSIGN_ARCHIVE_STORES' | Name of Command | 20101014 | |
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OUT_CE | Code Page and Endian Conversion (System Format -> External) | 20101018 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DAS_WEBDAV_CLIENT | DAS WebDAV Client | 20101014 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_COL_IDS | Collections Already Assigned | 20101021 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_URIS_4_ROLLBACK | URIs for a Potential Rollback | 20101015 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR1 | Action | 20101014 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Archive Path | 20101014 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Name of the ILM Store | 20101014 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DAS_COL_ID | Collection ID | 20101015 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DAS_DESTINATION | HTTP Connection | 20101015 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DAS_STORE_ID | ILM Store ID | 20101015 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | URI | 20101014 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Assign Archive Path | 20101014 |
2 | ![]() |
Instance method | Private | Method | Assign All Successors | 20101014 |
3 | ![]() |
Instance method | Private | Method | Check Whether There Is an Assigned Successor | 20101014 |
4 | ![]() |
Instance method | Private | Method | Check Whether There Are Assigned Successors with Resources | 20101122 |
5 | ![]() |
Instance method | Private | Method | Check HTTP Connection | 20101111 |
6 | ![]() |
Instance method | Private | Method | Delete Collection | 20101015 |
7 | ![]() |
Static method | Public | Method | Add Archive Paths to Output List | 20101018 |
8 | ![]() |
Static method | Private | Method | Add Archive Path for Output List | 20101018 |
9 | ![]() |
Instance method | Private | Method | Rollback | 20101015 |
10 | ![]() |
Instance method | Private | Method | Apply Properties and Legal Holds | 20101021 |
11 | ![]() |
Instance method | Private | Method | Reset Assignment of an Archive Path | 20101014 |
12 | ![]() |
Instance method | Private | Method | Reset Assignment of All Successors | 20101015 |
Events
Class CL_DAS_ASSIGN_ARCHIVE_STORES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_URI_4_ROLLBACK | Private | See coding | URI for a Potential Rollback | 20101103 | BEGIN OF ty_s_uri_4_rollback,
uri TYPE string,
col_id TYPE das_col_id,
destination TYPE string,
END OF ty_s_uri_4_rollback
|
|
2 | TY_T_COLLECTIONS | Public | See coding | Collections | 20101018 | ty_t_collections TYPE STANDARD TABLE OF das_collections
|
|
3 | TY_T_COL_IDS | Private | See coding | Collection IDs | 20101021 | ty_t_col_ids TYPE STANDARD TABLE OF das_col_id
|
|
4 | TY_T_URIS_4_ROLLBACK | Private | See coding | URIs for a Potential Rollback | 20101015 | ty_t_uris_4_rollback TYPE STANDARD TABLE OF ty_s_uri_4_rollback
|
Method Signatures
Method ASSIGN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101014 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101014 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101014 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101014 |
Method ASSIGN on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method ASSIGN_ALL_DESCANDANTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101014 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101014 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101014 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101014 | |||
5 | ![]() |
IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20101014 |
Method ASSIGN_ALL_DESCANDANTS on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method CHECK_4_ASSIGNED_DESCENDANTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_ASSIGNED | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20101015 | ||
2 | ![]() |
IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20101014 |
Method CHECK_4_ASSIGNED_DESCENDANTS on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method CHECK_4_ASS_DESC_CON_RES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CONTAINS_RESOURCES | Call by reference | Type reference (TYPE) | BOOLE_D | 20101122 | |||
2 | ![]() |
IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | 20101122 |
Method CHECK_4_ASS_DESC_CON_RES on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method CHECK_DESTINATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101111 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101111 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101111 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101111 | |||
5 | ![]() |
IV_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20101111 |
Method CHECK_DESTINATION on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method DELETE_COLLECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101015 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101015 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101015 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101015 | |||
5 | ![]() |
IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20101015 |
Method DELETE_COLLECTION on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method LIST_APATH_SETS_INTO_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101018 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101018 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101018 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101018 | |||
5 | ![]() |
IT_COLLECTIONS | Call by reference | Type reference (TYPE) | TY_T_COLLECTIONS | 20101018 |
Method LIST_APATH_SETS_INTO_ENTITY on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method PUT_APATH_SET_INTO_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101018 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101018 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101018 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101018 | |||
5 | ![]() |
IS_COLLECTION | Call by reference | Type reference (TYPE) | DAS_COLLECTIONS | 20101018 |
Method PUT_APATH_SET_INTO_ENTITY on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method ROLLBACK Signature
Method ROLLBACK on class CL_DAS_ASSIGN_ARCHIVE_STORES has no parameter.
Method ROLLBACK on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method SET_PROPS_AND_LEGAL_HOLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101021 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101021 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101021 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101021 |
Method SET_PROPS_AND_LEGAL_HOLDS on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method UNASSIGN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101014 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101014 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101014 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101014 |
Method UNASSIGN on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
Method UNASSIGN_ALL_DESCENDANTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101015 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101015 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101015 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101015 | |||
5 | ![]() |
IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20101015 |
Method UNASSIGN_ALL_DESCENDANTS on class CL_DAS_ASSIGN_ARCHIVE_STORES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |