SAP ABAP Class CL_QM_TASK_MPC (CL_QM_TASK_MPC)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
QM (Application Component) Quality Management
⤷
ODATA_QM_NOTIFICATION (Package) OData Services for Notification

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider | 20130927 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_QM_TASK_MPC_EXT | CL_QM_TASK_MPC_EXT | 20130927 |
Properties
Class | CL_QM_TASK_MPC | |
Short Description | CL_QM_TASK_MPC | |
Super Class | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ODATA_QM_NOTIFICATION | OData Services for Notification |
Created | 20130927 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_QM_TASK_MPC has no forward declaration.
Interfaces
Class CL_QM_TASK_MPC has no interface implemented.
Friends
Class CL_QM_TASK_MPC 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 | 'CL_QM_TASK_MPC================CP' | 20130927 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'QMNotifAttachment' | 20130927 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'QMSettings' | 20130927 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'QMStream' | 20130928 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'QMTask' | 20130927 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'QMTaskStatus' | 20130927 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'QMUser' | 20130927 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | DEFINE_ACTIONS | 20130927 |
2 | ![]() |
Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130927 |
3 | ![]() |
Instance method | Private | Method | DEFINE_QMNOTIFATTACHMENT | 20130927 |
4 | ![]() |
Instance method | Private | Method | DEFINE_QMSETTINGS | 20130927 |
5 | ![]() |
Instance method | Private | Method | DEFINE_QMSTREAM | 20130928 |
6 | ![]() |
Instance method | Private | Method | DEFINE_QMTASK | 20130927 |
7 | ![]() |
Instance method | Private | Method | DEFINE_QMTASKSTATUS | 20130927 |
8 | ![]() |
Instance method | Private | Method | DEFINE_QMUSER | 20130927 |
9 | ![]() |
Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130927 |
Events
Class CL_QM_TASK_MPC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_QMNOTIFATTACHMENT | Public | See coding | 20130927 |
TS_QMNOTIFATTACHMENT type QOD_ATTACHMENT_S. |
||
2 | TS_QMSETTINGS | Public | See coding | 20130927 |
TS_QMSETTINGS type QOD_SETTINGS_S. |
||
3 | TS_QMSTREAM | Public | See coding | 20130928 |
TS_QMSTREAM type QOD_STREAM_S. |
||
4 | TS_QMTASK | Public | See coding | 20130927 |
TS_QMTASK type QOD_TASK_S. |
||
5 | TS_QMTASKSTATUS | Public | See coding | 20130927 |
TS_QMTASKSTATUS type QOD_STATUS_S. |
||
6 | TS_QMUSER | Public | See coding | 20130927 |
TS_QMUSER type QOD_USER_S. |
||
7 | TS_TEXT_ELEMENT | Public | See coding | 20130927 |
BEGIN OF ts_text_element,
artifact_name type c length 40, " technical name
artifact_type type c length 4,
parent_artifact_name type c length 40, " technical name
parent_artifact_type type c length 4,
text_symbol type textpoolky,
END OF ts_text_element. |
||
8 | TT_QMNOTIFATTACHMENT | Public | See coding | 20130927 |
TT_QMNOTIFATTACHMENT type standard table of TS_QMNOTIFATTACHMENT. |
||
9 | TT_QMSETTINGS | Public | See coding | 20130927 |
TT_QMSETTINGS type standard table of TS_QMSETTINGS. |
||
10 | TT_QMSTREAM | Public | See coding | 20130928 |
TT_QMSTREAM type standard table of TS_QMSTREAM. |
||
11 | TT_QMTASK | Public | See coding | 20130927 |
TT_QMTASK type standard table of TS_QMTASK. |
||
12 | TT_QMTASKSTATUS | Public | See coding | 20130927 |
TT_QMTASKSTATUS type standard table of TS_QMTASKSTATUS. |
||
13 | TT_QMUSER | Public | See coding | 20130927 |
TT_QMUSER type standard table of TS_QMUSER. |
||
14 | TT_TEXT_ELEMENTS | Public | See coding | 20130927 |
tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol. |
Method Signatures
Method DEFINE_ACTIONS Signature
Method DEFINE_ACTIONS on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
Method DEFINE_QMNOTIFATTACHMENT Signature
Method DEFINE_QMNOTIFATTACHMENT on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
Method DEFINE_QMSETTINGS Signature
Method DEFINE_QMSETTINGS on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
Method DEFINE_QMSTREAM Signature
Method DEFINE_QMSTREAM on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130928 |
Method DEFINE_QMTASK Signature
Method DEFINE_QMTASK on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
Method DEFINE_QMTASKSTATUS Signature
Method DEFINE_QMTASKSTATUS on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
Method DEFINE_QMUSER Signature
Method DEFINE_QMUSER on class CL_QM_TASK_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
Method LOAD_TEXT_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_TEXT_ELEMENTS | Value transfer | Type reference (TYPE) | TT_TEXT_ELEMENTS | 20130927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130927 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |