SAP ABAP Class CL_DAS_INVALIDURI_GET (ILM SRS: InvalidUriGet and ValidUriGet 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 | 20101028 |
Properties
| Class | CL_DAS_INVALIDURI_GET | |
| Short Description | ILM SRS: InvalidUriGet and ValidUriGet 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 | 20101028 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DAS_INVALIDURI_GET has no forward declaration.
Interfaces
Class CL_DAS_INVALIDURI_GET has no interface implemented.
Friends
Class CL_DAS_INVALIDURI_GET has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | STRING | Name of Command | 20110307 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20101129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Determine Invalid URIs and Transfer to Output List | 20110307 |
Events
Class CL_DAS_INVALIDURI_GET has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_URI | Private | See coding | 20101129 | BEGIN OF ty_s_uri,
uri TYPE string,
user TYPE das_invalid_user,
reason TYPE string,
END OF ty_s_uri
|
||
| 2 | TY_T_URIS | Private | See coding | 20101028 | ty_t_uris TYPE STANDARD TABLE OF ty_s_uri WITH DEFAULT KEY
|
Method Signatures
Method GET_URIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_URIS | Call by reference | Type reference (TYPE) | TY_T_URIS | 20110307 | ||||
| 2 | IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20110307 |
Method GET_URIS on class CL_DAS_INVALIDURI_GET has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |