SAP ABAP Class CL_PPM_PROTSK_CNF_MPC (CL_PPM_PROTSK_CNF_MPC)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO (Application Component) Project Management
     ODATA_PPM_PRO_TSKCNF (Package) ODATA Services for Task Confirmation
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 20130822
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PPM_PROTSK_CNF_MPC_EXT CL_PPM_PROTSK_CNF_MPC_EXT 20130822
Properties
Class CL_PPM_PROTSK_CNF_MPC  
Short Description CL_PPM_PROTSK_CNF_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_PPM_PRO_TSKCNF   ODATA Services for Task Confirmation 
Created 20130822   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PPM_PROTSK_CNF_MPC has no forward declaration.
Interfaces
Class CL_PPM_PROTSK_CNF_MPC has no interface implemented.
Friends
Class CL_PPM_PROTSK_CNF_MPC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ATTACHMENTS Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Attachments' 20130914
2 GC_INCL_NAME Constant Private Type reference (TYPE) STRING 'CL_PPM_PROTSK_CNF_MPC=========CP' 20130823
3 GC_NOTES Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Notes' 20130823
4 GC_SEVERITY Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Severity' 20130914
5 GC_STATUS Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Status' 20130914
6 GC_TASKDETAIL Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'TaskDetail' 20130823
7 GC_TASKLIST Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'TaskList' 20130823
8 GC_USERDETAILS Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'UserDetails' 20130915
Methods
# Method Level Visibility Method type Description Created on
1 DEFINE_ACTIONS Instance method Private Method DEFINE_ACTIONS 20130920
2 DEFINE_ASSOCIATIONS Instance method Private Method DEFINE_ASSOCIATIONS 20130823
3 DEFINE_ATTACHMENTS Instance method Private Method DEFINE_ATTACHMENTS 20130914
4 DEFINE_NOTES Instance method Private Method DEFINE_NOTES 20130823
5 DEFINE_SEVERITY Instance method Private Method DEFINE_SEVERITY 20130914
6 DEFINE_STATUS Instance method Private Method DEFINE_STATUS 20130914
7 DEFINE_TASKDETAIL Instance method Private Method DEFINE_TASKDETAIL 20130823
8 DEFINE_TASKLIST Instance method Private Method DEFINE_TASKLIST 20130823
9 DEFINE_USERDETAILS Instance method Private Method DEFINE_USERDETAILS 20130915
10 LOAD_TEXT_ELEMENTS Instance method Public Method LOAD_TEXT_ELEMENTS 20130823
Events
Class CL_PPM_PROTSK_CNF_MPC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ATTACHMENTS Public See coding 20130914 TS_ATTACHMENTS type PPM_TS_TASK_CONFIRM_ATTC_GW.
2 TS_NOTES Public See coding 20130823 TS_NOTES type PPM_TS_TASK_CONFIRM_NOTE_GW.
3 TS_SEVERITY Public See coding 20130914 TS_SEVERITY type PPM_TS_TASK_CONFIRM_SEVR_GW.
4 TS_STATUS Public See coding 20130914 TS_STATUS type PPM_TS_TASK_CONFIRM_STAT_GW.
5 TS_TASKDETAIL Public See coding 20130823 TS_TASKDETAIL type PPM_TS_TASK_CONFIRM_DETL_GW.
6 TS_TASKLIST Public See coding 20130823 TS_TASKLIST type PPM_TS_TASK_CONFIRM_LIST_GW.
7 TS_TEXT_ELEMENT Public See coding 20130823 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 TS_USERDETAILS Public See coding 20130915 TS_USERDETAILS type PPM_TS_TASK_CONFIRM_USER_GW.
9 TT_ATTACHMENTS Public See coding 20130914 TT_ATTACHMENTS type standard table of TS_ATTACHMENTS.
10 TT_NOTES Public See coding 20130823 TT_NOTES type standard table of TS_NOTES.
11 TT_SEVERITY Public See coding 20130914 TT_SEVERITY type standard table of TS_SEVERITY.
12 TT_STATUS Public See coding 20130914 TT_STATUS type standard table of TS_STATUS.
13 TT_TASKDETAIL Public See coding 20130823 TT_TASKDETAIL type standard table of TS_TASKDETAIL.
14 TT_TASKLIST Public See coding 20130823 TT_TASKLIST type standard table of TS_TASKLIST.
15 TT_TEXT_ELEMENTS Public See coding 20130823 tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol.
16 TT_USERDETAILS Public See coding 20130915 TT_USERDETAILS type standard table of TS_USERDETAILS.
Method Signatures

Method DEFINE_ACTIONS Signature

Method DEFINE_ACTIONS on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130920

Method DEFINE_ASSOCIATIONS Signature

Method DEFINE_ASSOCIATIONS on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130823

Method DEFINE_ATTACHMENTS Signature

Method DEFINE_ATTACHMENTS on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130914

Method DEFINE_NOTES Signature

Method DEFINE_NOTES on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130823

Method DEFINE_SEVERITY Signature

Method DEFINE_SEVERITY on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130914

Method DEFINE_STATUS Signature

Method DEFINE_STATUS on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130914

Method DEFINE_TASKDETAIL Signature

Method DEFINE_TASKDETAIL on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130823

Method DEFINE_TASKLIST Signature

Method DEFINE_TASKLIST on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130823

Method DEFINE_USERDETAILS Signature

Method DEFINE_USERDETAILS on class CL_PPM_PROTSK_CNF_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130915

Method LOAD_TEXT_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TEXT_ELEMENTS Value transfer Type reference (TYPE) TT_TEXT_ELEMENTS 20130823
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20130823
History
Last changed by/on SAP  20141109 
SAP Release Created in