SAP ABAP Interface IF_EVE_VIEW (Interface for Access to View Data)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-EVA (Application Component) Evaluations
     EVE_CORE (Package) Evaluation Engine - Core Application
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EVE_VIEW Evaluation Data 20020403
Properties
Interface IF_EVE_VIEW  
Short Description Interface for Access to View Data    
General Data
Package EVE_CORE   Evaluation Engine - Core Application 
Created 20020307   SAP 
Last changed 20141109    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_EVE_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Interface IF_EVE_VIEW has no interface.
Friends
Interface IF_EVE_VIEW has no friend.
Attributes
Interface IF_EVE_VIEW has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_AS_SPREADSHEET_WITH_HIER Instance method Public Method Daten als Tabellenkalkulation zurückgeben (mit Ebenen) 20091116
2 GET_ATTRIBUTE_ITERATOR Instance method Public Method Iterator for View Attributes 20020516
3 GET_DATA_AS_SPREADSHEET_TEXT Instance method Public Method Return Data as Spreadsheet 20040101
4 GET_DATA_REF_TABLE Instance method Public Method Return View Data Table Work Area (Empty) 20020610
5 GET_DATA_REF_WORKAREA Instance method Public Method Return View Data Work Area (Empty) 20020610
6 GET_DESCRIPTION Instance method Public Method Description of View 20020522
7 GET_EXTRACTION_INFO Instance method Public Method Extraction Information 20020524
8 GET_ITERATOR Instance method Public Method Iterator for View Objects/Rows 20020516
9 GET_OBJECT_VIOLATIONS Instance method Public Method Threshold Value Violations for a View Object 20020617
10 GET_ROOT_OBJECT Instance method Public Method Root Object 20020523
11 GET_VIEW_ATTR_ICON_MAPPING Instance method Public Method Return All Mappings for View 20041229
12 GET_VIEW_INFO Instance method Public Method View Information 20020605
13 GET_VIOLATIONS Instance method Public Method Threshold Value Violations for View 20020617
14 LOAD_FROM_EXTRACT Instance method Public Method Load View from Database Extract (New) 20020516
15 READ_FROM_SOURCE Instance method Public Method View from Source (Reread) 20020516
16 REFRESH Instance method Public Method Reset View Data 20020516
Events
Interface IF_EVE_VIEW has no event.
Types
Interface IF_EVE_VIEW has no local type.
Method Signatures

Method GET_AS_SPREADSHEET_WITH_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20091116
2 Importing IT_OBJECTS Call by reference Type reference (TYPE) EVE_TT_EXP_HIERARCHY_EXCEL Tabelle GUID/Ebene 20091116
3 Importing IV_FORMAT Call by reference Type reference (TYPE) CHAR3 CL_EVE_CO=>SC_SPREADSHEET_FORMAT_CSV Feld der Laenge 3 Bytes 20091116
4 Importing IV_WITH_HEADER Call by reference Type reference (TYPE) EVE_TV_BOOLE CL_EVE_CO=>SC_TRUE Kennzeichen: Wahr/Ja; Falsch/Nein 20091116

Method GET_AS_SPREADSHEET_WITH_HIER on Interface IF_EVE_VIEW has no exception.

Method GET_ATTRIBUTE_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ITERATOR Value transfer Object reference (TYPE REF TO) IF_EVE_DATA_ATTRIBUTE_ITERATOR Iterator für Daten Attribute 20020516

Method GET_ATTRIBUTE_ITERATOR on Interface IF_EVE_VIEW has no exception.

Method GET_DATA_AS_SPREADSHEET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING Rückgabe als String 20040101
2 Importing IT_OBJECTS Call by reference Type reference (TYPE) EVE_TT_OBJECT_GUID Einschränkung auf Objektliste 20040101
3 Importing IV_FORMAT Call by reference Type reference (TYPE) CHAR3 CL_EVE_CO=>SC_SPREADSHEET_FORMAT_CSV Format: CSV (Comma Separated); TAB (Tabulator Separated) 20051025
4 Importing IV_WITH_HEADER Call by reference Type reference (TYPE) EVE_TV_BOOLE CL_EVE_CO=>SC_TRUE Mit Spaltenüberschriften 20040101

