SAP ABAP Interface IF_PRP_RESOURCES_ORG (Interface for Resource Org. Data)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-RES (Application Component) Resources
     PRP_RESOURCE (Package) Resource Management
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PRP_RESOURCE Resource 20020418
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PRP_RESOURCES Collection for Resources 20020418
Properties
Interface IF_PRP_RESOURCES_ORG  
Short Description Interface for Resource Org. Data    
General Data
Package PRP_RESOURCE   Resource Management 
Created 20020418   SAP 
Last changed 20141109    
Unicode checks active    
Forward declarations
Interface IF_PRP_RESOURCES_ORG has no forward declaration.
Interfaces
Interface IF_PRP_RESOURCES_ORG has no interface.
Friends
Interface IF_PRP_RESOURCES_ORG has no friend.
Attributes
Interface IF_PRP_RESOURCES_ORG has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DETAILS_ORG Instance method Public Method 20020422
2 GET_EXPERT Instance method Public Method Gets Expert for Business Partner (Expert Finder) 20021016
3 GET_MANAGER Instance method Public Method Gets the Resource's Manager (GUID) 20020812
4 GET_MANAGER_TEXT Instance method Public Method Gets the Resource's Manager (Text) 20020731
5 GET_ORGUNIT Instance method Public Method 20020513
6 GET_ORGUNIT_TEXT Instance method Public Method Gets the Resource's Organizational Unit (Text) 20020731
7 GET_SKILLS Instance method Public Method 20020423
8 GET_URL_OF_EXPERT_DETAILS Instance method Public Method Gets URL for Detail Data of Expert from Expert Finder 20021016
9 GET_USERNAME Instance method Public Method Returns the User Name 20020710
Events
Interface IF_PRP_RESOURCES_ORG has no event.
Types
Interface IF_PRP_RESOURCES_ORG has no local type.
Method Signatures

Method GET_DETAILS_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DETAILS Call by reference Type reference (TYPE) PRP_TS_BUPA_DETAIL Detailinformationen zum Geschäftspartner 20020422
2 Exporting EV_RETURN Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020422
3 Importing IV_BEGIN_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20020422
4 Importing IV_END_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20020422
5 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Geschäftspartnernummer 20020422

Method GET_DETAILS_ORG on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_EXPERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BEGIN_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Selektionsbeginndatum 20021016
2 Importing IV_END_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Selektionsendedatum 20021016
3 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20021016
4 Returning RV_EXPERT_ID Value transfer Type reference (TYPE) OBJEC-OBJID Objekt-Id zum Experten (Expert Finder) 20021016

Method GET_EXPERT on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20020812
2 Returning RV_VALUE Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20020812

Method GET_MANAGER on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_MANAGER_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20020731
2 Returning RV_VALUE Value transfer Type reference (TYPE) BU_NAME1TX Vollständiger Name 20020731

Method GET_MANAGER_TEXT on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORGUNIT Call by reference Type reference (TYPE) PRP_TT_OBJECT Objekte aus dem PD-Framework 20020513
2 Exporting EV_RETURN Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020513
3 Importing IV_BEGIN_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20020513
4 Importing IV_END_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20020513
5 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20020513

Method GET_ORGUNIT on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_ORGUNIT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20020731
2 Returning RV_VALUE Value transfer Type reference (TYPE) STEXT Objektbezeichnung 20020731

Method GET_ORGUNIT_TEXT on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_SKILLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SKILLS Call by reference Type reference (TYPE) PRP_TT_SKILL_BUPA Alle Qualifikationen zum Geschäftspartner 20020423
2 Exporting EV_RETURN Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020423
3 Importing IV_BEGIN_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20020423
4 Importing IV_END_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20020423
5 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20020423

Method GET_SKILLS on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_URL_OF_EXPERT_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20021016
2 Returning RV_URL Value transfer Type reference (TYPE) STRING URL für die Detaildaten zum Experten 20021016

Method GET_URL_OF_EXPERT_DETAILS on Interface IF_PRP_RESOURCES_ORG has no exception.

Method GET_USERNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER_GUID Value transfer Type reference (TYPE) BU_PARTNER_GUID GUID eines Geschäftspartners 20020710
2 Returning RV_VALUE Value transfer Type reference (TYPE) SYUNAME Anmeldename des Benutzers 20020731

Method GET_USERNAME on Interface IF_PRP_RESOURCES_ORG has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200