SAP ABAP Class CL_DPR_API_PRP_SERVICES (Proj. Mgmt API: PRP Services)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-EXT-API (Application Component) BAPI Interface for cProjects
     DEVELOPMENT_PROJECTS_API (Package) API for Project Management
Properties
Class CL_DPR_API_PRP_SERVICES  
Short Description Proj. Mgmt API: PRP Services    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_API   API for Project Management 
Created 20050418   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)
2 CL_DPR_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DPR_API_PRP_SERVICES has no interface implemented.
Friends
Class CL_DPR_API_PRP_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_CHANGE_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_DPR_CHANGE_HANDLER Change Handler 20050418
2 MR_MESSAGE_BUFFER Instance attribute Private Object reference (TYPE REF TO) IF_DPR_MESSAGE_BUFFER Message Handler Interface 20050418
3 MT_GROUPS Instance attribute Public Type reference (TYPE) PRP_TT_STAFFING_GENERAL Customizing of Displayable Details for Business Partner 20050429
4 MT_RESOURCE_DETAILS Instance attribute Public Type reference (TYPE) PRP_TT_STAFFING_GENERAL Customizing of Displayable Details for Business Partner 20050429
5 MV_APPLICATION Instance attribute Private Type reference (TYPE) CGPL_APPLICATION_TYPE Application in Project Planning 20050418
6 MV_CM_USER Instance attribute Public Type reference (TYPE) XUBNAME User Name in User Master Record 20050502
7 MV_SM_USER Instance attribute Public Type reference (TYPE) XUBNAME User Name in User Master Record 20050502
8 MV_UNICODE_SYSTEM Instance attribute Public Type reference (TYPE) C System Is a Unicode System? 20060522
9 SS_INSTANCE Static Attribute Private Type reference (TYPE) TS_INSTANCE 20050418
10 ST_INSTANCE Static Attribute Private Type reference (TYPE) TT_INSTANCE 20050418
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_GROUPWARE_TEMPLATE Instance method Public Method Template for Task/Appointment for Groupware Integration 20050524
2 CONSTRUCTOR Instance method Public Constructor Constructor 20050418
3 GET_AVAILIBILITY Instance method Public Method Access to Capacity Utilization Data 20050620
4 GET_CANDIDATE_ACTIONS Instance method Public Method Supplies the Candidate Actions 20050714
5 GET_CM_OF_ORGUNIT Instance method Public Method Loads Candidate Manager of Organizational Unit 20050502
6 GET_DATA_CUSTOMER Instance method Private Method Loads Customer-Specific Data 20050429
7 GET_DATA_STANDARD Instance method Private Method Loads Relevant Standard Data 20050429
8 GET_DETAIL_OF_ORGUNIT Instance method Private Method Gets Detailed Data for Organizational Unit 20050502
9 GET_GENERAL_DATA Instance method Public Method Loads Corresponding Data 20050429
10 GET_GW_DATA Instance method Public Method Groupware Connection: Read GW Task 20050602
11 GET_INSTANCE Static method Public Method Get Instance 20050418
12 GET_MAIL_TO_BUPA Instance method Public Method Send an E-Mail (Groupware) to Business Partner 20050509
13 GET_MAIL_TO_FAVO Instance method Public Method Send E-Mail to Favorite 20050620
14 GET_PROJECTS Instance method Public Method Projects in which the Resource Was Involved 20050427
15 GET_SM_OF_ORGUNIT Instance method Public Method Loads Staffing Manager of Organizational Unit 20050502
16 GET_STAFFINGS Instance method Public Method Projects in which the Resource Was Involved 20060919
17 GET_STAFFING_ACTIONS Instance method Public Method Supplies Staffing Actions 20050608
18 IS_TASK_DELIVERED Instance method Public Method Has GW Task Been Sent 20050620
19 IS_WFM_AVAILABLE Static method Public Method Checks Whether WFM Core Exists 20050509
20 SEND_MAIL_VIA_BCS Instance method Public Method Send an E-Mail by BCS 20060522
21 SET_CANDIDATE_MANAGER Instance method Private Method Sets Candidate Manager 20050502
22 SET_STAFFING_MANAGER Instance method Private Method Sets Staffing Manager 20050502
23 SPLIT_STRING_TO_TEXT255_TAB Instance method Private Method Decomposes a String in a Table with Row Length 255 20060522
24 STAFFING_PROCESS_FIELD_CONTROL Instance method Public Method Checks Which Fields/Buttons Are Ready for Input 20050503
25 TAKE_CM_PERSONALLY Instance method Public Method Transfer Responsible Candidate Manager (Personally) 20050502
26 TAKE_SM_PERSONALLY Instance method Public Method Transfer Staffing Manager (Personally) 20050502
27 USE_LOCAL_MAIL_CLIENT Instance method Public Method Checks Use of Local E-Mail Client (Non-Unicode) 20060522
Events
Class CL_DPR_API_PRP_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INSTANCE Private See coding 20050418 BEGIN OF ts_instance, application TYPE cgpl_application_type, ref TYPE REF TO cl_dpr_api_prp_services, END OF ts_instance
2 TT_INSTANCE Private See coding 20050418 tt_instance TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY application
Method Signatures

Method BUILD_GROUPWARE_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUPA_LINK_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel der Bupa-Verknüpfung 20050524
2 Returning RS_GW_TASK Value transfer Type reference (TYPE) DPR_TS_API_RESOURCE_GW_TASK Groupware Daten 20050524

Method BUILD_GROUPWARE_TEMPLATE on class CL_DPR_API_PRP_SERVICES has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CGPL_APPLICATION_TYPE CL_DPR_CO=>SC_APPLICATION_TYPE_DPR Applikation in der Projektplanung 20050418

Method CONSTRUCTOR on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_AVAILIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AVAIL_BUPA_LINKS Call by reference Type reference (TYPE) PRP_TT_PERSON_AVAILABILITY Tabelle Auslastungsdaten 20050620
2 Exporting ET_AVAIL_FAVOS Call by reference Type reference (TYPE) PRP_TT_PERSON_AVAILABILITY Tabelle Auslastungsdaten 20050620
3 Importing IV_ROLE_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050620

Method GET_AVAILIBILITY on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_CANDIDATE_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ACTIONS Value transfer Type reference (TYPE) PRP_TT_ACTION Tabelle der Kandidatenaktionen 20050714

Method GET_CANDIDATE_ACTIONS on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_CM_OF_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJID Call by reference Type reference (TYPE) HROBJID Identifikator fuer Orgeinheit 20050504
2 Returning RT_CANDIDATE_MANAGER Value transfer Type reference (TYPE) PRP_TT_BUSINESS_PARTNER Tabelle fuer Verwaltung von Geschaeftspartnern 20050502

Method GET_CM_OF_ORGUNIT on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_DATA_CUSTOMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAILS Call by reference Type reference (TYPE) PRP_TS_RESOURCE_DETAILS Customizing der anzeigbaren Detaildaten zum Geschäftspartner 20050429
2 Importing IV_BUPA_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20050429

Method GET_DATA_CUSTOMER on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_DATA_STANDARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY 20050429
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20050429
3 Importing IS_DETAILS Call by reference Type reference (TYPE) PRP_TS_RESOURCE_DETAILS Customizing der anzeigbaren Detaildaten zum Geschäftspartner 20050429
4 Importing IV_ADDRESSGUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID einer GP-Adresse im CHAR 32 Format für BAPIs 20050429
5 Importing IV_BUPA_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Eindeutiger Objektschlüssel 20050429

Method GET_DATA_STANDARD on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_DETAIL_OF_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ORG_OBJECT Call by reference Type reference (TYPE) ACO_TS_HR_OBJECT_ID HR-Objekt-Id 20050502
2 Returning RS_ORG_OBJECT Value transfer Type reference (TYPE) PRP_TS_ORGUNIT Struktur fuer Organisationseinheit 20050502

Method GET_DETAIL_OF_ORGUNIT on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_GENERAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUPS Call by reference Type reference (TYPE) PRP_TT_STAFFING_GENERAL Position d. Gruppierung von Detaildaten zum Business Partner 20050429
2 Exporting ET_RESOURCE_DETAIL Call by reference Type reference (TYPE) PRP_TT_STAFFING_GENERAL Customizing der anzeigbaren Detaildaten zum Geschäftspartner 20050429
3 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050429

Method GET_GENERAL_DATA on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_GW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUPA_LINK_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050602
2 Returning RS_GW_TASK Value transfer Type reference (TYPE) DPR_TS_API_RESOURCE_GW_TASK Groupware Daten 20050602

Method GET_GW_DATA on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CGPL_APPLICATION_TYPE CL_DPR_CO=>SC_APPLICATION_TYPE_DPR Applikation in der Projektplanung 20050418
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_API_PRP_SERVICES cProjects-API: Collaboration Services 20050418

Method GET_INSTANCE on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_MAIL_TO_BUPA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BODY_TEXT Call by reference Type reference (TYPE) SOLI_TAB Textzeilen des Mail-Body 20060522
2 Exporting ET_URLS Call by reference Type reference (TYPE) DPR_TT_API_URL URL for cProjects calls 20090626
3 Exporting EV_BODY_URL Call by reference Type reference (TYPE) STRING URL im Body (wenn IV_WITHOUT_URL initial) 20060522
4 Exporting EV_MAILTO Call by reference Type reference (TYPE) STRING Mailto-String mit Subject und Body 20060522
5 Exporting EV_MAIL_ADR_BUPA Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse eines Geschäftspartners 20060522
6 Exporting EV_MAIL_ADR_USER Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse des Benutzers 20060522
7 Exporting EV_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert (Aufruf erfolgreich = 0, sonst X) 20060522
8 Exporting EV_SUBJECT Call by reference Type reference (TYPE) STRING Subject der Mail 20060522
9 Importing IV_BUPA_LINK_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel der Bupa-Verknüpfung 20050509
10 Importing IV_RETURN_DATA Call by reference Type reference (TYPE) BOOLE_D X = E-Mail-Addr, Subject, Body liefern, sonst EV_MAILTO 20060522
11 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Benutzername (normalerweise SY-UNAME) 20060522
12 Importing IV_WITHOUT_URL Call by reference Type reference (TYPE) BOOLE_D Keine URL-Erzeugung nötig 20050919

Method GET_MAIL_TO_BUPA on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_MAIL_TO_FAVO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BODY_TEXT Call by reference Type reference (TYPE) SOLI_TAB Textzeilen des Mail-Body 20060522
2 Exporting ET_URLS Call by reference Type reference (TYPE) DPR_TT_API_URL URL for cProjects calls 20090629
3 Exporting EV_BODY_URL Call by reference Type reference (TYPE) STRING URL im Body (wenn IV_WITHOUT_URL initial) 20060522
4 Exporting EV_MAILTO Call by reference Type reference (TYPE) STRING Mailto-String mit Subject und Body 20060522
5 Exporting EV_MAIL_ADR_BUPA Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse eines Geschäftspartners 20060522
6 Exporting EV_MAIL_ADR_USER Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse des Benutzers 20060522
7 Exporting EV_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert (Aufruf erfolgreich = 0, sonst X) 20060522
8 Exporting EV_SUBJECT Call by reference Type reference (TYPE) STRING Subject der Mail 20060522
9 Importing IV_BUPA_FAVO_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel der Bupa-favo-Verknüpfung 20050620
10 Importing IV_RETURN_DATA Call by reference Type reference (TYPE) BOOLE_D X = E-Mail-Addr, Subject, Body liefern, sonst EV_MAILTO 20060522
11 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Benutzername (normalerweise SY-UNAME) 20060522
12 Importing IV_WITHOUT_URL Call by reference Type reference (TYPE) BOOLE_D Keine URL-Aufbereitung nötig 20050919

Method GET_MAIL_TO_FAVO on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_PROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BEG_DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20050427
2 Importing IV_END_DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20050427
3 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR GUID eines Geschäftspartners 20050427
4 Exporting RT_PROJECTS Call by reference Type reference (TYPE) PRP_TT_RESOURCE_PROJECT Tabelle mit Projekten 20050427
5 Exporting RV_RC Call by reference Type reference (TYPE) I 20050427

Method GET_PROJECTS on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_SM_OF_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJID Call by reference Type reference (TYPE) HROBJID Objekt-Id 20050504
2 Returning RT_STAFFING_MANAGER Value transfer Type reference (TYPE) PRP_TT_BUSINESS_PARTNER Tabelle fuer Verwaltung von Geschaeftspartnern 20050502

Method GET_SM_OF_ORGUNIT on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_STAFFINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STAFFING Call by reference Type reference (TYPE) PRP_TT_RESOURCE_PROJECT Tabelle mit Projekten 20060919
2 Exporting EV_RC Call by reference Type reference (TYPE) I 20060919
3 Importing IV_BEG_DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20060919
4 Importing IV_END_DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20060919
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20060919
6 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR GUID eines Geschäftspartners 20060919

Method GET_STAFFINGS on class CL_DPR_API_PRP_SERVICES has no exception.

Method GET_STAFFING_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ACTIONS Value transfer Type reference (TYPE) PRP_TT_ACTION Tabelle der Besetzungsaktionen 20050608

Method GET_STAFFING_ACTIONS on class CL_DPR_API_PRP_SERVICES has no exception.

Method IS_TASK_DELIVERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUPA_LINK_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050620
2 Returning RV_DELIVERED Value transfer Type reference (TYPE) BOOLE_D 20050620

Method IS_TASK_DELIVERED on class CL_DPR_API_PRP_SERVICES has no exception.

Method IS_WFM_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) I Ist WFM vorhanden? 20050509

Method IS_WFM_AVAILABLE on class CL_DPR_API_PRP_SERVICES has no exception.

Method SEND_MAIL_VIA_BCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060522
2 Importing IT_BODY_TEXT Call by reference Type reference (TYPE) SOLI_TAB Textzeilen des Mail-Body 20060522
3 Importing IT_URLS Call by reference Type reference (TYPE) DPR_TT_API_URL URL for cProjects calls 20090626
4 Importing IV_BODY_URL Call by reference Type reference (TYPE) STRING optionale URL als String 20060522
5 Importing IV_MAIL_ADDRESS Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse 20060522
6 Importing IV_SUBJECT Call by reference Type reference (TYPE) STRING Subject der Mail 20060522

Method SEND_MAIL_VIA_BCS on class CL_DPR_API_PRP_SERVICES has no exception.

Method SET_CANDIDATE_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARTICIPANT Call by reference Object reference (TYPE REF TO) CL_DPR_PARTICIPANT Development Projects: Projektbeteiligte(r) 20050502
2 Importing IV_CANDIDATE_MANAGER Call by reference Type reference (TYPE) XUBNAME Kandidatenverwalter 20050502

Method SET_CANDIDATE_MANAGER on class CL_DPR_API_PRP_SERVICES has no exception.

Method SET_STAFFING_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARTICIPANT Call by reference Object reference (TYPE REF TO) CL_DPR_PARTICIPANT Development Projects: Projektbeteiligte(r) 20050502
2 Importing IV_STAFFING_MANAGER Call by reference Type reference (TYPE) XUBNAME Besetzungsverantwortlicher 20050502

Method SET_STAFFING_MANAGER on class CL_DPR_API_PRP_SERVICES 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 Value transfer Type reference (TYPE) STRING 20060522
2 Returning RT_TABLE Value transfer Type reference (TYPE) BCSY_TEXT Texttabelle 20060522

Method SPLIT_STRING_TO_TEXT255_TAB on class CL_DPR_API_PRP_SERVICES has no exception.

Method STAFFING_PROCESS_FIELD_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROLE_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel 20050503
2 Returning RS_STAFFING_FIELDS_PROPERTIES Value transfer Type reference (TYPE) DPR_TS_STAFFING_FIELDS Eingabebereitschaft Felder für Staffing Process 20050503

Method STAFFING_PROCESS_FIELD_CONTROL on class CL_DPR_API_PRP_SERVICES has no exception.

Method TAKE_CM_PERSONALLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CM_ORG_UNIT Call by reference Type reference (TYPE) PRP_TS_ORGUNIT Struktur fuer Organisationseinheit 20050502
2 Importing IV_ROLE_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel der Rolle 20050502

Method TAKE_CM_PERSONALLY on class CL_DPR_API_PRP_SERVICES has no exception.

Method TAKE_SM_PERSONALLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SM_ORG_UNIT Call by reference Type reference (TYPE) PRP_TS_ORGUNIT Struktur fuer Organisationseinheit 20050502
2 Importing IV_ROLE_GUID Call by reference Type reference (TYPE) DPR_TV_OBJECT_GUID_CHAR Eindeutiger Objektschlüssel der Rolle 20050502

Method TAKE_SM_PERSONALLY on class CL_DPR_API_PRP_SERVICES has no exception.

Method USE_LOCAL_MAIL_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_USE_LOCAL_MAIL_CLIENT Value transfer Type reference (TYPE) BOOLE_D Flag: lokalen Mail-Client verwenden 20060522

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