Method GET_DATA_AS_SPREADSHEET_TEXT on Interface IF_EVE_VIEW has no exception.

Method GET_DATA_REF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DATA_TABLE Value transfer Object reference (TYPE REF TO) DATA 20020610

Method GET_DATA_REF_TABLE on Interface IF_EVE_VIEW has no exception.

Method GET_DATA_REF_WORKAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20020610

Method GET_DATA_REF_WORKAREA on Interface IF_EVE_VIEW has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING 20020522

Method GET_DESCRIPTION on Interface IF_EVE_VIEW has no exception.

Method GET_EXTRACTION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXTRACTED_BY Call by reference Type reference (TYPE) XUBNAME User der die Daten extrahiert hat 20020524
2 Exporting EV_EXTRACTED_ON Call by reference Type reference (TYPE) TIMESTAMP Zeitstempel der Extraktion 20020524
3 Exporting EV_IS_ACTUAL Call by reference Type reference (TYPE) EVE_TV_BOOLE Herkunft: 'X' = Aktuelle Daten, space = Extrakt 20020524

Method GET_EXTRACTION_INFO on Interface IF_EVE_VIEW has no exception.

Method GET_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ITERATOR Value transfer Object reference (TYPE REF TO) IF_EVE_OBJECT_VIEW_ITERATOR Interface: Iterator für Objektdaten im View 20020516

Method GET_ITERATOR on Interface IF_EVE_VIEW has no exception.

Method GET_OBJECT_VIOLATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) EVE_TV_OBJECT_GUID GUID eines Anwendungsobjekts 20020617
2 Returning RR_VIOLATIONS Value transfer Object reference (TYPE REF TO) IF_EVE_THLD_VIOLATIONS Tabelle über Collection von Schwellenwertv. (externes IF) 20020617

Method GET_OBJECT_VIOLATIONS on Interface IF_EVE_VIEW has no exception.

Method GET_ROOT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ROOT Value transfer Object reference (TYPE REF TO) IF_EVE_OBJECT_VIEW Interface Lesezugriff auf Datenobjekte im View 20020523

Method GET_ROOT_OBJECT on Interface IF_EVE_VIEW has no exception.

Method GET_VIEW_ATTR_ICON_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ICON_MAPPING Value transfer Type reference (TYPE) EVE_TT_ATTR_ICON_MAPPING Mapping: Tabelle Zuordnung Feldwert zu Ikone 20041229

Method GET_VIEW_ATTR_ICON_MAPPING on Interface IF_EVE_VIEW has no exception.

Method GET_VIEW_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPLICATION Call by reference Type reference (TYPE) EVE_TV_APPLICATION Anwendung der Evaluation Engine 20020724
2 Exporting EV_ROOT_OBJECT_GUID Call by reference Type reference (TYPE) EVE_TV_ROOT_OBJECT_GUID GUID des Wurzelobjekts einer Anwendungshierarchie 20020605
3 Exporting EV_VIEW Call by reference Type reference (TYPE) EVE_TV_VIEW Layout für die Sicht der Evaluation Engine 20020605

Method GET_VIEW_INFO on Interface IF_EVE_VIEW has no exception.

Method GET_VIOLATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VIOLATIONS Call by reference Type reference (TYPE) EVE_TT_THLD_VIOLATIONS_IF Tabelle über Collection von Schwellenwertv. (externes IF) 20020617

Method GET_VIOLATIONS on Interface IF_EVE_VIEW has no exception.

Method LOAD_FROM_EXTRACT Signature

Method LOAD_FROM_EXTRACT on Interface IF_EVE_VIEW has no parameter.
Method LOAD_FROM_EXTRACT on Interface IF_EVE_VIEW has no exception.

Method READ_FROM_SOURCE Signature

Method READ_FROM_SOURCE on Interface IF_EVE_VIEW has no parameter.
Method READ_FROM_SOURCE on Interface IF_EVE_VIEW has no exception.

Method REFRESH Signature

Method REFRESH on Interface IF_EVE_VIEW has no parameter.
Method REFRESH on Interface IF_EVE_VIEW has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 100