SAP ABAP Class CL_DPR_EXTRACT_ATTRIBUTES (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 20020620
Properties
Class CL_DPR_EXTRACT_ATTRIBUTES  
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 20020610   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_EXTRACT_ATTRIBUTES has no interface implemented.
Friends
Class CL_DPR_EXTRACT_ATTRIBUTES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_APPROVAL_ORG_ATTR Instance attribute Private Type reference (TYPE) DPR_TT_BW_APPROVALS_ORG Internal Table with Release Attributes 20020625
2 MT_CHECKLIST_ATTR Instance attribute Private Type reference (TYPE) DPR_TT_BW_CHECKLISTS Internal Table with Checklist Attributes 20020613
3 MT_CL_ITEM_ATTR Instance attribute Private Type reference (TYPE) DPR_TT_BW_CHECKLIST_ITEMS Internal Table with Checklist Items Attributes 20020614
4 MT_DOCUMENTS Instance attribute Private Type reference (TYPE) EDMS_TT_DOCUMENT_ID EDMS: List of Documents 20020612
5 MT_IND_APPROVAL_ORG_ATTR Instance attribute Private Type reference (TYPE) DPR_TT_BW_IND_APPROVAL_ORG Internal Table with Individual Release Attributes 20020625
6 MT_PARTICIPANT_ATTR Instance attribute Private Type reference (TYPE) DPR_TT_BW_PARTICIPANTS Internal Table with Project Participant Attributes 20020617
7 MT_PHASE_ATTR Instance attribute Private Type reference (TYPE) DPR_TT_BW_PHASES Internal Table with Phase Attributes 20020613
8 MT_PHASE_INSTIDS Instance attribute Private Type reference (TYPE) TT_INSTID Internal Table with INSTIDS of Phases 20020620
9 MT_PROJECT_GUID Instance attribute Private Type reference (TYPE) DPR_TT_GUIDS Internal Table for Projects 20020613
10 MT_TASK_ATTR Instance attribute Private Type reference (TYPE) DPR_TT_BW_TASKS Internal Table with Task Attributes 20020614
11 MV_CURSOR_PROJECT Instance attribute Private Type reference (TYPE) CURSOR Cursor on Project Table 20020613
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020610
2 GET_APPROVAL_ATTR Instance method Public Method Access to Release Attributes 20020624
3 GET_CHECKLIST_ATTR Instance method Public Method Access to Checklist Release Attributes 20020613
4 GET_CHECKLIST_ITEM_ATTR Instance method Public Method Access to Checklist Item Attributes 20020614
5 GET_DOCUMENTS_ATTR Instance method Public Method Access to Document Attributes 20020612
6 GET_IND_APPROVAL_ATTR Instance method Public Method Access to Individual Release Attributes 20020625
7 GET_PARTICIPANT_ATTR Instance method Public Method Access to Project Participant Attributes 20020614
8 GET_PHASE_ATTR Instance method Public Method Access to Phase Attributes 20020613
9 GET_TASK_ATTR Instance method Public Method Access to Task Attributes 20020614
10 INCREMENT_COUNTRECORDS Instance method Public Method Increase the Variable COUNTRECORDS 20020610
11 READ_ALL_DOCUMENTS Instance method Public Method Fill Internal Table with Documents 20020617
12 READ_APPROVAL_ATTR Instance method Public Method Fill Internal Table with Releases 20020624
13 READ_CHECKLIST_H_ATTR Instance method Public Method Fill Internal Table with Checklists 20020613
14 READ_CHECKLIST_ITEM_ATTR Instance method Public Method Fill Internal Table with Checklist Items 20020614
15 READ_DOCUMENTS Instance method Public Method Read Documents 20020612
16 READ_DOC_CHILDREN Instance method Private Method Read Lower-Level Documents in the Structure 20020612
17 READ_IND_APPROVAL_ATTR Instance method Public Method Fill Internal Table with Individual Releases 20020625
18 READ_PARTICIPANT_ATTR Instance method Public Method Fill Internal Table with Participants 20020618
19 READ_PHASE_ATTR Instance method Public Method Fill Internal Table with Phases 20020613
20 READ_PROJECT_ATTR Instance method Public Method Read Project Attributes 20020613
21 READ_TASK_ATTR Instance method Public Method Fill Internal Table with Tasks 20020614
Events
Class CL_DPR_EXTRACT_ATTRIBUTES has no event.
Types
Class CL_DPR_EXTRACT_ATTRIBUTES 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 20020610
2 Importing IV_MAXSIZE Call by reference Type reference (TYPE) RSMAXSIZE Max. Anzahl Tabelleneinträge in Extraction-API-Schnittstelle 20020610
3 Importing IV_SELECT Call by reference Type reference (TYPE) SBIWA_T_SELECT 20020610

Method CONSTRUCTOR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method GET_APPROVAL_ATTR Signature

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

Method GET_CHECKLIST_ATTR Signature

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

Method GET_CHECKLIST_ITEM_ATTR Signature

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

Method GET_DOCUMENTS_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DOC_ATTRIBUTES Value transfer Type reference (TYPE) DPR_TT_BW_DOCUMENTS Table to transfer documents to BW 20020613
2 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020612
# Exception Resumable Description Created on
1 NO_MORE_DATA NO_MORE_DATA 20020612

Method GET_IND_APPROVAL_ATTR Signature

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

Method GET_PARTICIPANT_ATTR Signature

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

Method GET_PHASE_ATTR Signature

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

Method GET_TASK_ATTR Signature

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

Method INCREMENT_COUNTRECORDS Signature

Method INCREMENT_COUNTRECORDS on class CL_DPR_EXTRACT_ATTRIBUTES has no parameter.
Method INCREMENT_COUNTRECORDS on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_ALL_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020617

Method READ_ALL_DOCUMENTS on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_APPROVAL_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020624

Method READ_APPROVAL_ATTR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_CHECKLIST_H_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020613

Method READ_CHECKLIST_H_ATTR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_CHECKLIST_ITEM_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020614

Method READ_CHECKLIST_ITEM_ATTR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020612

Method READ_DOCUMENTS on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_DOC_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DOCUMENTS Call by reference Type reference (TYPE) EDMS_TT_DOCUMENT_ID EDMS: Liste von Dokumenten 20020612

Method READ_DOC_CHILDREN on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_IND_APPROVAL_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020625

Method READ_IND_APPROVAL_ATTR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_PARTICIPANT_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020618

Method READ_PARTICIPANT_ATTR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_PHASE_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020613

Method READ_PHASE_ATTR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_PROJECT_ATTR Signature

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

Method READ_PROJECT_ATTR on class CL_DPR_EXTRACT_ATTRIBUTES has no exception.

Method READ_TASK_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINALIZE Call by reference Type reference (TYPE) ABACHAR01 Characterfeld Länge 1 20020614

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