cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can I display the Project Manager's name in the view as shown below(Public Ediction)

王詩博
Discoverer
0 Kudos
214

Hi~

I am creating a custom CDS view in SAP.

How can I display the Project Manager's name in the view as shown below?

 

Project IDProject NameProject StatusProject manager
    
    
    
    

And please let me know which data source contains the following item: Project Manager,

 

_0-1747114842254.png

 

Best regards,Wang

 

Accepted Solutions (0)

Answers (1)

Answers (1)

AlexLukashevich
Advisor
Advisor

Hi 王詩博,
There is an example, how can you retrieve ProjectManagerName:
1. The first step is to create Data Definition based on I_EntProjectEntitlement and with the association to I_BusinessUserBasic. 

AlexLukashevich_0-1747127672137.png

2. The next step is linking I_EnterpriseProject with previously created CDS view.

AlexLukashevich_1-1747127806098.png

As a result you will get Project Manager Full Name. Hope it helps you.

BR,

Aliaksandra

 

王詩博
Discoverer
0 Kudos

Hi Aliaksandra,

Thanks for your reply!

When I try to add I_BusinessUserBasic  as an associate Datasource, 

I can't link it to I_EntProjectEntitlement because there isn't a value called BusinessPartnerUUID in I_EntProjectEntitlement.

Could you share me your configuration of the actual page?

_0-1747274979997.png

Thanks very much!

Wang

王詩博
Discoverer
0 Kudos

I'm currently using the Public Cloud Edition. I'm sorry I didn't mention it in the TAG.

Actually, in the Public Cloud Edition, I couldn't find the BusinessPartnerUUID item from I_BusinessUserBasic,

so I couldn't fulfill my request using the method you provided.

However, I am considering a solution based on this approach.

Thank you very much!