SAP ABAP Class CL_DAS_COMMAND (ILM SRS: Abstract Top Class for All DAS 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 - Used By
Properties
Class | CL_DAS_COMMAND | |
Short Description | ILM SRS: Abstract Top Class for All DAS Commands | |
Super Class | ||
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 | 20101005 | 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_COMMAND has no interface implemented.
Friends
Class CL_DAS_COMMAND has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-.!~' | Characters Permitted for a Resource Name | 20101014 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '0123456789abcdefghijklmnopqrstuvwxyz_-.!~/' | Permitted Characters for a URI | 20101014 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | DAS_COL_TYPE | 'A' | Application Collection | 20101013 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | DAS_COL_TYPE | 'H' | Home Collection | 20101013 | |
5 | ![]() |
Constant | Protected | Type reference (TYPE) | I | 255 | Maximum Length of a URI | 20101018 | |
6 | ![]() |
Constant | Protected | Type reference (TYPE) | I | 100 | Maximum Length of a Resource Name | 20101018 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | DAS_COL_TYPE | 'S' | System Collection | 20101013 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | ABAP_ENCODING | 'UTF-8' | UTF-8 Character Set | 20101008 | |
9 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_HTTP_CLIENT | HTTP Client Abstraction | 20101008 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20101007 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | DAS_CREAT_USER | User who created the object | 20101013 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Authorization Check | 20101220 |
2 | ![]() |
Instance method | Protected | Method | Check Names of Collections, Archive Paths, and so on | 20101012 |
3 | ![]() |
Instance method | Protected | Method | Check Whether a User was Supplied | 20101013 |
4 | ![]() |
Instance method | Public | Method | Close HTTP Connection | 20110222 |
5 | ![]() |
Instance method | Public | Method | Execute | 20101005 |
6 | ![]() |
Instance method | Protected | Method | Instantiate HTTP Client | 20101005 |
7 | ![]() |
Instance method | Protected | Method | Test Storage System | 20101102 |
Events
Class CL_DAS_COMMAND has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_T_STORES | Protected | See coding | 20101102 | ty_t_stores TYPE STANDARD TABLE OF das_stores WITH DEFAULT KEY
|
Method Signatures
Method AUTHORITY_CHECK 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 | 20101220 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101220 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101220 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101220 |
Method AUTHORITY_CHECK on class CL_DAS_COMMAND has no exception.
Method CHECK_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20101012 | |||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | A: archive path; C: collection; P: prop.;R: resource; U: URI | 20101012 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101018 |
Method CHECK_REQUEST_HEADER_USER 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 | 20101013 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101013 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101013 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101013 | |||
5 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | STRING | 20101013 |
Method CHECK_REQUEST_HEADER_USER on class CL_DAS_COMMAND has no exception.
Method CLOSE Signature
Method CLOSE on class CL_DAS_COMMAND has no parameter.
Method CLOSE on class CL_DAS_COMMAND has no exception.
Method EXECUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101005 | ||
2 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101006 | |||
3 | ![]() |
EV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | Response Entity | 20101005 | ||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101006 | |||
5 | ![]() |
IT_REQUEST_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101005 | ||
6 | ![]() |
IV_REQUEST_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | Request Entity | 20101005 |
Method EXECUTE on class CL_DAS_COMMAND has no exception.
Method GET_HTTP_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20101005 | ||
2 | ![]() |
RO_HTTP_CLIENT | Value transfer | Object reference (TYPE REF TO) | IF_HTTP_CLIENT | HTTP Client Abstraction | 20101005 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ILM DAS: Fehler beim Instanzieren des HTTP_Client | 20101025 |
Method TEST_ARCHIVE_STORES 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 | 20101102 | ||
2 | ![]() |
CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101102 | |||
3 | ![]() |
EV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101102 | |||
4 | ![]() |
EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101102 | |||
5 | ![]() |
IT_DAS_STORES | Call by reference | Type reference (TYPE) | TY_T_STORES | 20101102 | |||
6 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | STRING | 20101102 |
Method TEST_ARCHIVE_STORES on class CL_DAS_COMMAND has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |