SAP ABAP Class CL_FCC_RJ_MANAGER (Remote Job Manager)
Hierarchy
☛
FCCO (Software Component) Financial Closing Cockpit 200
⤷
CA-GTF-FCC (Application Component) Financial Closing cockpit Add-on
⤷
FCC_CLOSING (Package) Financial Closing Cockpit - SAPGUI and backend

⤷

⤷

Properties
Class | CL_FCC_RJ_MANAGER | |
Short Description | Remote Job Manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FCC_CLOSING | Financial Closing Cockpit - SAPGUI and backend |
Created | 20111128 | SAP |
Last change | 20141108 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FCC_RJ_MANAGER has no interface implemented.
Friends
Class CL_FCC_RJ_MANAGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | BDC_DYNR | '0101' | Screen Number | 20111130 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | BDC_PROG | 'SAPMS38M' | BDC Moudle Pool | 20111130 | |
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FCC_T_RFCDEST | Table type of FCC_RFCDEST | 20120104 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FCC_T_RFC_CONFIG | RFC configuration | 20111128 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20111223 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Execute remote task online | 20111130 |
2 | ![]() |
Static method | Public | Method | Get the default RFC configuration | 20111223 |
3 | ![]() |
Static method | Public | Method | Get RFC config list | 20111202 |
4 | ![]() |
Static method | Public | Method | Get RFC destination by RFC ID | 20111128 |
5 | ![]() |
Static method | Public | Method | Get the RFC destination from SM59 configuration | 20120104 |
6 | ![]() |
Static method | Public | Method | If the RFC destination is configured in SM59 | 20120110 |
7 | ![]() |
Static method | Public | Method | Refresh the RFC destination | 20111226 |
8 | ![]() |
Static method | Public | Method | Schedule Tasks | 20111206 |
Events
Class CL_FCC_RJ_MANAGER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ITEM | Private | See coding | 20111207 | BEGIN OF ts_item,
item TYPE REF TO cl_fcc_citemx,
rfc_id TYPE fcc_rfc_id,
start_date TYPE sy-datum,
start_time TYPE sy-uzeit,
schetmpstmp TYPE timestampl,
timestamp TYPE timestampl,
item_var TYPE fcc2_t_rsparams,
immediate_start TYPE boolean,
END OF ts_item
|
Method Signatures
Method EXECUTE_RT_ONLINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20111213 | ||
2 | ![]() |
IR_ITEM | Call by reference | Object reference (TYPE REF TO) | CL_FCC_CITEMX | Node Element | 20111130 | ||
3 | ![]() |
IT_SPAGPA | Call by reference | Type reference (TYPE) | CL_FCC_ACTION_MANAGER=>YT_SPAGPA | 20130411 |
Method EXECUTE_RT_ONLINE on class CL_FCC_RJ_MANAGER has no exception.
Method GET_DEFAULT_RFC_DEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DEFAULT_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Default RFC configuration | 20111223 |
Method GET_DEFAULT_RFC_DEST on class CL_FCC_RJ_MANAGER has no exception.
Method GET_RFC_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RFC_CONFIG | Call by reference | Type reference (TYPE) | FCC_T_RFC_CONFIG | RFC Configuration | 20111202 |
Method GET_RFC_ALL on class CL_FCC_RJ_MANAGER has no exception.
Method GET_RFC_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_RFC | Call by reference | Type reference (TYPE) | FCC_S_RFC_CONFIG | Logical Destination (Specified in Function Call) | 20111129 | ||
2 | ![]() |
IV_RFC_ID | Call by reference | Type reference (TYPE) | FCC_RFC_ID | Logic ID for RFC destination in FCc | 20111128 |
Method GET_RFC_BY_ID on class CL_FCC_RJ_MANAGER has no exception.
Method GET_RFC_DESTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RFCDESTS | Call by reference | Type reference (TYPE) | FCC_T_RFCDEST | Table type of FCC_RFCDEST | 20120104 | ||
2 | ![]() |
IV_BKG | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20120110 |
Method GET_RFC_DESTS on class CL_FCC_RJ_MANAGER has no exception.
Method IS_VALID_RFC_DEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VALID | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120110 | ||
2 | ![]() |
IV_BKG_RFC | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=True, -=False, Space=Unknown) | 20120110 | |
3 | ![]() |
IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120110 |
Method IS_VALID_RFC_DEST on class CL_FCC_RJ_MANAGER has no exception.
Method REFRESH_RFC_DEST Signature
Method REFRESH_RFC_DEST on class CL_FCC_RJ_MANAGER has no parameter.
Method REFRESH_RFC_DEST on class CL_FCC_RJ_MANAGER has no exception.
Method SCHEDULE_TASKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_SCENARIO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_FCC_NOTI_SCE_CONTAINER | Container of Scenarios (for Web Dynpro Application) | 20111214 | ||
2 | ![]() |
ET_ITEMS_NOT_SCHED | Call by reference | Type reference (TYPE) | FCC_ITEMS | Item table | 20111209 | ||
3 | ![]() |
ET_ITEMS_SCHED | Call by reference | Type reference (TYPE) | FCC_ITEMS | Item table | 20111209 | ||
4 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | FCC_T_MESSAGE | Table Type for Messages | 20111212 | ||
5 | ![]() |
ID_FROM_BKGRD | Call by reference | Type reference (TYPE) | CHAR1 | ' ' | Single-Character Flag | 20111221 | |
6 | ![]() |
ID_NOW | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20111226 | ||
7 | ![]() |
ID_START_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20111226 | ||
8 | ![]() |
ID_START_IMMD | Call by reference | Type reference (TYPE) | CHAR1 | ' ' | Triggered by dependency scheduling | 20120223 | |
9 | ![]() |
ID_START_TIME | Call by reference | Type reference (TYPE) | SY-UZEIT | Current Time of Application Server | 20111226 | ||
10 | ![]() |
IR_LOG_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_FCC_APP_LOG_MANAGER | Logger | 20121224 | ||
11 | ![]() |
IS_PRINT_PARAMS | Call by reference | Type reference (TYPE) | PRI_PARAMS | Structure for Passing Print Parameters | 20111212 | ||
12 | ![]() |
IT_ITEMS | Call by reference | Type reference (TYPE) | FCC_ITEMS | Item table | 20111206 |
Method SCHEDULE_TASKS on class CL_FCC_RJ_MANAGER has no exception.
History
Last changed by/on | SAP | 20141108 |
SAP Release Created in | 100 |