SAP ABAP Interface IF_RCC_FILE_C (RCCF File Constants Interface)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCC_FILE | File Object in RCCF | 20080320 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCC_FILE_DOWNLOAD_ENGINE | Download File from Engine Server | 20110317 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCC_FILE_UPLOAD | RCCF File Upload Class | 20080320 |
Properties
Interface | IF_RCC_FILE_C | |
Short Description | RCCF File Constants Interface |
General Data
Package | RCC_FILE | RCCF: Functions for Processing External Engine Data |
Created | 20080320 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RCC_FILE_C has no forward declaration.
Interfaces
Interface IF_RCC_FILE_C has no interface.
Friends
Interface IF_RCC_FILE_C has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_ARCHIVE | Constant | Public | Type reference (TYPE) | C | 'A' | 20080320 | ||
2 | GC_DUMPFILE_IN | Constant | Public | Type reference (TYPE) | C | 'I' | 20080320 | ||
3 | GC_DUMPFILE_OUT | Constant | Public | Type reference (TYPE) | C | 'O' | 20080320 | ||
4 | GC_FILE_TYPE_ASCII | Constant | Public | Type reference (TYPE) | RCC_FILE_TYPE | 'ASC' | File Type (Binary or ASCII) for Files in RCCF | 20080320 | |
5 | GC_FILE_TYPE_BINARY | Constant | Public | Type reference (TYPE) | RCC_FILE_TYPE | 'BIN' | File Type (Binary or ASCII) for Files in RCCF | 20080320 | |
6 | GC_TRACEFILE | Constant | Public | Type reference (TYPE) | C | 'T' | 20080320 | ||
7 | GC_TRANSFERMODE_ARCHIVE | Constant | Public | Type reference (TYPE) | RCC_FILE_TRANSFERMODE | 'A' | File Transfer Mode in RCCF | 20080320 | |
8 | GC_TRANSFERMODE_ASCII | Constant | Public | Type reference (TYPE) | RCC_FILE_TRANSFERMODE | 'U' | File Transfer Mode in RCCF | 20080320 | |
9 | GC_TRANSFERMODE_BINARY | Constant | Public | Type reference (TYPE) | RCC_FILE_TRANSFERMODE | 'B' | File Transfer Mode in RCCF | 20080320 | |
10 | GC_TRANSFERMODE_COMPRESSED | Constant | Public | Type reference (TYPE) | RCC_FILE_TRANSFERMODE | 'Z' | File Transfer Mode in RCCF | 20080320 |
Methods
Interface IF_RCC_FILE_C has no method.
Events
Interface IF_RCC_FILE_C has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_GS_GUI_DATA_ASC | Public | See coding | 20080320 | BEGIN OF ty_gs_gui_data_asc,
text TYPE string,
END OF ty_gs_gui_data_asc
|
||
2 | TY_GS_GUI_DATA_BIN | Public | See coding | 20080320 | BEGIN OF ty_gs_gui_data_bin,
data(1024) TYPE x,
END OF ty_gs_gui_data_bin
|
||
3 | TY_GT_GUI_DATA_ASC | Public | See coding | 20080320 | ty_gt_gui_data_asc TYPE STANDARD TABLE OF ty_gs_gui_data_asc
|
||
4 | TY_GT_GUI_DATA_BIN | Public | See coding | 20080320 | ty_gt_gui_data_bin TYPE STANDARD TABLE OF ty_gs_gui_data_bin
|
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 604 |