Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
jose_sequeira
Active Participant
Hello,


Continuing to talk about PO Flexible Workflows (and some things here will also exist in other Flexible WFs as well), let's explore the Value Helps Tab:


As you know, Value Helps will help the user ho is configuring the Flexible Workflow scenario in many ways. Above, as the Flexible Workflows are configured in a FIORI App, you can see the OData Service Paths for each help scenario (Company Code, Currency, etc.). Let's here explore the "people picker" type, for selecting Users:



Note that, for the PO WF, they all relate to the S_MMPURWorkflowVH_CDS:


As you know, OData services that "ends" with _CDS, comes from CDS Views.

The Models for CDS:


So let's explore the mentioned CDS View, the S_MMPURWorkflowVH:


Note the @OData.publish: true Annotation, that makes this CDS available as a OData service (to be registered in /IWFND/MAINT_SERVICE).

As we want to know about the POUser Entity, it's the _POUserVH association:


Navigating through the association, we find the CDS View: S_POWorkflowRecipientVH:


Above you can see all the CDS Views that this view selects to display the users, like the test below:


This is the data that will be shown on the Flexible Workflow FIORI App.

You could also explore all the other associations, to see where all the Value Helps data comes from:


And even expand if you wan't. ?

Enjoy!

Regards.
2 Comments
Labels in this area