SAP ABAP Class CL_RCC_FILE_UPLOAD (RCCF File Upload Class)
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_C RCCF File Constants Interface 20080320
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RCC_FILE_UPLOAD RCCF File Upload 20110314
Properties
Class CL_RCC_FILE_UPLOAD  
Short Description RCCF File Upload Class    
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RCC_FILE_C RCCF File Constants Interface 20080320
2 IF_RCC_FILE_UPLOAD RCCF File Upload 20110314
Friends
Class CL_RCC_FILE_UPLOAD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FILE_TYPE_ASCII Instance attribute Public Attribute reference (LIKE) 20080320
2 GC_FILE_TYPE_BINARY Instance attribute Public Attribute reference (LIKE) 20080320
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FILE_ON_CLIENT Instance method Public Method Check File on Client GUI (Write Access and Existence) 20080320
2 FILE_EXISTS_ON_CLIENT Instance method Public Method Checks Existence of File at Client 20080320
3 INNER_UPLOAD Instance method Protected Method # Upload a file to the Optimization Server 20110317
4 UPLOAD Static method Public Method Upload a File to the Optimization Server 20110314
5 UPLOAD_FILES Instance method Public Method 20110314
6 UPLOAD_TO_CLIENT Instance method Public Method Copy File from Application Server to Client GUI 20080320
Events
Class CL_RCC_FILE_UPLOAD has no event.
Types
Class CL_RCC_FILE_UPLOAD has no local type.
Method Signatures

Method CHECK_FILE_ON_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILEPATH Call by reference Type reference (TYPE) RCC_FILE_PATH The File Path of a File on the Engine Server 20080320
2 Returning RV_OK Value transfer Type reference (TYPE) ABAP_BOOL 20080320
# Exception Resumable Description Created on
1 CX_RCC_FILE_UPLOAD 20080320

Method FILE_EXISTS_ON_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILEPATH Call by reference Type reference (TYPE) RCC_FILE_PATH The File Path of a File on the Engine Server 20080320
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080320
# Exception Resumable Description Created on
1 CX_RCC_FILE_UPLOAD 20080320

Method INNER_UPLOAD Signature

Method INNER_UPLOAD on class CL_RCC_FILE_UPLOAD has no parameter.
Method INNER_UPLOAD on class CL_RCC_FILE_UPLOAD has no exception.

Method UPLOAD Signature

Method UPLOAD on class CL_RCC_FILE_UPLOAD has no parameter.
# Exception Resumable Description Created on
1 CX_RCC_FILE_UPLOAD Exception Class for RCCF_FILE_UPLOAD 20110314

Method UPLOAD_FILES Signature

Method UPLOAD_FILES on class CL_RCC_FILE_UPLOAD has no parameter.
Method UPLOAD_FILES on class CL_RCC_FILE_UPLOAD has no exception.

Method UPLOAD_TO_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FILEDATA Call by reference Type reference (TYPE) STANDARD TABLE 20080320
2 Importing IV_APPEND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080320
3 Importing IV_BIN_FILESIZE Call by reference Type reference (TYPE) I File Size of Binary Files 20080320
4 Importing IV_FILENAME Call by reference Type reference (TYPE) RCC_FILE_PATH The File Path of a File on the Engine Server 20080320
5 Importing IV_FILETYPE Call by reference Type reference (TYPE) RCC_FILE_TYPE File Type (Binary or ASCII) for Files in RCCF 20080320
# Exception Resumable Description Created on
1 CX_RCC_FILE_UPLOAD 20080320
History
Last changed by/on SAP  20110908 
SAP Release Created in 604