SAP ABAP Class CL_HRFPM_JOB_GRP_BLD (Abstract Package Generator)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HRFPM_JOB_GRP_BLD_ACC | Grouping Using Account Assignment | 20061111 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_HRFPM_JOB_GRP_BLD_ORG | Generates 'ORG-STUC'-Closed Packages | 20061109 |
Properties
| Class | CL_HRFPM_JOB_GRP_BLD | |
| Short Description | Abstract Package Generator | |
| Super Class | ||
| 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 | 20070913 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRFPM_JOB_GRP_BLD has no forward declaration.
Interfaces
Class CL_HRFPM_JOB_GRP_BLD has no interface implemented.
Friends
Class CL_HRFPM_JOB_GRP_BLD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CX_HRFPM_JOB | HRFPM: create job | 20061109 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CX_HRFPM | Exception Class for Module "Administrator" | 20061109 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HRFPM_JOB_GRP_CONTROLLER | 20061109 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | T_INT_OBJECT_TAB | 20061109 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20061109 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | T_CNTRL_PARAMS | 20061109 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | HRFPM_HROBJECTS_IT | 20061109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20061109 | ||
| 2 | Instance method | Protected | Method | 20061110 | ||
| 3 | Instance method | Public | Method | Iterator: Return Determined Group | 20061109 | |
| 4 | Instance method | Public | Method | 20061109 | ||
| 5 | Instance method | Public | Method | Event Handler for 'JOB_GRP_CLOSED' of Controller | 20061111 | |
| 6 | Instance method | Public | Method | Event Handler for 'JOB_STARTED' of Controller | 20061112 | |
| 7 | Instance method | Public | Method | Iterator: Determine Next Group of Objects | 20061109 | |
| 8 | Instance method | Protected | Method | 20061109 |
Events
Class CL_HRFPM_JOB_GRP_BLD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CNTRL_PARAMS | Protected | See coding | 20061110 | BEGIN OF t_cntrl_params,
max_no_objects_per_grp TYPE hrfpm_objects_number,
END OF t_cntrl_params
|
||
| 2 | T_INT_OBJECT | Protected | See coding | 20061111 | BEGIN OF t_int_object.
INCLUDE TYPE hrfpm_s_job_hrobject_dep AS object.
TYPES: chain_length TYPE sytfill,
END OF t_int_object
|
||
| 3 | T_INT_OBJECT_TAB | Protected | See coding | 20061111 | t_int_object_tab TYPE TABLE OF t_int_object
|
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 | |||
| 2 | IT_OBJECTS | Call by reference | Type reference (TYPE) | HRFPM_HROBJECTS_IT | 20061109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061109 |
Method FILL_CNTRL_PARAMS Signature
Method FILL_CNTRL_PARAMS on class CL_HRFPM_JOB_GRP_BLD has no parameter.
Method FILL_CNTRL_PARAMS on class CL_HRFPM_JOB_GRP_BLD has no exception.
Method GET_NEXT_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP | Call by reference | Type reference (TYPE) | HROBJECT_T | Tabellentyp PLVAR, OTYPE; OBJID | 20061109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061109 |
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_INITIALIZED | Value transfer | Type reference (TYPE) | FLAG | 20061109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061109 |
Method JOB_GRP_CLOSED Signature
Method JOB_GRP_CLOSED on class CL_HRFPM_JOB_GRP_BLD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061111 |
Method JOB_STARTED Signature
Method JOB_STARTED on class CL_HRFPM_JOB_GRP_BLD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061112 |
Method NEXT_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_EXISTS | Value transfer | Type reference (TYPE) | FLAG | Tabellentyp PLVAR, OTYPE; OBJID | 20061109 |
Method NEXT_GROUP on class CL_HRFPM_JOB_GRP_BLD has no exception.
Method VALIDATE_CNTRL_PARAMS Signature
Method VALIDATE_CNTRL_PARAMS on class CL_HRFPM_JOB_GRP_BLD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HRFPM: create job | 20061109 |
History
| Last changed by/on | SAP | 20070913 |
| SAP Release Created in | 700 |