SAP ABAP Class CL_FCC_UTIL_RJ (Services for Remote Task)
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_UTIL_RJ | |
| Short Description | Services for Remote Task | |
| 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 | 20111206 | SAP |
| Last change | 20141108 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FCC_UTIL_RJ has no forward declaration.
Interfaces
Class CL_FCC_UTIL_RJ has no interface implemented.
Friends
Class CL_FCC_UTIL_RJ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | FCC_T_RFC_ID | Table type of FCC_RFC_ID | 20111216 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check if the rfc id is valid in FCc | 20111216 | |
| 2 | Static method | Public | Method | Convert Date and Time from UTC to System | 20111213 | |
| 3 | Static method | Public | Method | Convert Job Status to Application Status | 20111213 | |
| 4 | Static method | Public | Method | Create a New RJ Job after Scheduling | 20111209 | |
| 5 | Static method | Public | Method | 20111209 | ||
| 6 | Static method | Private | Method | Get New Job Timestamp for Remote Job | 20111208 | |
| 7 | Static method | Public | Method | Get Current Active Job Entry of ta RJ Task | 20111208 | |
| 8 | Static method | Public | Method | Get Latest Application Status Of Task | 20111208 | |
| 9 | Static method | Public | Method | Show Remote Job Basic List | 20111214 | |
| 10 | Static method | Public | Method | Show Remote Job Detail List | 20111214 | |
| 11 | Static method | Public | Method | Manually Set Appl Status | 20111208 |
Events
Class CL_FCC_UTIL_RJ has no event.
Types
Class CL_FCC_UTIL_RJ has no local type.
Method Signatures
Method CHECK_RFC_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_RESULT | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111216 | |||
| 2 | IM_RFC_ID | Call by reference | Type reference (TYPE) | FCC_RFC_ID | FCc RFC logic ID | 20111216 |
Method CHECK_RFC_ID on class CL_FCC_UTIL_RJ has no exception.
Method CONVERT_DATE_TIME_UTC2SYST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20111213 | |||
| 2 | ED_TIME | Call by reference | Type reference (TYPE) | UZEIT | Time | 20111213 | |||
| 3 | ID_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20111213 | |||
| 4 | ID_TIME | Call by reference | Type reference (TYPE) | UZEIT | Time | 20111213 | |||
| 5 | ID_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20111213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Bad Input | 20111213 |
Method CONVERT_JOBSTAT_TO_USERSTAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLSTAT | Call by reference | Type reference (TYPE) | BTCSTATUS | State of Background Job | 20111213 | |||
| 2 | IV_JOBSTAT | Call by reference | Type reference (TYPE) | BTCSTATUS | State of Background Job | 20111213 | |||
| 3 | RV_STAT | Value transfer | Type reference (TYPE) | SCHEDMAN_JOB_STATI | Job Status from a Business View | 20111213 |
Method CONVERT_JOBSTAT_TO_USERSTAT on class CL_FCC_UTIL_RJ has no exception.
Method CREATE_JOBS_FOR_SCHEDULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RJ_JOB | Call by reference | Type reference (TYPE) | FCC_T_RJ_JOBID | Fast Close: Task List | 20111209 |
Method CREATE_JOBS_FOR_SCHEDULE on class CL_FCC_UTIL_RJ has no exception.
Method CREATE_JOB_FOR_MANUAL_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INSTANCE | Call by reference | Type reference (TYPE) | FCC_NUM | Counter | 20111209 | |||
| 2 | IV_ITEM | Call by reference | Type reference (TYPE) | SCMA_NODE | Node ID | 20111209 | |||
| 3 | IV_PROFILE | Call by reference | Type reference (TYPE) | FCC_PROFILE | Fast Close: Task List | 20111209 | |||
| 4 | IV_STARTDATE | Call by reference | Type reference (TYPE) | D | 20120113 | ||||
| 5 | IV_STARTTIME | Call by reference | Type reference (TYPE) | T | 20120113 | ||||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPL | UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) | 20120119 | |||
| 7 | RS_RJ_JOB | Value transfer | Type reference (TYPE) | FCC_RJ_JOBID | Job Info for Remote Job in Remote Server (non-CPS) | 20111209 |
Method CREATE_JOB_FOR_MANUAL_CHANGE on class CL_FCC_UTIL_RJ has no exception.
Method CREATE_JOB_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_JOB_ID | Value transfer | Type reference (TYPE) | FCC_RJ_JOB_ID | User Timestamp as Remote Job ID | 20111208 |
Method CREATE_JOB_ID on class CL_FCC_UTIL_RJ has no exception.
Method GET_CURRENT_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_JOB | Call by reference | Type reference (TYPE) | FCC_RJ_JOBID | Job Info for Remote Job in Remote Server (non-CPS) | 20111208 | |||
| 2 | EV_NOT_EXIST | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111208 | |||
| 3 | IS_ITEM | Call by reference | Type reference (TYPE) | FCC_INST_ITEM | Administration of a Job (Report/Transaction or Workflow) | 20111208 |
Method GET_CURRENT_JOB on class CL_FCC_UTIL_RJ has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SPOOLS | Call by reference | Type reference (TYPE) | FCC_T_SPOOL_DISPLAY | ITAB for TFC_SPOOL_DISPLAY | 20111214 | |||
| 2 | EV_END_DATE | Call by reference | Type reference (TYPE) | DATUM | End Date | 20111208 | |||
| 3 | EV_END_TIME | Call by reference | Type reference (TYPE) | UZEIT | End Time | 20111208 | |||
| 4 | EV_HAS_JOBLOG | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111214 | |||
| 5 | EV_HAS_SPOOL | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111214 | |||
| 6 | EV_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Job ID | 20111214 | |||
| 7 | EV_JOBID | Call by reference | Type reference (TYPE) | BTCCTXT | Reference value from job creator to identify job | 20120119 | |||
| 8 | EV_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Job Info for Remote Job in Remote Server (non-CPS) | 20111214 | |||
| 9 | EV_SCAN_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20130415 | |||
| 10 | EV_SET_MANUALLY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20140319 | |||
| 11 | EV_START_DATE | Call by reference | Type reference (TYPE) | DATUM | Start Date | 20111208 | |||
| 12 | EV_START_TIME | Call by reference | Type reference (TYPE) | UZEIT | Start Time | 20111208 | |||
| 13 | EV_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Appl Status of Remote Task | 20111208 | |||
| 14 | EV_USERNAME | Call by reference | Type reference (TYPE) | SY-UNAME | User Name | 20121128 | |||
| 15 | IS_ITEM | Call by reference | Type reference (TYPE) | FCC_INST_ITEM | Administration of a Job (Report/Transaction or Workflow) | 20111208 | |||
| 16 | I_SCHED_ID | Call by reference | Type reference (TYPE) | SCHEDMAN_ID | ID of Processed Object (see SCHEDMAN_TYPE for Category) | 20111208 |
Method GET_STATUS on class CL_FCC_UTIL_RJ has no exception.
Method SHOW_BASIC_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ITEM | Call by reference | Type reference (TYPE) | FCC_INST_ITEM | ID of Processed Object (see SCHEDMAN_TYPE for Category) | 20111214 |
Method SHOW_BASIC_LIST on class CL_FCC_UTIL_RJ has no exception.
Method SHOW_DETAIL_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ITEM | Call by reference | Type reference (TYPE) | FCC_INST_ITEM | Administration of a Job (Report/Transaction or Workflow) | 20111214 |
Method SHOW_DETAIL_LIST on class CL_FCC_UTIL_RJ has no exception.
Method UPDATE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RJ_JOB | Call by reference | Type reference (TYPE) | FCC_RJ_JOBID | Job Info for Remote Job in Remote Server (non-CPS) | 20111208 | |||
| 2 | IV_CHANGE_STAMP | Call by reference | Type reference (TYPE) | TZNTSTMPL | UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) | 20120113 | |||
| 3 | IV_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20111208 | |||
| 4 | IV_STATUSTEXT | Call by reference | Type reference (TYPE) | SM_STATUS_TXT | Status Change Reason | 20111208 |
Method UPDATE_STATUS on class CL_FCC_UTIL_RJ has no exception.
History
| Last changed by/on | SAP | 20141108 |
| SAP Release Created in | 100 |