SAP ABAP Class CL_ILM_STOR_WD_DEMO_EXE_PUT (ILM DB Store: WebDAV Demo Execution of PUT Command)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_ACCESS_WD_TEST (Package) ILM Storage: Test objects for tghe WebDAV access layer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_DEMO_EXE_CMD | ILM DB Store: WebDAV Demo Client Abstract Command | 20130830 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ILM_STOR_WD_DEMO_EXE_CREATE | ILM DB Store: WebDAV Demo Interface for Execution of Command | 20130830 |
Properties
Class | CL_ILM_STOR_WD_DEMO_EXE_PUT | |
Short Description | ILM DB Store: WebDAV Demo Execution of PUT Command | |
Super Class | CL_ILM_STOR_WD_DEMO_EXE_CMD | ILM DB Store: WebDAV Demo Client Abstract Command |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ILM_STOR_ACCESS_WD_TEST | ILM Storage: Test objects for tghe WebDAV access layer |
Created | 20130820 | SAP |
Last change | 20140121 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ILM_STOR_WD_DEMO_EXE_CREATE | ILM DB Store: WebDAV Demo Interface for Execution of Command | 20130830 |
Friends
Class CL_ILM_STOR_WD_DEMO_EXE_PUT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TS_RESOURCE | Resource value | 20130830 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TS_RESOURCE_OPTIONS | Resource switch | 20130830 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TS_RESOURCE | Resource value | 20130830 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TS_RESOURCE_OPTIONS | Resource switch | 20130830 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Upload File from Frontend PC | 20130830 |
Events
Class CL_ILM_STOR_WD_DEMO_EXE_PUT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_RESOURCE | Public | See coding | 20130830 | BEGIN OF ts_resource,
filesize TYPE i,
filename TYPE string,
data TYPE string,
END OF ts_resource
|
||
2 | TS_RESOURCE_OPTIONS | Public | See coding | 20130830 | BEGIN OF ts_resource_options,
filesize TYPE abap_bool,
filename TYPE abap_bool,
data TYPE abap_bool,
END OF ts_resource_options
|
Method Signatures
Method UPLOAD_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DATA | Call by reference | Type reference (TYPE) | XSTRING | Data to Upload | 20130830 | ||
2 | ![]() |
IV_FILEPATH | Call by reference | Type reference (TYPE) | STRING | Full Path to File | 20130830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ILM Storage: WebDAV Dynamic Exception | 20130830 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |