SAP ABAP Class CL_DPR_UI_LOG_STATUS_REPORTS (Logic Class Status Reports)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO (Application Component) Project Management
     DEVELOPMENT_PROJECTS_UI_LOGIC (Package) Project Management UI Data Formatting
Properties
Class CL_DPR_UI_LOG_STATUS_REPORTS  
Short Description Logic Class Status Reports    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_UI_LOGIC   Project Management UI Data Formatting 
Created 20050531   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DPR_UI_LOG_STATUS_REPORTS has no interface implemented.
Friends
Class CL_DPR_UI_LOG_STATUS_REPORTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_FORM_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_DPR_FORM_MANAGER Development Projects: Form Manager 20050606
2 SC_DETAIL_CHANGE Constant Public Type reference (TYPE) INT4 22 Natural Number 20050614
3 SC_DETAIL_CREATE Constant Public Type reference (TYPE) INT4 11 Natural Number 20050614
4 SC_DETAIL_CREATE_TRANSFER Constant Public Type reference (TYPE) INT4 12 Natural Number 20050614
5 SC_DETAIL_CREATE_WO_T Constant Public Type reference (TYPE) INT4 13 Natural Number 20050614
6 SC_DETAIL_CREATE_W_EXT Constant Public Type reference (TYPE) INT4 14 Natural Number 20050614
7 SC_DETAIL_CREATE_W_T Constant Public Type reference (TYPE) INT4 15 Natural Number 20050614
8 SC_DETAIL_MAIL Constant Public Type reference (TYPE) INT4 16 Natural Number 20050607
9 SC_DETAIL_NEWSTATUSREPORT Constant Public Type reference (TYPE) INT4 17 Natural Number 20050606
10 SC_DETAIL_STATUSREPORTPREVIEW Constant Public Type reference (TYPE) INT4 19 Natural Number 20050606
11 SC_DETAIL_THRESHOLD Constant Public Type reference (TYPE) INT4 20 Natural Number 20050607
12 SC_DETAIL_TRANSFER Constant Public Type reference (TYPE) INT4 21 Natural Number 20050614
13 SC_VIEWSET_BOM Constant Public Type reference (TYPE) INT4 11 Natural Number 20050607
14 SC_VIEWSET_INITIAL Constant Public Type reference (TYPE) INT4 13 Natural Number 20050607
15 SC_VIEWSET_OBL_DETAIL Constant Public Type reference (TYPE) INT4 14 Natural Number 20050613
16 SC_VIEWSET_OBL_TABLE Constant Public Type reference (TYPE) INT4 15 Natural Number 20050607
17 SC_VIEWSET_TREE Constant Public Type reference (TYPE) INT4 16 Natural Number 20050620
18 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DPR_UI_LOG_STATUS_REPORTS Logic Class Status Reports 20050606
19 ST_RECIPIENT_TYPES Static Attribute Private Type reference (TYPE) SHSVALTAB Business Server Pages (BSP) Value List Search Help 20050621
20 SV_EDMS_SUBAPPLICATION Static Attribute Private Type reference (TYPE) EDMS_TV_SUBAPPLICATION Subapplication for EDMS 20050606
21 SV_IS_ACTIVE Static Attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement f. Genuine Boolean Type: 'X' == True '' == False 20050627
22 SV_PROJECT_ROOT Instance attribute Private Type reference (TYPE) STRING 20050607
23 SV_PSR_SCENARIO Static Attribute Private Type reference (TYPE) STRING 20050621
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_RECIPIENT Instance method Public Method Existence for Recipient 20050623
2 CONSTRUCTOR Instance method Public Constructor 20050607
3 CREATE_DOC_IN_FOL Instance method Public Method Create Document in Folder 20050606
4 CREATE_FOLDER_IN_FOLDER Instance method Public Method Create Folder in a Different Folder 20050606
5 CREATE_STATUS_REPORT_AND_OBL Instance method Public Method Create Status Report and DMS Link 20050621
6 CREATE_STATUS_REPORT_WO_LINK Instance method Public Method Create New Status Report in Document Structure 20050622
7 GET_CHILD_DOCUMENTS Instance method Private Method 20050908
8 GET_DATA_FOR_NEW Instance method Public Method Name Proposals, Parent Folder 20050609
9 GET_DMS_BOM_FCB Instance method Public Method Field Controls for Actions (Buttons) in BOM 20050816
10 GET_DMS_OBJLINK_FCB Instance method Public Method Field Controls for Actions (Buttons) in DMS ObjectLink Table 20050624
11 GET_DOCUMENTS_FOR_BASEOBJ Instance method Public Method Read Documents 20050605
12 GET_DOC_FCB Instance method Public Method Field Controls for Actions (Buttons) in Document 20050624
13 GET_DOC_FCB_BASE Instance method Public Method Field Controls for Actions (Buttons) in Project Element 20050624
14 GET_FCB_LIST Instance method Private Method 20050624
15 GET_FORM Instance method Public Method Supplies Templates 20050606
16 GET_HELP_LINK_FOR_DOCS Instance method Public Method Help Link for Docu 20050817
17 GET_INSTANCE Static method Public Method Access to Singleton 20050606
18 GET_MAIL_ADDRESSES Instance method Public Method Supplies Mail Addresses for Recipients 20050623
19 GET_MAIL_CONTENT Instance method Public Method Content for Sending Status Reports 20050629
20 GET_MAIL_FCB Instance method Public Method Field Controls for Actions (Buttons) in Document 20050624
21 GET_NAME_FOR_NEW_PSR Instance method Public Method Supplies Name for New Status Report 20050621
22 GET_PRINT_PARAMETERS Instance method Public Method Get Print Parameters 20050606
23 GET_PROJECT_TYPE Instance method Public Method 20050620
24 GET_RECIPIENT_TYPES Instance method Public Method Supplies Value Table for Recipient 20050621
25 GET_SCENARIO Instance method Public Method Which Scenario? EDMS - DMS? 20050621
26 GET_UI_DATA_FROM_DOC_FCB Instance method Private Method 20050624
27 GET_UI_DATA_FROM_FCB Instance method Private Method 20050606
28 REPORT_ACTION Instance method Public Method Send Actions to Change Manager 20050606
29 SEND_MAIL Instance method Public Method Send Status Report 20050621
30 SET_PSR_SCENARIO Instance method Public Method Set Scenario 20050607
31 SPLIT_STRING_TO_TEXT255_TAB Instance method Private Method 20050621
Events
Class CL_DPR_UI_LOG_STATUS_REPORTS has no event.
Types
Class CL_DPR_UI_LOG_STATUS_REPORTS has no local type.
Method Signatures

Method CHECK_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SELECTED_RECIPIENT Call by reference Type reference (TYPE) STRING 20050623
2 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20050623
3 Exporting EV_RECIPIENT_EXISTS Call by reference Type reference (TYPE) FLAG allgemeines flag 20050623
4 Importing IV_SELECTED_RECIPIENT_TYPE Call by reference Type reference (TYPE) DPR_TV_RECIPIENT_TYPE Empfängertyp 20050623

Method CHECK_RECIPIENT on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DPR_UI_LOG_STATUS_REPORTS has no parameter.
Method CONSTRUCTOR on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method CREATE_DOC_IN_FOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_CONTENT Call by reference Type reference (TYPE) XSTRING 20050606
2 Exporting ES_NEW_DOC Call by reference Type reference (TYPE) DPR_TS_API_DOCUMENT API: Struktur für Dokumente 20050606
3 Importing IS_BASE_OBJECT Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050606
4 Importing IS_PARENT_FOLDER Call by reference Type reference (TYPE) DPR_TS_API_DOCUMENT API: Struktur für Dokumente 20050606
5 Importing IT_ALL_DOCS Call by reference Type reference (TYPE) DPR_TT_API_DOCUMENT API: Attribute des Berechtigungsobjekts 20050606
6 Importing IV_AS_URL Call by reference Type reference (TYPE) ABAP_BOOL 20050606
7 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) EDMS_DESCRIPTION EDMS: Dokumentbeschreibung 20050606
8 Importing IV_DOCMIME Call by reference Type reference (TYPE) STRING 20050606
9 Importing IV_DOCPATH Call by reference Type reference (TYPE) STRING 20050606
10 Importing IV_SUBAPPLICATION Call by reference Type reference (TYPE) EDMS_TV_SUBAPPLICATION Unterapplikation zu EDMS 20050818

Method CREATE_DOC_IN_FOL on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method CREATE_FOLDER_IN_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_FOLDER Call by reference Type reference (TYPE) DPR_TS_API_DOCUMENT API: Struktur für Dokumente 20050606
2 Importing IS_BASE_OBJECT Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050606
3 Importing IS_PARENT_FOLDER Call by reference Type reference (TYPE) DPR_TS_API_DOCUMENT API: Struktur für Dokumente 20050606
4 Importing IV_FOLDERNAME Call by reference Type reference (TYPE) EDMS_DOC_NAME EDMS: Dokumentname 20050606
5 Importing IV_SUBAPPLICATION Call by reference Type reference (TYPE) EDMS_TV_SUBAPPLICATION Unterapplikation zu EDMS 20050818

Method CREATE_FOLDER_IN_FOLDER on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method CREATE_STATUS_REPORT_AND_OBL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NEW_KEY Call by reference Type reference (TYPE) STRING 20050811
2 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20050621
3 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050621
4 Importing IV_FORM_NAME Call by reference Type reference (TYPE) DPR_TV_FORM_NAME Formularname 20050728
5 Importing IV_OBL_CATEGORY Call by reference Type reference (TYPE) DPR_TV_OBL_CATEGORY Kategorie der Objektart der Objektverknüpfung 20050621
6 Importing IV_PROJECT_TYPE Call by reference Type reference (TYPE) DPR_TV_PRO_TYPE Projektart 20050621

Method CREATE_STATUS_REPORT_AND_OBL on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method CREATE_STATUS_REPORT_WO_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Dokument- / Filedaten 20050622
2 Importing IR_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20050622
3 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050622
4 Importing IV_FORM_NAME Call by reference Type reference (TYPE) DPR_TV_FORM_NAME Formularname 20050728
5 Importing IV_PROJECT_TYPE Call by reference Type reference (TYPE) DPR_TV_PRO_TYPE Projektart 20050622

Method CREATE_STATUS_REPORT_WO_LINK on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_CHILD_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DOC_DATA Call by reference Type reference (TYPE) TT_DOC_NODES 20050908
2 Importing IT_DOC_DATA Call by reference Type reference (TYPE) DPR_TT_API_DOCUMENT API: Attribute des Berechtigungsobjekts 20050908
3 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050908

Method GET_CHILD_DOCUMENTS on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_DATA_FOR_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_PARENT_FOLDER_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050609
2 Exporting EV_PARENT_TYPE Call by reference Type reference (TYPE) I SC_TYPE_* 20050609
3 Importing IR_CURRENT_OBJ Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20050609

Method GET_DATA_FOR_NEW on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_DMS_BOM_FCB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLOSE_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050816
2 Exporting EV_CREATE_PSR_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050816
3 Exporting EV_SEND_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050816
4 Exporting EV_TRANSFER_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050816
5 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050816
6 Importing IV_OBJ_LINK Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050816

Method GET_DMS_BOM_FCB on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_DMS_OBJLINK_FCB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCB Call by reference Type reference (TYPE) DPR_TT_FC_UI Allgemeine UI Beschreibung (Attribute) 20050624
2 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050624
3 Importing IV_IS_INITIAL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050628
4 Importing IV_OBJLINK_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050714

Method GET_DMS_OBJLINK_FCB on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_DOCUMENTS_FOR_BASEOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DOCUMENTS Call by reference Type reference (TYPE) DPR_TT_API_DOCUMENT API: Attribute des Berechtigungsobjekts 20050605
2 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050605
3 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) I 0 20050605

Method GET_DOCUMENTS_FOR_BASEOBJ on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_DOC_FCB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCB Call by reference Type reference (TYPE) DPR_TT_FC_UI Allgemeine UI Beschreibung (Attribute) 20050624
2 Importing IV_DOC_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050624

Method GET_DOC_FCB on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_DOC_FCB_BASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCB Call by reference Type reference (TYPE) DPR_TT_FC_UI Allgemeine UI Beschreibung (Attribute) 20050624
2 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050624

Method GET_DOC_FCB_BASE on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_FCB_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FCB Call by reference Type reference (TYPE) DPR_TT_FC_UI Allgemeine UI Beschreibung (Attribute) 20050624
2 Importing IV_DOC_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050624
3 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20050624

Method GET_FCB_LIST on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT Call by reference Type reference (TYPE) XSTRING 20050606
2 Exporting EV_FILE_SIZE Call by reference Type reference (TYPE) I 20050606
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050606
4 Importing IV_TEMPLATE_NAME Call by reference Type reference (TYPE) STRING 20050606

Method GET_FORM on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_HELP_LINK_FOR_DOCS Signature

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

Method GET_HELP_LINK_FOR_DOCS on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_UI_LOG_STATUS_REPORTS Hilfsklasse fürs Dokumenten-UI 20050606

Method GET_INSTANCE on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_MAIL_ADDRESSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAIL_ADDRESSES Call by reference Type reference (TYPE) DPR_TT_PSR_MAIL_ADDRESSES Mailadressen Empfänger Statusbericht 20050623
2 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) DPR_TT_PSR_RECIPIENTS Empfängerliste Statusbericht 20050623

Method GET_MAIL_ADDRESSES on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_MAIL_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENT Call by reference Type reference (TYPE) SOLIX_TAB GBT: SOLIX als Tabellentyp 20050629
2 Exporting ET_DOC_FILE_DATA Call by reference Type reference (TYPE) DPR_TT_DOC_FILE_DATA Tabelle EDMS: Dokument- / Filedaten 20050629
3 Exporting EV_ATTACHMENT_TEXTS Call by reference Type reference (TYPE) STRING 20050629
4 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20050629
5 Importing IR_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Selektierter oder gerade erzeugter PSR 20050629
6 Importing IT_DOC_DATA Call by reference Type reference (TYPE) DPR_TT_API_DOCUMENT API: Attribute des Berechtigungsobjekts 20050629
7 Importing IV_NEW_PSR Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050629

