SAP ABAP Class CL_HRFPM_JOB_GRP_JOB_BTC (Parallel Processing Using BATCH Processing)
Hierarchy
☛
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
⤷
PA-PM-PB (Application Component) Position Budgeting and Control
⤷
PAOC_FPM_COM_ENGINE (Package) Position Management: Commitment Creation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HRFPM_JOB_GRP_JOB | ABSTRACTER Job Handler | 20061109 |
Properties
| Class | CL_HRFPM_JOB_GRP_JOB_BTC | |
| Short Description | Parallel Processing Using BATCH Processing | |
| Super Class | CL_HRFPM_JOB_GRP_JOB | ABSTRACTER Job Handler |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_FPM_COM_ENGINE | Position Management: Commitment Creation |
| Created | 20061109 | SAP |
| Last change | 20071120 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRFPM_JOB_GRP_JOB_BTC has no forward declaration.
Interfaces
Class CL_HRFPM_JOB_GRP_JOB_BTC has no interface implemented.
Friends
Class CL_HRFPM_JOB_GRP_JOB_BTC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | HROBJECT_T | Table Type PLVAR, OTYPE; OBJID | 20061112 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ARC_PARAMS | ImageLink structure | 20061109 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | HRFPM_JOB_ADMIN-RUNID | Unique gouping ID of a parallelized encumbrance Run | 20061109 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | RSPARAMS_TT | rsparams Table | 20061109 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | T_CNTRL_PARAMETERS | 20061109 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | PRI_PARAMS | Structure for Passing Print Parameters | 20061109 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RSPARAMS | ABAP: General Structure for PARAMETERS and SELECT-OPTIONS | 20061111 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | T_STARTED_JOBS_TAB | 20061112 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | GSVAL | Value of semantic abbreviation | 20070811 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20061109 | |
| 2 | Instance method | Protected | Method | Fill Interface of BATCH Job Program | 20061111 | |
| 3 | Instance method | Private | Method | Get Printer/Spool Options for Batch Job | 20061109 | |
| 4 | Static method | Public | Method | Actions After Finishing BATCH Job | 20061115 | |
| 5 | Instance method | Private | Method | 20061111 | ||
| 6 | Instance method | Protected | Method | Ensure Specified Number of Jobs/Objects per Group | 20061110 | |
| 7 | Instance method | Protected | Method | 20061110 |
Events
Class CL_HRFPM_JOB_GRP_JOB_BTC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CNTRL_PARAMETERS | Protected | See coding | 20061110 | BEGIN OF t_cntrl_parameters,
keep_no_objects_below_limit TYPE flag,
keep_no_jobs_below_limit TYPE flag,
job_report TYPE sy-repid,
schedman_key TYPE schedman_key,
start_job_imm TYPE flag,
srvgrp TYPE bpsrvgrp,
queue_pckg_sz TYPE hrfpm_engine_job_pckg_size,
wait TYPE numc4,
job_name_pref TYPE char17,
END OF t_cntrl_parameters
|
||
| 2 | T_STARTED_JOBS | Protected | See coding | 20061112 | BEGIN OF t_started_jobs.
INCLUDE TYPE hrfpm_job_admin_key AS job_key.
TYPES END OF t_started_jobs
|
||
| 3 | T_STARTED_JOBS_TAB | Protected | See coding | 20061112 | t_started_jobs_tab TYPE SORTED TABLE OF t_started_jobs
WITH UNIQUE KEY job_key
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_GRP_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_HRFPM_JOB_GRP_CONTROLLER | Verwaltung von Parallelen Jobs | 20061110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061109 |
Method FILL_RSPARAMS_FOR_BTC_JOB Signature
Method FILL_RSPARAMS_FOR_BTC_JOB on class CL_HRFPM_JOB_GRP_JOB_BTC has no parameter.
Method FILL_RSPARAMS_FOR_BTC_JOB on class CL_HRFPM_JOB_GRP_JOB_BTC has no exception.
Method GET_AR_PRI_PARAMS Signature
Method GET_AR_PRI_PARAMS on class CL_HRFPM_JOB_GRP_JOB_BTC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061109 |
Method JOB_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_FLG_COMMIT | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20070222 | ||
| 2 | IS_JOB_ADMIN_KEY | Call by reference | Type reference (TYPE) | HRFPM_JOB_ADMIN_KEY | Schlüssel für Tabelle HRFPM_JOB_ADMIN | 20061115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061115 |
Method OPEN_JOB Signature
Method OPEN_JOB on class CL_HRFPM_JOB_GRP_JOB_BTC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061111 |
Method SLOT_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_AVAIL | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20061110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061110 |
Method START_JOB Signature
Method START_JOB on class CL_HRFPM_JOB_GRP_JOB_BTC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061110 |
History
| Last changed by/on | SAP | 20071120 |
| SAP Release Created in | 700 |