SAP ABAP Interface IF_CFX_FILEPROVIDER (CFX: Interface for Access to File Storage)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_CONN (Package) CFX: Connectivity Using FTP
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CFX_FTP_FILEPROVIDER | CFX: FTP Fileprovider Object | 20020215 |
Properties
| Interface | IF_CFX_FILEPROVIDER | |
| Short Description | CFX: Interface for Access to File Storage |
General Data
| Package | CFX_CONN | CFX: Connectivity Using FTP |
| Created | 20020215 | SAP |
| Last changed | 20141109 | |
| 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 IF_CFX_FILEPROVIDER has no interface.
Friends
Interface IF_CFX_FILEPROVIDER has no friend.
Attributes
Interface IF_CFX_FILEPROVIDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Ends the Connection | 20020215 | |
| 2 | Instance method | Public | Method | Generates Subdirectory in Current Work Directory | 20020215 | |
| 3 | Instance method | Public | Method | Deletes File from Work Directory | 20020215 | |
| 4 | Instance method | Public | Method | Delivers File Listing for Current Work Directory | 20020215 | |
| 5 | Instance method | Public | Method | Reads File Content in Internal Table | 20020215 | |
| 6 | Instance method | Public | Method | Sets Work Directory | 20020215 | |
| 7 | Instance method | Public | Method | Writes File from Internal Table | 20020215 |
Events
Interface IF_CFX_FILEPROVIDER has no event.
Types
Interface IF_CFX_FILEPROVIDER has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on Interface IF_CFX_FILEPROVIDER has no parameter.
Method CLOSE on Interface IF_CFX_FILEPROVIDER has no exception.
Method CREATE_DIRECTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20020215 |
Method CREATE_DIRECTORY on Interface IF_CFX_FILEPROVIDER has no exception.
Method DELETE_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20020218 |
Method DELETE_FILE on Interface IF_CFX_FILEPROVIDER has no exception.
Method GET_FILE_LISTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FILES | Call by reference | Type reference (TYPE) | CFX_TT_FILEDESCRIPTORS | CFX: Liste mit Dateibeschreibungen | 20020215 | |||
| 2 | I_ONLY_FILES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20020620 |
Method GET_FILE_LISTING on Interface IF_CFX_FILEPROVIDER has no exception.
Method READ_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONTENT | Call by reference | Type reference (TYPE) | SDOKCNTBINS | SDOK: Tabelle von Binärdokumentinhalten für den Web-Server | 20020218 | |||
| 2 | E_SIZE | Call by reference | Type reference (TYPE) | I | 20020218 | ||||
| 3 | I_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20020218 |
Method READ_FILE on Interface IF_CFX_FILEPROVIDER has no exception.
Method SET_WORK_DIRECTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABS_PATH | Call by reference | Type reference (TYPE) | STRING | 20020215 |
Method SET_WORK_DIRECTORY on Interface IF_CFX_FILEPROVIDER has no exception.
Method WRITE_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONTENT | Call by reference | Type reference (TYPE) | SDOKCNTBINS | SDOK: Tabelle von Binärdokumentinhalten für den Web-Server | 20020218 | |||
| 2 | I_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20020218 | ||||
| 3 | I_FILESIZE | Call by reference | Type reference (TYPE) | I | 20020218 |
Method WRITE_FILE on Interface IF_CFX_FILEPROVIDER has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 2.0 |