SAP ABAP Interface IF_RCC_ENGINE_C (RCCF Engine Interface)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-RCC (Application Component) Remote Control and Communication Framework
⤷
RCC_ENGINE (Package) RCCF: Engine

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCC_COM_DEFAULTPARAMETER | Default Parameter for RCCF Engines | 20080320 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCC_ENGINE | Basis Class for RCCF Engines | 20080320 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCC_ENGINE_TOOL | Helper methods for the engine class | 20091023 |
Properties
Interface | IF_RCC_ENGINE_C | |
Short Description | RCCF Engine Interface |
General Data
Package | RCC_ENGINE | RCCF: Engine |
Created | 20080320 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RCC_ENGINE_C has no forward declaration.
Interfaces
Interface IF_RCC_ENGINE_C has no interface.
Friends
Interface IF_RCC_ENGINE_C has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_APP_ID | Constant | Public | Type reference (TYPE) | CHAR20 | '%APP%' | ID for Application in File Name | 20080320 | |
2 | GC_CUSTOMIZINGID_ID | Constant | Public | Type reference (TYPE) | CHAR20 | '%CUSTOMIZINGID%' | ID for Cust. ID in File Name | 20080320 | |
3 | GC_DESTID_ID | Constant | Public | Type reference (TYPE) | CHAR20 | '%DESTID%' | ID for Destination Address in File Name | 20080320 | |
4 | GC_ENGINE_DUMPLEVEL_OFF | Constant | Public | Type reference (TYPE) | RCC_ENGINE_DUMPLEVEL | 0 | RCCF: Engine Dumplevel | 20130307 | |
5 | GC_ENGINE_DUMPLEVEL_ON | Constant | Public | Type reference (TYPE) | RCC_ENGINE_DUMPLEVEL | 1 | RCCF: Engine Dumplevel | 20130307 | |
6 | GC_ENGINE_MODE_APPLICATION | Constant | Public | Type reference (TYPE) | RCC_ENGINE_MODE | 'APP' | Engine Mode in RCCF (Tool or Application) | 20080320 | |
7 | GC_ENGINE_MODE_RCCFTEST | Constant | Public | Type reference (TYPE) | RCC_ENGINE_MODE | 'RCCF_TEST' | Engine Mode in RCCF (Tool or Application) | 20080812 | |
8 | GC_ENGINE_MODE_TOOL | Constant | Public | Type reference (TYPE) | RCC_ENGINE_MODE | 'TOOL' | Engine Mode in RCCF (Tool or Application) | 20080320 | |
9 | GC_ENGINE_RESULT_FAILED | Constant | Public | Type reference (TYPE) | RCC_ENGINE_RESULT | 'F' | Result/Status of External Engine in RCCF | 20080320 | |
10 | GC_ENGINE_RESULT_INITIAL | Constant | Public | Type reference (TYPE) | RCC_ENGINE_RESULT | '' | Result/Status of External Engine in RCCF | 20080320 | |
11 | GC_ENGINE_RESULT_NORESULT | Constant | Public | Type reference (TYPE) | RCC_ENGINE_RESULT | 'N' | Result/Status of External Engine in RCCF | 20080320 | |
12 | GC_ENGINE_RESULT_SUCCESS | Constant | Public | Type reference (TYPE) | RCC_ENGINE_RESULT | 'S' | Result/Status of External Engine in RCCF | 20080320 | |
13 | GC_ENGINE_RESULT_WARNING | Constant | Public | Type reference (TYPE) | RCC_ENGINE_RESULT | 'W' | Result/Status of External Engine in RCCF | 20080320 | |
14 | GC_ENGINE_TOOL_CMD_DELETE_FILE | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'D' | Command for the Engine Tool Mode | 20091022 | |
15 | GC_ENGINE_TOOL_CMD_KILL_PROC | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'K' | Command for the Engine Tool Mode | 20091022 | |
16 | GC_ENGINE_TOOL_CMD_LIST_DIR | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'DIR' | Command for the Engine Tool Mode | 20100212 | |
17 | GC_ENGINE_TOOL_CMD_LIST_PROC | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'P' | Command for the Engine Tool Mode | 20091022 | |
18 | GC_ENGINE_TOOL_CMD_UPLOAD_ARC | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'A' | Command for the Engine Tool Mode | 20091022 | |
19 | GC_ENGINE_TOOL_CMD_UPLOAD_BIN | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'B' | Command for the Engine Tool Mode | 20091022 | |
20 | GC_ENGINE_TOOL_CMD_UPLOAD_FILE | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | '@' | General Command for all FileTypes | 20100121 | |
21 | GC_ENGINE_TOOL_CMD_UPLOAD_GZIP | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'Z' | Command for the Engine Tool Mode | 20091022 | |
22 | GC_ENGINE_TOOL_CMD_UPLOAD_SGW | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'G' | Command for the Engine Tool Mode | 20110609 | |
23 | GC_ENGINE_TOOL_CMD_UPLOAD_TEXT | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'U' | Command for the Engine Tool Mode | 20091022 | |
24 | GC_ENGINE_TOOL_CMD_VERSION | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TOOL_MODE_COMMAND | 'V' | Command for the Engine Tool Mode | 20091022 | |
25 | GC_ENGINE_TRACELEVEL_DEBUG | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'DEBUG' | RCCF: Engine Tracelevel | 20130307 | |
26 | GC_ENGINE_TRACELEVEL_DEBUG1 | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'DEBUG1' | RCCF: Engine Tracelevel | 20130307 | |
27 | GC_ENGINE_TRACELEVEL_DEBUG2 | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'DEBUG2' | RCCF: Engine Tracelevel | 20130307 | |
28 | GC_ENGINE_TRACELEVEL_ERROR | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'ERROR' | RCCF: Engine Tracelevel | 20130307 | |
29 | GC_ENGINE_TRACELEVEL_FATAL | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'FATAL' | RCCF: Engine Tracelevel | 20130307 | |
30 | GC_ENGINE_TRACELEVEL_INFO | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'INFO' | RCCF: Engine Tracelevel | 20130307 | |
31 | GC_ENGINE_TRACELEVEL_MUTE | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'MUTE' | RCCF: Engine Tracelevel | 20130307 | |
32 | GC_ENGINE_TRACELEVEL_WARNING | Constant | Public | Type reference (TYPE) | RCC_ENGINE_TRACELEVEL | 'WARNING' | RCCF: Engine Tracelevel | 20130307 | |
33 | GC_PROFILE_ID | Constant | Public | Type reference (TYPE) | CHAR20 | '%PROFILE%' | ID for Profile in File Name | 20080320 | |
34 | GC_TIMESTAMP_ID | Constant | Public | Type reference (TYPE) | CHAR20 | '%TIMESTAMP%' | ID for Time Stamp in File Name | 20080320 | |
35 | GC_TOOL_COMMAND | Constant | Public | Type reference (TYPE) | RCC_PARAM_NAME | `COMMANDLINE` | RCCF Parameter: Name | 20091023 | |
36 | GC_TOOL_COMMAND_SPLIT | Constant | Public | Type reference (TYPE) | STRING | `:` | RCCF Parameter: Name | 20091023 | |
37 | GC_TOOL_PREFIX | Constant | Public | Type reference (TYPE) | STRING | `-` | RCCF Parameter: Name | 20091023 | |
38 | GC_TOOL_SECTION | Constant | Public | Type reference (TYPE) | RCC_PARAM_SECTION | `TOOL` | RCCF Parameter: Section | 20091023 |
Methods
Interface IF_RCC_ENGINE_C has no method.
Events
Interface IF_RCC_ENGINE_C has no event.
Types
Interface IF_RCC_ENGINE_C has no local type.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 604 |