Hierarchy
⤷
⤷
Properties
| Class | CL_DPR_XML2CPR_UPD | |
| Short Description | Create Project from XML File | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_XML | Project Management: XML Services |
| Created | 20050225 | SAP |
| Last change | 20141109 | |
| 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_XML2CPR_UPD has no interface implemented.
Friends
Class CL_DPR_XML2CPR_UPD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_APPL_OBJECT_MANAGER | Development Projects: Administration of Application Objects | 20050225 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | DPR_TS_INTEGRATION_PARAMETERS | RPM Project: Integration Parameter | 20050302 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | DPR_TT_INT_AUTHORIZATION | 20050614 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | RPM_TT_GUID_TEXTS | 20051223 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TT_RELATED_TASKS | Deleted Relationships | 20080303 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | RPM_TT_GUID_TEXTS | 20051223 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_USED_FIELDS_IN_MAPPING | Mapping Between cProjects and MS Project | 20050225 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | DPR_TT_OBJECT_ID_LIST | 20050721 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_OBJLINK_DB | 20050522 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | DPR_TT_INT_OBJ_LINK | 20050613 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | TT_PARTICIPANT | 20050225 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_XML_PROJECTS_TYPE | Complex Data Type Projects Type from XML Procedure | 20050225 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_XML_PROJECTS_TYPE | Complex Data Type ProjectsType from XML Procedure | 20050302 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TT_RELATION | Relationship Table | 20050225 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | DPR_TT_INT_RES_MAN_DISTS | 20050603 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | DPR_TT_SKILL_ROLE | 20051226 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | TT_GUID | Assignment Between Old and New Tasks | 20050225 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | DPR_TT_INT_TEXT | 20050627 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | STRING | Application | 20091120 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Create New Project | 20050302 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Create Simulation | 20050225 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Category in Project Planning | 20050225 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | DPR_TV_OBL_GROUP | 20050427 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Automatic Update | 20050302 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CX_DPR_XML2CPR_ERROR | Instance Event (0) |
Private (0) |
20050225 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_GUID | Private | See coding | 20050225 | BEGIN OF ts_guid,
guid_old TYPE dpr_tv_guid,
guid_new TYPE dpr_tv_guid,
END OF ts_guid
|
||
| 2 | TS_PARTICIPANT | Private | See coding | 20050225 | BEGIN OF ts_participant,
extid_old TYPE cgpl_extid,
guid_new TYPE dpr_tv_guid,
participant TYPE REF TO cl_dpr_participant,
END OF ts_participant
|
||
| 3 | TS_RELATED_TASKS | Private | See coding | 20080303 | BEGIN OF TS_RELATED_TASKS,
predecessor_task TYPE REF TO cl_dpr_task,
successor_task TYPE REF TO cl_dpr_task,
END OF TS_RELATED_TASKS
|
||
| 4 | TS_RELATION | Private | See coding | 20050225 | BEGIN OF ts_relation,
task TYPE REF TO cl_dpr_task,
relationships TYPE dpr_tt_xml_relationships_type,
END OF ts_relation
|
||
| 5 | TS_STATUS | Private | See coding | 20051123 | begin of TS_STATUS,
status type J_VORGANG,
end of ts_status
|
||
| 6 | TT_GUID | Private | See coding | 20050225 | tt_guid TYPE HASHED TABLE OF ts_guid
WITH UNIQUE KEY guid_old
|
||
| 7 | TT_PARTICIPANT | Private | See coding | 20050225 | tt_participant TYPE HASHED TABLE OF ts_participant
WITH UNIQUE KEY extid_old
|
||
| 8 | TT_RELATED_TASKS | Private | See coding | 20080303 | TT_RELATED_TASKS TYPE TABLE OF TS_RELATED_TASKS
|
||
| 9 | TT_RELATION | Private | See coding | 20050225 | tt_relation TYPE HASHED TABLE OF ts_relation
WITH UNIQUE KEY task
|
||
| 10 | TT_STATUS | Private | See coding | 20051123 | tt_status type table of ts_status
|
Method Signatures
Method ADD_BUPA_DISTRIBUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BUPA | Call by reference | Object reference (TYPE REF TO) | CL_DPR_BUSINESS_PARTNER_LINK | 20050603 | ||||
| 2 | IS_BUPA_DATA | Call by reference | Type reference (TYPE) | DPR_TS_XML_RES_ASSGNMNT_TYPE | 20050603 | ||||
| 3 | IS_ROLE_DATA | Call by reference | Type reference (TYPE) | DPR_TS_PART_CHG | 20050603 |
Method ADD_BUPA_DISTRIBUTION on class CL_DPR_XML2CPR_UPD has no exception.
Method ADD_ROLE_DISTRIBUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROLE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PARTICIPANT | 20050603 | ||||
| 2 | IS_ROLE_DATA | Call by reference | Type reference (TYPE) | DPR_TS_XML_PROJECT_ROLE_TYPE | 20050603 |
Method ADD_ROLE_DISTRIBUTION on class CL_DPR_XML2CPR_UPD has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INTEGRATION_PARAMETER | Value transfer | Type reference (TYPE) | DPR_TS_INTEGRATION_PARAMETERS | Calling Application (Special Case MSP) | 20081027 | |||
| 2 | IT_PROJECTS | Call by reference | Type reference (TYPE) | DPR_TT_XML_PROJECTS_TYPE | Komplexer Datentyp ProjectsType aus XML-Schema | 20050302 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | STRING | Calling Application (Special Case MSP) | 20091120 | |||
| 4 | IV_OBJECT_TYPE | Value transfer | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20050302 | |||
| 5 | IV_UPDATE | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20050302 |
Method CONSTRUCTOR on class CL_DPR_XML2CPR_UPD has no exception.
Method CREATE_PROJECT_FROM_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CREATE_COPY_LINKS | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | 20050225 | |||
| 2 | IV_EXT_CALL | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = externer Aufruf | 20080704 | |||
| 3 | RR_PROJECT | Value transfer | Object reference (TYPE REF TO) | IF_DPR_COMMON | 20050225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050225 |
Method DELETE_CHECKLISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE_O | 20050305 | ||||
| 2 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT_O | 20050305 | ||||
| 3 | IT_CHECKLISTS | Call by reference | Type reference (TYPE) | DPR_TT_XML_CHECKLISTS_TYPE | 20050305 |
Method DELETE_CHECKLISTS on class CL_DPR_XML2CPR_UPD has no exception.
Method DELETE_CHECKLIST_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | 20050305 | ||||
| 2 | IT_CHECKLIST_ITEMS | Call by reference | Type reference (TYPE) | DPR_TT_XML_CHECKLISTITEMS_TYPE | 20050305 |
Method DELETE_CHECKLIST_ITEMS on class CL_DPR_XML2CPR_UPD has no exception.
Method DELETE_PHASES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050305 | ||||
| 2 | IT_PHASES | Call by reference | Type reference (TYPE) | DPR_TT_XML_PHASES_TYPE | 20050305 |
Method DELETE_PHASES on class CL_DPR_XML2CPR_UPD has no exception.
Method DELETE_RESOURCE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROLE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PARTICIPANT | 20050523 | ||||
| 2 | IT_RESOURCE_ASSIGNMENTS | Call by reference | Type reference (TYPE) | DPR_TT_XML_RES_ASSGNMNTS_TYPE | 20050523 |
Method DELETE_RESOURCE_ASSIGNMENTS on class CL_DPR_XML2CPR_UPD has no exception.
Method DELETE_ROLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050303 | ||||
| 2 | IT_ROLES | Call by reference | Type reference (TYPE) | DPR_TT_XML_PROJECT_ROLES_TYPE | 20050303 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051018 |
Method DELETE_ROLE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | 20051107 | ||||
| 2 | IT_ROLE_ASSIGNMENTS | Call by reference | Type reference (TYPE) | DPR_TT_XML_ROLE_ASSGNMNTS_TYPE | 20051107 |
Method DELETE_ROLE_ASSIGNMENTS on class CL_DPR_XML2CPR_UPD has no exception.
Method DELETE_TASKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHECKLIST_ITEM | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_ITEM | 20050303 | ||||
| 2 | IR_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE | 20050303 | ||||
| 3 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050303 | ||||
| 4 | IT_TASKS | Call by reference | Type reference (TYPE) | DPR_TT_XML_TASKS_TYPE | 20050303 | ||||
| 5 | IV_PARENT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | 20050303 |
Method DELETE_TASKS on class CL_DPR_XML2CPR_UPD has no exception.
Method FILL_CHG_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ATTRIBUTES_NEW | Call by reference | Object reference (TYPE REF TO) | DATA | 20050225 | ||||
| 2 | IR_COMMON | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | 20050225 |
Method FILL_CHG_STRUCTURE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_CHECKLIST_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_CHECKLIST | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | 20050526 | ||||
| 2 | EV_NEW | Call by reference | Type reference (TYPE) | XFELD | 20050526 | ||||
| 3 | IR_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE_O | 20050305 | ||||
| 4 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT_O | 20050305 | ||||
| 5 | IS_CHECKLIST | Call by reference | Type reference (TYPE) | DPR_TS_XML_CHECKLIST_DATA_TYPE | 20050526 |
Method GET_CHECKLIST_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_CHECKLIST_ITEM_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_CHECKLIST_ITEM | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_ITEM | 20050526 | ||||
| 2 | EV_NEW | Call by reference | Type reference (TYPE) | XFELD | 20050526 | ||||
| 3 | IR_CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | 20050305 | ||||
| 4 | IS_CHECKLIST_ITEM | Call by reference | Type reference (TYPE) | DPR_TS_XML_CHKLIST_I_DATA_TYPE | 20050526 |
Method GET_CHECKLIST_ITEM_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_CP_PROJECT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CP_PROJECT | Call by reference | Type reference (TYPE) | DPR_TT_XML_PROJECTS_TYPE | 20050519 |
Method GET_CP_PROJECT_DATA on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_EXISTING_CHECKLIST_INST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECKLIST_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | 20050526 | ||||
| 2 | RR_CHECKLIST | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | 20050526 |
Method GET_EXISTING_CHECKLIST_INST on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_EXISTING_ITEM_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ITEM_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | 20050526 | ||||
| 2 | RR_CHECKLIST_ITEM | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_ITEM | 20050526 |
Method GET_EXISTING_ITEM_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_EXISTING_PHASE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | 20050523 | ||||
| 2 | RR_PHASE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_PHASE_O | 20050523 |
Method GET_EXISTING_PHASE_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_EXISTING_ROLE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROLE_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | 20050523 | ||||
| 2 | RR_ROLE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_PARTICIPANT | 20050523 |
Method GET_EXISTING_ROLE_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_EXISTING_TASK_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | 20050522 | ||||
| 2 | RR_TASK | Value transfer | Object reference (TYPE REF TO) | CL_DPR_TASK | 20050522 |
Method GET_EXISTING_TASK_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBL_GROUPING | Call by reference | Type reference (TYPE) | DPR_TV_OBL_GROUP | 20050427 | ||||
| 2 | RT_MAPPING | Value transfer | Type reference (TYPE) | DPR_TT_USED_FIELDS_IN_MAPPING | Mapping of SAP Fields with MS Project Attributes | 20050225 |
Method GET_MAPPING on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_PHASE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_PHASE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_PHASE_O | 20050523 | ||||
| 2 | EV_NEW | Call by reference | Type reference (TYPE) | XFELD | 20050523 | ||||
| 3 | IR_PRED_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE | 20050622 | ||||
| 4 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050305 | ||||
| 5 | IS_PHASE | Call by reference | Type reference (TYPE) | DPR_TS_XML_PHASE_DATA_TYPE | 20050523 |
Method GET_PHASE_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_ROLE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_ROLE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_PARTICIPANT | 20050523 | ||||
| 2 | EV_NEW | Call by reference | Type reference (TYPE) | XFELD | 20050523 | ||||
| 3 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050305 | ||||
| 4 | IS_ROLE_DATA | Call by reference | Type reference (TYPE) | DPR_TS_XML_PROJ_ROLE_DATA_TYPE | 20050523 |
Method GET_ROLE_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_TASK_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | 20050522 | ||||
| 2 | EV_NEW | Call by reference | Type reference (TYPE) | XFELD | 20050522 | ||||
| 3 | IR_CHECKLIST_ITEM | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_ITEM | 20050303 | ||||
| 4 | IR_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE | 20050303 | ||||
| 5 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050303 | ||||
| 6 | IR_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | 20050303 | ||||
| 7 | IS_TASK | Call by reference | Type reference (TYPE) | DPR_TS_XML_TASK_DATA_TYPE | 20050522 |
Method GET_TASK_INSTANCE on class CL_DPR_XML2CPR_UPD has no exception.
Method GET_TOP_LEVEL_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_COMMON | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | 20050225 | ||||
| 2 | RV_GUID_PRJ | Value transfer | Type reference (TYPE) | DPR_TV_GUID | 20050225 |
Method GET_TOP_LEVEL_GUID on class CL_DPR_XML2CPR_UPD has no exception.
Method PERFORM_XSLT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PROJECT_ID | Call by reference | Type reference (TYPE) | DPR_TV_PROJECT_ID | 20050225 | ||||
| 2 | EV_VERSION | Call by reference | Type reference (TYPE) | CGPL_TV_VERSION | 20050225 | ||||
| 3 | EV_XML | Call by reference | Type reference (TYPE) | STRING | 20050225 | ||||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | 20050225 | ||||
| 5 | IV_XML | Call by reference | Type reference (TYPE) | XSTRING | 20050225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050225 |
Method PREPARE_RELATIONSHIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | 20050225 | ||||
| 2 | IT_RELATIONSHIPS | Call by reference | Type reference (TYPE) | DPR_TT_XML_RELATIONSHIPS_TYPE | 20050225 | ||||
| 3 | IV_GUID_OLD | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | 20050225 |
Method PREPARE_RELATIONSHIPS on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_CHECKLISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE_O | 20050225 | ||||
| 2 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT_O | 20050225 | ||||
| 3 | IT_CHECKLISTS | Call by reference | Type reference (TYPE) | DPR_TT_XML_CHECKLISTS_TYPE | 20050225 |
Method PROCESS_CHECKLISTS on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_CHECKLIST_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | 20050225 | ||||
| 2 | IR_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE | 20050328 | ||||
| 3 | IT_CHECKLIST_ITEMS | Call by reference | Type reference (TYPE) | DPR_TT_XML_CHECKLISTITEMS_TYPE | 20050225 |
Method PROCESS_CHECKLIST_ITEMS on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_OBJECT_LINK_PROJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050613 | ||||
| 2 | IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | CGPL_EXTID | 20050614 |
Method PROCESS_OBJECT_LINK_PROJ on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_OBJECT_LINK_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROLE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PARTICIPANT | 20050613 | ||||
| 2 | IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | CGPL_EXTID | 20050614 |
Method PROCESS_OBJECT_LINK_ROLE on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_OBJECT_LINK_TASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | 20050613 | ||||
| 2 | IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | CGPL_EXTID | 20050614 |
Method PROCESS_OBJECT_LINK_TASK on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_PHASES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050225 | ||||
| 2 | IT_PHASES | Call by reference | Type reference (TYPE) | DPR_TT_XML_PHASES_TYPE | 20050225 |
Method PROCESS_PHASES on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_PROJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PROJECT | Call by reference | Type reference (TYPE) | DPR_TT_XML_PROJECTS_TYPE | 20050225 | ||||
| 2 | IV_EXT_CALL | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = externer Aufruf | 20080704 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | 20050225 | ||||
| 4 | RR_PROJECT | Value transfer | Object reference (TYPE REF TO) | IF_DPR_COMMON | 20050225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050225 |
Method PROCESS_PROJECT_AUTHORIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | 20050616 | ||||
| 2 | IV_PROJECT_ID | Call by reference | Type reference (TYPE) | DPR_TV_PROJECT_ID | 20050615 |
Method PROCESS_PROJECT_AUTHORIZATION on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_PROJECT_ROLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050225 | ||||
| 2 | IT_PROJECT_ROLES | Call by reference | Type reference (TYPE) | DPR_TT_XML_PROJECT_ROLES_TYPE | 20050225 |
Method PROCESS_PROJECT_ROLES on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_RELATIONSHIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXT_CALL | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = externer Aufruf | 20080704 |
Method PROCESS_RELATIONSHIPS on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_RESOURCE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROLE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PARTICIPANT | 20050523 | ||||
| 2 | IT_RESOURCE_ASSIGNMENTS | Call by reference | Type reference (TYPE) | DPR_TT_XML_RES_ASSGNMNTS_TYPE | 20050225 |
Method PROCESS_RESOURCE_ASSIGNMENTS on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_ROLE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | 20050225 | ||||
| 2 | IT_ROLE_ASSIGNMENTS | Call by reference | Type reference (TYPE) | DPR_TT_XML_ROLE_ASSGNMNTS_TYPE | 20050225 |
Method PROCESS_ROLE_ASSIGNMENTS on class CL_DPR_XML2CPR_UPD has no exception.
Method PROCESS_TASKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHECKLIST_ITEM | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_ITEM | 20050225 | ||||
| 2 | IR_PHASE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PHASE | 20050225 | ||||
| 3 | IR_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PROJECT | 20050225 | ||||
| 4 | IR_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | 20050225 | ||||
| 5 | IT_TASKS | Call by reference | Type reference (TYPE) | DPR_TT_XML_TASKS_TYPE | 20050225 | ||||
| 6 | IV_PARENT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | '00000000000000000000000000000000' | 20050225 |
Method PROCESS_TASKS on class CL_DPR_XML2CPR_UPD has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_STATUS_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_STATUS_ELEMENT | 20051123 | ||||
| 2 | IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | 20051123 | ||||
| 3 | IV_SET_STATUS | Call by reference | Type reference (TYPE) | BOOLE_D | 20051123 | ||||
| 4 | IV_STATUS | Call by reference | Type reference (TYPE) | J_ISTAT | 20051123 | ||||
| 5 | RV_RC | Value transfer | Type reference (TYPE) | I | 20051123 |
Method SET_STATUS on class CL_DPR_XML2CPR_UPD has no exception.
Event Signatures
Event CX_DPR_XML2CPR_ERROR Signature
Event CX_DPR_XML2CPR_ERROR on class CL_DPR_XML2CPR_UPD has no parameter.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |