SAP ABAP Class CL_IMPL_PS_WE (ProjectSystem: ENGAGEMENT)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PS-ST (Application Component) Structures
⤷
PSI_WE (Package) PS Integration with Work Engagement
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090915 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAWE_WORK_ENGAGEMENT_GDT | Interface for BAdI: SAWE_WORK_ENGAGEMENT_GDT | 20091112 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WE_ENGAGEMENT | Assignment Object | 20090915 |
Properties
| Class | CL_IMPL_PS_WE | |
| Short Description | ProjectSystem: ENGAGEMENT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PSI_WE | PS Integration with Work Engagement |
| Created | 20090915 | SAP |
| Last change | 20110908 | SAP |
| 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090915 | ||
| 2 | IF_SAWE_WORK_ENGAGEMENT_GDT | Interface for BAdI: SAWE_WORK_ENGAGEMENT_GDT | 20091112 | ||
| 3 | IF_WE_ENGAGEMENT | Assignment Object | 20090915 |
Friends
Class CL_IMPL_PS_WE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'I0076' | 20090918 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'I0013' | 20090918 | |||
| 3 | Constant | Private | Type reference (TYPE) | C | 'P' | 20091113 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'PD' | 20090918 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'PR' | 20090918 | |||
| 6 | Static Attribute | Public | Type reference (TYPE) | TY_PRHI_TT | 20091126 | ||||
| 7 | Static Attribute | Public | Type reference (TYPE) | TY_PROJ_TT | 20091126 | ||||
| 8 | Static Attribute | Public | Type reference (TYPE) | TY_PROJ_PROFL_TT | 20091127 | ||||
| 9 | Static Attribute | Public | Type reference (TYPE) | TY_PRPS_TT | 20091126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Get Children | 20091126 | |
| 2 | Instance method | Private | Method | Get Sibling | 20091126 | |
| 3 | Static method | Private | Method | 20090917 | ||
| 4 | Instance method | Private | Method | Load the WBS relation table | 20091126 |
Events
Class CL_IMPL_PS_WE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_HIER_TT | Public | See coding | 20091126 | ty_hier_tt TYPE STANDARD TABLE OF if_we_engagement=>relationship
WITH NON-UNIQUE KEY primary_key
COMPONENTS table_line
|
||
| 2 | TY_PRHI_TT | Public | See coding | 20091126 | ty_prhi_tt TYPE STANDARD TABLE OF prhi
WITH NON-UNIQUE KEY primary_key
COMPONENTS psphi up left
WITH UNIQUE SORTED KEY posnr_key
COMPONENTS posnr
WITH NON-UNIQUE SORTED KEY up_key
COMPONENTS up left
WITH NON-UNIQUE SORTED KEY left_key
COMPONENTS left
|
||
| 3 | TY_PROJ_PROFL_TT | Public | See coding | 20091127 | ty_proj_profl_tt TYPE SORTED TABLE OF ty_proj_st
WITH NON-UNIQUE KEY primary_key
COMPONENTS profl
|
||
| 4 | TY_PROJ_ST | Public | See coding | 20091126 | BEGIN OF ty_proj_st,
pspnr TYPE ps_intnr,
pspid TYPE ps_pspid,
post1 TYPE ps_post1,
objnr TYPE j_objnr,
profl TYPE profidproj,
END OF ty_proj_st
|
||
| 5 | TY_PROJ_TT | Public | See coding | 20091126 | ty_proj_tt TYPE SORTED TABLE OF ty_proj_st
WITH UNIQUE KEY primary_key
COMPONENTS objnr
WITH UNIQUE SORTED KEY pspnr_key
COMPONENTS pspnr
WITH UNIQUE SORTED KEY pspid_key
COMPONENTS pspid
|
||
| 6 | TY_PRPS_ST | Public | Type reference (TYPE) | PRPS | 20091126 | |
|
| 7 | TY_PRPS_TT | Public | See coding | 20091126 | ty_prps_tt TYPE SORTED TABLE OF ty_prps_st
WITH UNIQUE KEY primary_key
COMPONENTS objnr
WITH UNIQUE SORTED KEY pspnr_key
COMPONENTS pspnr
WITH UNIQUE SORTED KEY posid_key
COMPONENTS posid
|
Method Signatures
Method GET_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HIERARCHY | Call by reference | Type reference (TYPE) | TY_HIER_TT | 20091126 | ||||
| 2 | IV_PARENT | Call by reference | Type reference (TYPE) | J_OBJNR | Object number | 20091126 |
Method GET_CHILDREN on class CL_IMPL_PS_WE has no exception.
Method GET_SIBLING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HIERARCHY | Call by reference | Type reference (TYPE) | TY_HIER_TT | Display of Hierarchies as Variable Lists | 20091126 | |||
| 2 | IV_SIB | Call by reference | Type reference (TYPE) | PS_POSNR | Object number | 20091126 | |||
| 3 | IV_SIB_PARENT | Call by reference | Type reference (TYPE) | J_OBJNR | Object number | 20091126 |
Method GET_SIBLING on class CL_IMPL_PS_WE has no exception.
Method IS_EXISTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PROJ | Call by reference | Type reference (TYPE) | TY_PROJ_ST | 20091126 | ||||
| 2 | ES_PRPS | Call by reference | Type reference (TYPE) | TY_PRPS_ST | 20091126 | ||||
| 3 | EV_EXISTING | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090918 | ||||
| 4 | ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090918 | ||||
| 5 | POSID | Call by reference | Type reference (TYPE) | PS_POSID | Work Breakdown Structure Element (WBS Element) | 20091126 | |||
| 6 | PSPID | Call by reference | Type reference (TYPE) | PS_PSPID | Project PSPID | 20091126 |
Method IS_EXISTING on class CL_IMPL_PS_WE has no exception.
Method LOAD_PRHI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091126 | ||||
| 2 | IV_OBJNR | Call by reference | Type reference (TYPE) | J_OBJNR | Object number | 20091126 |
Method LOAD_PRHI on class CL_IMPL_PS_WE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |