SAP ABAP Class CL_RCC_FILE_DELETE_ENGINE (Class for Deriving Engine Version)
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 Inheritance (c INHERITING FROM c_ref)  CL_RCC_ENGINE_EVENTHANDLER Basis Class for Engine Events 20110317
Properties
Class CL_RCC_FILE_DELETE_ENGINE  
Short Description Class for Deriving Engine Version    
Super Class CL_RCC_ENGINE_EVENTHANDLER Basis Class for Engine Events 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RCC_FILE   RCCF: Functions for Processing External Engine Data 
Created 20110317   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RCC_FILE_DELETE_ENGINE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RCC_FILE_DELETE 20110317 RCCF File Delete
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MODE_SINGLE Constant Public Type reference (TYPE) I 2 20110317
2 GC_MODE_TIMESTAMP Constant Public Type reference (TYPE) I 1 20110317
3 MV_DELETION_MODE Instance attribute Private Type reference (TYPE) I GC_MODE_SINGLE 20110317
4 MV_ERROR_CODE Instance attribute Public Type reference (TYPE) I 20110317
5 MV_FILEPATH Instance attribute Public Type reference (TYPE) RCC_FILE_PATH Engine Version Information 20110317
6 MV_RESULT_CODE Instance attribute Public Type reference (TYPE) I 20110317
7 MV_TIMESTAMP Instance attribute Public Type reference (TYPE) DATS UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20110317
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20110317
2 DELETE Static method Private Method Delete Individual File on Engine Server 20110317
3 DELETE_ALL Static method Private Method Delete All Files with a Certain Time Stamp 20110317
Events
Class CL_RCC_FILE_DELETE_ENGINE has no event.
Types
Class CL_RCC_FILE_DELETE_ENGINE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DELETION_MODE Call by reference Type reference (TYPE) I GC_MODE_SINGLE 20110317
2 Importing IV_FILEPATH Call by reference Type reference (TYPE) RCC_FILE_PATH File Path of a File on the Engine Server 20110317
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) DATS UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20110317

Method CONSTRUCTOR on class CL_RCC_FILE_DELETE_ENGINE has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20110317
2 Importing IV_DEST_ID Call by reference Type reference (TYPE) RCC_DEST_ID Destination ID of External Engine in RCCF 20110317
3 Importing IV_FILENAME Call by reference Type reference (TYPE) RCC_FILE_PATH File Path of a File on the Engine Server 20110317
4 Returning RV_OK Value transfer Type reference (TYPE) ABAP_BOOL 20110317
# Exception Resumable Description Created on
1 CX_RCC_FILE_DELETE Exception Class for CL_RCCF_FILE_DELETE 20110317

Method DELETE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20110317
2 Importing IV_DEST_ID Call by reference Type reference (TYPE) RCC_DEST_ID Destination ID of External Engine in RCCF 20110317
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) DATS Field of type DATS 20110317
4 Returning RV_OK Value transfer Type reference (TYPE) ABAP_BOOL 20110317
# Exception Resumable Description Created on
1 CX_RCC_FILE_DELETE Exception Class for CL_RCCF_FILE_DELETE 20110317
History
Last changed by/on SAP  20110908 
SAP Release Created in 731