SAP ABAP Class CL_DPR_BW_EXTRACT_TRANSACT (Class with Methods for BW Extraction)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-BW (Application Component) BW Interface
     DEVELOPMENT_PROJECTS_BW (Package) Project Management - BW Extractor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DPR_BW_EXTRACT 20020624
Properties
Class CL_DPR_BW_EXTRACT_TRANSACT  
Short Description Class with Methods for BW Extraction    
Super Class CL_DPR_BW_EXTRACT  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_BW   Project Management - BW Extractor 
Created 20020617   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DPR_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SBIWA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DPR_BW_EXTRACT_TRANSACT has no interface implemented.
Friends
Class CL_DPR_BW_EXTRACT_TRANSACT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CHECKLIST_DATE Instance attribute Private Type reference (TYPE) DPR_TT_BW_DATE_ORG Table with Checklist Transaction Data 20020619
2 MT_CL_ITEM_DATE Instance attribute Private Type reference (TYPE) DPR_TT_BW_DATE_ORG Table with Checklist Items Transaction Data 20020619
3 MT_DOCUMENTS Instance attribute Private Type reference (TYPE) EDMS_TT_DOCUMENT_ID EDMS: List of Documents 20020619
4 MT_PARTICIPANT_DATE Instance attribute Private Type reference (TYPE) DPR_TT_BW_DATE_ORG Table with Project Participant Transaction Data 20020619
5 MT_PHASE_DATE Instance attribute Private Type reference (TYPE) DPR_TT_BW_DATE_ORG Table with Phase Transaction Data 20020619
6 MT_PROJECT_GUID Instance attribute Private Type reference (TYPE) DPR_TT_GUIDS Table Type for GUIDs 20020617
7 MT_SELECT Instance attribute Private Type reference (TYPE) SBIWA_T_SELECT Values of the Selected Attributes 20020617
8 MT_TASK_DATE Instance attribute Private Type reference (TYPE) DPR_TT_BW_DATE_ORG Table with Task Transaction Data 20020619
9 MV_CURSOR_PROJECT Instance attribute Private Type reference (TYPE) CURSOR Cursor on Project Table 20020619
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020617
2 GET_CHECKLIST_DATE Instance method Public Method Access to Checklist Transaction Data 20020619
3 GET_CHECKLIST_ITEM_DATE Instance method Public Method Access to Checklist Item Transaction Data 20020619
4 GET_PARTICIPANT_DATE Instance method Public Method Access to Project Participant Transaction Data 20020619
5 GET_PHASE_DATE Instance method Public Method Access to Phase Transaction Data 20020619
6 GET_TASK_DATE Instance method Public Method Access to Task Transaction Data 20020619
7 INITIALIZE Instance method Public Method Reset Variables Used 20051111
8 READ_CHECKLIST_H_DATE Instance method Public Method Fill Table with Transaction Data for Checklists 20020627
9 READ_CHECKLIST_ITEM_DATE Instance method Public Method Fill Table with Transaction Data for Checklists Items 20020627
10 READ_PARTICIPANT_DATE Instance method Public Method Fill Table with Transaction Data for Project Participants 20020627
11 READ_PHASE_DATE Instance method Public Method Fill Table with Transaction Data for Phases 20020627
12 READ_PROJECT_DATE Instance method Public Method Transaction Data: Project Definition Dates 20020619
13 READ_TASK_DATE Instance method Public Method Fill Table with Transaction Data for Tasks 20020619
Events
Class CL_DPR_BW_EXTRACT_TRANSACT has no event.
Types
Class CL_DPR_BW_EXTRACT_TRANSACT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDS Call by reference Type reference (TYPE) SBIWA_T_FIELDS 20020617
2 Importing IV_MAXSIZE Call by reference Type reference (TYPE) RSMAXSIZE Max. Anzahl Tabelleneinträge in Extraction-API-Schnittstelle 20020617
3 Importing IV_SELECT Call by reference Type reference (TYPE) SBIWA_T_SELECT 20020617

Method CONSTRUCTOR on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.

Method GET_CHECKLIST_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHECKLIST_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table type to transfer phase attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020619
# Exception Resumable Description Created on
1 NO_MORE_DATA NO_MORE_DATA 20020619

Method GET_CHECKLIST_ITEM_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHECKLIST_ITEM_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table type to transfer phase attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020619
# Exception Resumable Description Created on
1 NO_MORE_DATA NO_MORE_DATA 20020619

Method GET_PARTICIPANT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARTICIPANT_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table type to transfer phase attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020619
# Exception Resumable Description Created on
1 NO_MORE_DATA NO_MORE_DATA 20020619

Method GET_PHASE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PHASE_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table type to transfer phase attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020619
# Exception Resumable Description Created on
1 NO_MORE_DATA NO_MORE_DATA 20020619

Method GET_TASK_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TASK_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table type to transfer phase attributes to BW 20020619
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020619
# Exception Resumable Description Created on
1 NO_MORE_DATA NO_MORE_DATA 20020619

Method INITIALIZE Signature

Method INITIALIZE on class CL_DPR_BW_EXTRACT_TRANSACT has no parameter.
Method INITIALIZE on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.

Method READ_CHECKLIST_H_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHECKLIST_H_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table to transfer project attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020627

Method READ_CHECKLIST_H_DATE on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.

Method READ_CHECKLIST_ITEM_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHECKLIST_ITEM_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table to transfer project attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020627

Method READ_CHECKLIST_ITEM_DATE on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.

Method READ_PARTICIPANT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARTICIPANT_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table to transfer project attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020627

Method READ_PARTICIPANT_DATE on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.

Method READ_PHASE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PHASE_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table to transfer project attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020627

Method READ_PHASE_DATE on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.

Method READ_PROJECT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROJECT_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table to transfer project attributes to BW 20020619
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020619

Method READ_PROJECT_DATE on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.

Method READ_TASK_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TASK_DATE Call by reference Type reference (TYPE) DPR_TT_BW_DATE Table to transfer project attributes to BW 20020627
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020619

Method READ_TASK_DATE on class CL_DPR_BW_EXTRACT_TRANSACT has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200