SAP ABAP Class CL_DAS_PUT (ILM SRS: Put 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 | 20101019 |
Properties
| Class | CL_DAS_PUT | |
| Short Description | ILM SRS: Put 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 | 20101019 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DAS_PUT has no forward declaration.
Interfaces
Class CL_DAS_PUT has no interface implemented.
Friends
Class CL_DAS_PUT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | XSTRING | '0D0A' | 20101021 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'PUT' | 20101019 | |||
| 3 | Constant | Private | Type reference (TYPE) | VSCAN_PROFILE | '/S_ILM_DAS/SRS' | Virus Scan Profile | 20101213 | ||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DAS_WEBDAV_CLIENT | DAS WebDAV Client | 20101028 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101019 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | XSTRING | 20101021 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101020 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101020 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101028 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20101027 | ||
| 2 | Instance method | Private | Method | 20101214 |
Events
Class CL_DAS_PUT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_FIELD | Private | See coding | 20101214 | BEGIN OF ty_s_field,
property TYPE fieldname,
value TYPE string,
END OF ty_s_field
|
||
| 2 | TY_S_INDEX_COL | Private | See coding | 20101216 | BEGIN OF ty_s_index_col,
index_table TYPE das_index_tab_name,
index_id TYPE das_index_id,
END OF ty_s_index_col
|
||
| 3 | TY_S_PROPERTIES | Private | See coding | 20101214 | BEGIN OF ty_s_properties,
tabname TYPE tabname,
properties TYPE ttfieldname,
END OF ty_s_properties
|
||
| 4 | TY_T_FIELDS | Private | See coding | 20101214 | ty_t_fields TYPE STANDARD TABLE OF ty_s_field
WITH KEY property
|
||
| 5 | TY_T_INDEX_COL | Private | See coding | 20101216 | ty_t_index_col TYPE STANDARD TABLE OF ty_s_index_col
WITH KEY index_table
|
Method Signatures
Method DELETE_RESOURCE Signature
Method DELETE_RESOURCE on class CL_DAS_PUT has no parameter.
Method DELETE_RESOURCE on class CL_DAS_PUT has no exception.
Method GET_INDEX_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20101214 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TTFIELDNAME | Menge von Feldnamen | 20101214 |
Method GET_INDEX_PROPERTIES on class CL_DAS_PUT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |