Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CONSTANTS | FPM constants | 20091023 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAWE_SA_CONSTANTS | Constants definitions | 20091007 |
Properties
Class | CL_SAWE_ENGAGEMENT_OBJECT | |
Short Description | Engagement Object | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PSAWE_CO_REUSE | Reuse objects for Structure Package EA-SAWE |
Created | 20090902 | 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_FPM_CONSTANTS | FPM constants | 20091023 | ||
2 | IF_SAWE_SA_CONSTANTS | Constants definitions | 20091007 |
Friends
Class CL_SAWE_ENGAGEMENT_OBJECT 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) | STRING | '< |
Tree-Column invisible | 20090904 | |
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | WE_ENGAGEMENT | 20090902 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TWE_ENGTYPE | Work Engagement type | 20090902 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TWE_ENGTYPET | Work Engagement type - texts | 20090902 | ||
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_SAWE_MESSAGES | Util-Class for Messages | 20090930 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TYPE_T_INSTANCE | 20090930 | |||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TYPE_T_TWE_ENGTYPE | 20090930 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check Authority to maintain Assignments to an Eng. Object | 20090915 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090902 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20090902 |
4 | ![]() |
Instance method | Public | Method | Returns Attributes to an Engagement-Object | 20091001 |
5 | ![]() |
Instance method | Public | Method | Returns a String with external-ID of an Eng. Object | 20100119 |
6 | ![]() |
Static method | Public | Method | returns a list of all customized Engagement Types | 20091006 |
7 | ![]() |
Instance method | Public | Method | Returns the IDs of forecasting engagement objects | 20090923 |
8 | ![]() |
Static method | Public | Method | Returns Errors for an engagement Type | 20090930 |
9 | ![]() |
Instance method | Public | Method | Returns the Hierarchy of Eng.Objects | 20090902 |
10 | ![]() |
Instance method | Public | Method | Check Authority to maintain Assignments to an Eng. Object | 20090918 |
11 | ![]() |
Instance method | Public | Method | Returns ID of Eng.Obj. by Receiver | 20090923 |
12 | ![]() |
Static method | Public | Method | Returns Instance for an engagement Type | 20090902 |
13 | ![]() |
Instance method | Private | Method | returns OTR-Text | 20090929 |
14 | ![]() |
Instance method | Public | Method | Returns Receiver of an Eng.Obj. | 20090923 |
15 | ![]() |
Instance method | Public | Method | Returns information of the root of an give Eng. Object | 20090930 |
16 | ![]() |
Instance method | Public | Method | Returns the Search-Help accord. the customizing | 20090902 |
17 | ![]() |
Instance method | Public | Method | Returns the Hierarchy of Eng.Objects for WebDynpro | 20091001 |
18 | ![]() |
Instance method | Public | Method | Returns the Tree-Header-Attributes | 20090904 |
19 | ![]() |
Instance method | Public | Method | return Engagement-Objet-Type-Description | 20090925 |
20 | ![]() |
Instance method | Public | Method | return abap_true if Eng.Type has a Hierarchy | 20090902 |
21 | ![]() |
Static method | Public | Method | Removes Instance for an engagement Type | 20091118 |
22 | ![]() |
Static method | Protected | Method | select Engagement-Types from Database | 20090902 |
23 | ![]() |
Static method | Protected | Method | select Engagement-Types-Text from Database | 20090902 |
Events
Class CL_SAWE_ENGAGEMENT_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYPE_S_INSTANCE | Private | See coding | 20091006 | begin of type_s_instance
,engagement_type type we_engagement_type
,instance type ref to cl_sawe_engagement_object
,error type fpmgb_t_messages
,end of type_s_instance
|
||
2 | TYPE_T_INSTANCE | Private | See coding | 20091006 | type_t_instance type sorted table of type_s_instance
with unique key engagement_type
|
||
3 | TYPE_T_TWE_ENGTYPE | Public | See coding | 20091006 | type_t_twe_engtype type STANDARD TABLE OF twe_engtype
|
Method Signatures
Method AUTHORITY_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVITY | Call by reference | Type reference (TYPE) | ACTIV_AUTH | Activity | 20090915 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20090915 | ||
3 | ![]() |
RV_AUTHORIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091019 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SAWE_ENGAGEMENT_OBJECT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WE_ENGAGEMENT | Call by reference | Object reference (TYPE REF TO) | WE_ENGAGEMENT | 20090902 | |||
2 | ![]() |
IS_TWE_ENGTYPE | Call by reference | Type reference (TYPE) | TWE_ENGTYPE | Work Engagement type | 20090902 | ||
3 | ![]() |
IS_TWE_ENGTYPET | Call by reference | Type reference (TYPE) | TWE_ENGTYPET | Work Engagement type - texts | 20090902 |
Method CONSTRUCTOR on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DESCRIPTION1 | Call by reference | Type reference (TYPE) | STRING | 20091001 | |||
2 | ![]() |
EV_DESCRIPTION2 | Call by reference | Type reference (TYPE) | STRING | 20091001 | |||
3 | ![]() |
EV_DESCRIPTION3 | Call by reference | Type reference (TYPE) | STRING | 20091001 | |||
4 | ![]() |
EV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | STRING | Engagement-Object External ID | 20091001 | ||
5 | ![]() |
EV_READONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091001 | |||
6 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20091001 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091019 |
Method GET_CONCATENATED_EXTERNAL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CONCATENATED_EXTERNAL_ID | Call by reference | Type reference (TYPE) | STRING | Engagement-Object External ID | 20100119 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20100119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20100119 |
Method GET_CUSTOM_ENGAGEMENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ENGAGEMENT_OBJECT | Call by reference | Type reference (TYPE) | TYPE_T_TWE_ENGTYPE | Customized Engagement-Objects | 20091006 |
Method GET_CUSTOM_ENGAGEMENT_TYPE on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_DUMMY_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>IDS | Dummy Engagement-Object IDs | 20090923 | ||
2 | ![]() |
IV_DUMMY_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Dummy-Type (Engagement-Type-specific) | 20090923 |
Method GET_DUMMY_OBJECTS on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_ERROR_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ERROR | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20090930 | ||
2 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091016 | ||
3 | ![]() |
IV_ENGAGEMENT_TYPE | Call by reference | Type reference (TYPE) | WE_ENGAGEMENT_TYPE | Work Engagement type | 20090930 |
Method GET_ERROR_MESSAGES on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_HIERARCHY | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>HIERARCHY | Engagement-Ojbect-Hierarchy | 20091001 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20090902 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091019 |
Method GET_ID_BY_EXTERNAL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Engagement-Object External ID | 20090918 | ||
2 | ![]() |
IV_EXTERNAL_SUB_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Engagement-Object External Sub-ID | 20091001 | ||
3 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20090918 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091023 |
Method GET_ID_BY_RECEIVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20090923 | ||
2 | ![]() |
IV_RAUFNR | Call by reference | Type reference (TYPE) | EAUFNR | Receiver Order | 20090923 | ||
3 | ![]() |
IV_RKDAUF | Call by reference | Type reference (TYPE) | EKDAU | Receiver sales order | 20090923 | ||
4 | ![]() |
IV_RKDPOS | Call by reference | Type reference (TYPE) | EKDPO | Item number in receiver sales order | 20090923 | ||
5 | ![]() |
IV_RPROJ | Call by reference | Type reference (TYPE) | EPROJ | Receiver WBS element | 20090923 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091019 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENGAGEMENT_TYPE | Call by reference | Type reference (TYPE) | WE_ENGAGEMENT_TYPE | Work Engagement type | 20090902 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SAWE_ENGAGEMENT_OBJECT | Engagement Object | 20090902 |
Method GET_INSTANCE on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_OTR_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALIAS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090929 | |||
2 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090929 | |||
3 | ![]() |
RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20090929 |
Method GET_OTR_TEXT on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_RECEIVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RAUFNR | Call by reference | Type reference (TYPE) | EAUFNR | Receiver Order | 20090923 | ||
2 | ![]() |
EV_RKDAUF | Call by reference | Type reference (TYPE) | EKDAU | Receiver sales order | 20090923 | ||
3 | ![]() |
EV_RKDPOS | Call by reference | Type reference (TYPE) | EKDPO | Item number in receiver sales order | 20090923 | ||
4 | ![]() |
EV_RPROJ | Call by reference | Type reference (TYPE) | EPROJ | Receiver WBS element | 20090923 | ||
5 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20090923 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091019 |
Method GET_ROOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | STRING | Engagement-Object External ID | 20090930 | ||
2 | ![]() |
EV_EXTERNAL_SUB_ID | Call by reference | Type reference (TYPE) | STRING | Engagement-Object External Sub-ID | 20091001 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | Engagement-Object ID | 20090930 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091019 |
Method GET_SEARCH_HELP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_HELP | Value transfer | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20090902 |
Method GET_SEARCH_HELP on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_WE_ENGAGEMENT=>ID | 20091001 | |||
2 | ![]() |
RT_HIERARCHY | Value transfer | Type reference (TYPE) | SAWE_T_EO_TREE | Engagement-Ojbect-Tree-TAB | 20091001 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception regarding Work Engagement ID | 20091117 |
Method GET_TREE_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_TREE_ATTRIBUTES | Value transfer | Type reference (TYPE) | SAWE_S_EO_TREE_HEADER_WD_ATTR | Engagement-Object-WebDynpro-Tree-Header-Attribute | 20090904 |
Method GET_TREE_ATTRIBUTES on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method GET_TYPE_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20090925 |
Method GET_TYPE_DESCRIPTION on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method IS_HIERARCHICAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HIERARCHICAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090902 |
Method IS_HIERARCHICAL on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method REMOVE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENGAGEMENT_TYPE | Call by reference | Type reference (TYPE) | WE_ENGAGEMENT_TYPE | Work Engagement type | 20091118 |
Method REMOVE_INSTANCE on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method SELECT_TWE_ENGTYPE Signature
Method SELECT_TWE_ENGTYPE on class CL_SAWE_ENGAGEMENT_OBJECT has no parameter.
Method SELECT_TWE_ENGTYPE on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
Method SELECT_TWE_ENGTYPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENGAGEMENT_TYPE | Call by reference | Type reference (TYPE) | WE_ENGAGEMENT_TYPE | Work Engagement type | 20090902 | ||
2 | ![]() |
RS_TWE_ENGTYPET | Value transfer | Type reference (TYPE) | TWE_ENGTYPET | Work Engagement type - texts | 20090902 |
Method SELECT_TWE_ENGTYPET on class CL_SAWE_ENGAGEMENT_OBJECT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 605 |