SAP ABAP Class CL_RCC_FILE_DELETE (RCCF File Delete)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-RCC (Application Component) Remote Control and Communication Framework
⤷
RCC_FILE (Package) RCCF: Functions for Processing External Engine Data
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCC_FILE_DELETE | RCCF File Delete | 20110314 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RCC_FILE_DELETE_SERVICE | RCCF Service File Delete | 20110314 |
Properties
| Class | CL_RCC_FILE_DELETE | |
| Short Description | RCCF File Delete | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RCC_FILE | RCCF: Functions for Processing External Engine Data |
| Created | 20080320 | SAP |
| Last change | 20110908 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RCC_FILE_DELETE | RCCF File Delete | 20110314 |
Friends
Class CL_RCC_FILE_DELETE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_RCC_DATASTORAGE | RCCF Data Retention Interface | 20110314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110314 | |
| 2 | Instance method | Public | Constructor | 20080320 | ||
| 3 | Static method | Public | Method | Delete Individual File on Engine Server | 20110314 | |
| 4 | Static method | Public | Method | Delete All Files with a Certain Time Stamp | 20110314 | |
| 5 | Instance method | Public | Method | 20110314 | ||
| 6 | Instance method | Public | Method | 20110314 | ||
| 7 | Static method | Private | Method | Get the delete handler for the communication method | 20110317 | |
| 8 | Instance method | Protected | Method | # Delete All Files with a Certain Time Stamp | 20110314 | |
| 9 | Instance method | Protected | Method | # Delete Individual File on Engine Server | 20110314 |
Events
Class CL_RCC_FILE_DELETE has no event.
Types
Class CL_RCC_FILE_DELETE has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RCC_FILE_DELETE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RCC_FILE_DELETE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RCC_FILE_DELETE has no parameter.
Method CONSTRUCTOR on class CL_RCC_FILE_DELETE has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20110314 | |||
| 2 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | Destination ID of External Engine in RCCF | 20110314 | |||
| 3 | IV_FILENAME | Call by reference | Type reference (TYPE) | RCC_FILE_PATH | File Path of a File on the Engine Server | 20110314 | |||
| 4 | RV_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for CL_RCCF_FILE_DELETE | 20110314 |
Method DELETE_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20110314 | |||
| 2 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | Destination ID of External Engine in RCCF | 20110314 | |||
| 3 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20110314 | |||
| 4 | RV_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for CL_RCCF_FILE_DELETE | 20110314 |
Method DELETE_ALL_FILES Signature
Method DELETE_ALL_FILES on class CL_RCC_FILE_DELETE has no parameter.
Method DELETE_ALL_FILES on class CL_RCC_FILE_DELETE has no exception.
Method DELETE_FILE Signature
Method DELETE_FILE on class CL_RCC_FILE_DELETE has no parameter.
Method DELETE_FILE on class CL_RCC_FILE_DELETE has no exception.
Method GET_DELETE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20110317 | |||
| 2 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | Destination ID of External Engine in RCCF | 20110317 | |||
| 3 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RCC_FILE_DELETE | RCCF File Delete | 20110317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for CL_RCCF_FILE_DELETE | 20110317 |
Method INNER_DELETE_ALL_FILES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110317 | ||||
| 2 | EV_USE_DEFAULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110317 | ||||
| 3 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20110314 | |||
| 4 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | Destination ID of External Engine in RCCF | 20110314 | |||
| 5 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20110314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for CL_RCCF_FILE_DELETE | 20110314 |
Method INNER_DELETE_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110317 | ||||
| 2 | EV_USE_DEFAULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110317 | ||||
| 3 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20110314 | |||
| 4 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | Destination ID of External Engine in RCCF | 20110314 | |||
| 5 | IV_FILENAME | Call by reference | Type reference (TYPE) | RCC_FILE_PATH | File Path of a File on the Engine Server | 20110314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for CL_RCCF_FILE_DELETE | 20110314 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 604 |