Method GET_MAIL_CONTENT on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_MAIL_FCB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCB Call by reference Type reference (TYPE) DPR_TT_FC_UI Allgemeine UI Beschreibung (Attribute) 20050624
2 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050624
3 Importing IV_DOC_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050624

Method GET_MAIL_FCB on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_NAME_FOR_NEW_PSR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DOC_FILE_DATA Call by reference Type reference (TYPE) DPR_TS_DOC_FILE_DATA Dokument- / Filedaten 20050621
2 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20050621
3 Importing IS_BASEOBJ Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050621
4 Importing IV_FORM_NAME Call by reference Type reference (TYPE) DPR_TV_FORM_NAME Formularname 20050728
5 Importing IV_PROJECT_TYPE Call by reference Type reference (TYPE) DPR_TV_PRO_TYPE Projektart 20050621

Method GET_NAME_FOR_NEW_PSR on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_PRINT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FORM_MODEL_DESCRIPTION Call by reference Type reference (TYPE) DPR_TT_FORM_MODEL_DESCRIPTION Beschreibung von Formular-Modellen 20050606
2 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050606

Method GET_PRINT_PARAMETERS on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_PROJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_ACTIVE Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050627
2 Exporting EV_PROJECT_TYPE Call by reference Type reference (TYPE) DPR_TV_PRO_TYPE Projektart 20050621
3 Importing IS_OBJ_EVENT Call by reference Type reference (TYPE) DPR_TS_OBJ_EVENT Identifizierung eines Objektes 20050620

Method GET_PROJECT_TYPE on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_RECIPIENT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIPIENT_TYPES Call by reference Type reference (TYPE) SHSVALTAB Business Server Pages (BSP) Werteliste Suchhilfe 20050621

Method GET_RECIPIENT_TYPES on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_SCENARIO Signature

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

Method GET_SCENARIO on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_UI_DATA_FROM_DOC_FCB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BE_FC Call by reference Type reference (TYPE) IF_DPR_CORE_SERVICE_INBOUND=>TY_PROPERTIES 20050624
2 Returning RS_UI Value transfer Type reference (TYPE) DPR_TS_FC_UI Allgemeine UI Beschreibung (Attribute) 20050624

Method GET_UI_DATA_FROM_DOC_FCB on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method GET_UI_DATA_FROM_FCB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BE_FC Call by reference Type reference (TYPE) IF_DPR_CORE_SERVICE_INBOUND=>TY_PROPERTIES 20050606
2 Returning RS_UI Value transfer Type reference (TYPE) DPR_TS_FC_UI Allgemeine UI Beschreibung (Attribute) 20050606

Method GET_UI_DATA_FROM_FCB on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method REPORT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REJECTED Call by reference Type reference (TYPE) BOOLE_D Action im backend zurückgewiesen 20050606
2 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20050606
3 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Liste mit Context-Änderungen 20050606
4 Importing IV_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR GUID des Anwendungsobjekts 20050606
5 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) CGPL_OBJECT_TYPE Objekttyp in der Projektplanung 20050606

Method REPORT_ACTION on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method SEND_MAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_MESSAGES Call by reference Type reference (TYPE) STRING Fehler beim Versenden 20050621
2 Exporting EV_NO_ADDRESSES_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Keine Adressen gefunden 20051028
3 Importing IT_DOC_FILE_CONTENT Call by reference Type reference (TYPE) SOLIX_TAB Kurze Beschreibung des Inhaltes 20050621
4 Importing IT_DOC_FILE_DATA Call by reference Type reference (TYPE) DPR_TT_DOC_FILE_DATA Tabelle EDMS: Dokument- / Filedaten 20050621
5 Importing IT_RECIPIENTS_MAIL Call by reference Type reference (TYPE) DPR_TT_PSR_RECIPIENTS Mailadressen Empfänger Statusbericht 20050621
6 Importing IV_MAIL_SUBJECT Call by reference Type reference (TYPE) SO_OBJ_DES Kurze Beschreibung des Inhaltes 20050621
7 Importing IV_MAIL_TEXT Call by reference Type reference (TYPE) STRING 20050621

Method SEND_MAIL on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method SET_PSR_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCENARIO Call by reference Type reference (TYPE) STRING Identifizierung eines Objektes 20050627

Method SET_PSR_SCENARIO on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.

Method SPLIT_STRING_TO_TEXT255_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20050621
2 Returning RT_TABLE Value transfer Type reference (TYPE) BCSY_TEXT Texttabelle 20050621

Method SPLIT_STRING_TO_TEXT255_TAB on class CL_DPR_UI_LOG_STATUS_REPORTS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 400