SAP ABAP Class CL_NWECM_WEBDAV_CODES (Helper class to handle HTTP error codes and messages)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ECM-ABA-COR (Application Component) ECM Core Infrastructure
⤷
S_NWECM_VIEW_WEBDAV (Package) ECMI WebDAV view implementation
⤷
⤷
Properties
| Class | CL_NWECM_WEBDAV_CODES | |
| Short Description | Helper class to handle HTTP error codes and messages | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_NWECM_VIEW_WEBDAV | ECMI WebDAV view implementation |
| Created | 20081105 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_NWECM_WEBDAV_CODES has no forward declaration.
Interfaces
Class CL_NWECM_WEBDAV_CODES has no interface implemented.
Friends
Class CL_NWECM_WEBDAV_CODES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | 20081105 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081105 | |
| 2 | Instance method | Public | Method | Returns description for HTTP status code | 20081105 | |
| 3 | Instance method | Private | Method | 20081105 |
Events
Class CL_NWECM_WEBDAV_CODES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STATUS_LINE | Private | See coding | 20081105 | BEGIN OF status_line,
status_code TYPE i,
description TYPE string,
END OF status_line
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_NWECM_WEBDAV_CODES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_NWECM_WEBDAV_CODES has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Value transfer | Type reference (TYPE) | I | HTTP status code | 20081105 | |||
| 2 | RV_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20081105 |
Method GET_DESCRIPTION on class CL_NWECM_WEBDAV_CODES has no exception.
Method LAZY_FILL Signature
Method LAZY_FILL on class CL_NWECM_WEBDAV_CODES has no parameter.
Method LAZY_FILL on class CL_NWECM_WEBDAV_CODES has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |