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

Executables assignment question in Solman 7.2

former_member269022
Participant
0 Kudos
1,221

In Solman 7.2 BPH, how can we manually assign Fiori apps correctly?

Process Steps copied from Best Practice have Fiori apps assigned. Those seem to execute in the backend S/4 system. However, the ones that we manually in the Process Steps do not seem to work.

If you refer the screen shot, we provided the Name and Object. We are not sure what goes in the Action attribute. Any suggestions or thoughts?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Ramesh,

that is the same as I suggested.

Regards
Andreas

former_member269022
Participant
0 Kudos

Andreas -- The assignment using the suggestion you made (Object = WorkflowTask, Action = displayInbox) takes one to the generic Fiori landing page, and not to the actual function or app.

I did some digging up. It appears like Name is not relevant but the Object and Action attributes are. To assign the right Fiori app in Process Steps of a Solman BPH, one should perform the following:

  1. Locate and launch the Fiori app on S/4
  2. Identify the Object and Action from the URL. Refer image that I have uploaded. The red box indicates the Action, and the arrow indicates the Object.
  3. Assign those values and Fiori app launches correctly from Solman.

Please confirm or advise if this is not right.

Thanks again for your help!

Former Member
0 Kudos

Hi Ramesh,

in this case you use WorkflowTask as Object and displayInbox as Action. The name is free text. You can define it as you want. It makes sense to use the title you see in the UI.

Kind Regards

Andreas

former_member269022
Participant
0 Kudos

Andreas,

So if I follow you correctly, I should use the URL of the FIORI app to find the values for Name, Object, and Action? Here's an example of the URL I find of a FIORI app:

http://xxx.xxxsoln.sl.edst.x.com:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html#Work...

Let me rephrase the question:

  • I am rebuilding the BPH in Solman.. and in some cases the Process Steps are being added manually. To those Process Steps I'd like to assign Fiori apps using Executables. First, we search for those Fiori apps in Solman using "Search in Executable Library". When the search produces nothing, I'd like to manually add those Fiori apps. So how do assign them manually? Solman wants values for Name, Object, and Action.

Thanks for your help!

Former Member
0 Kudos

Look at the URL of the Fiori App. You should find some parameter like SalesOrder-managefor the Fiori app Manage Sales Orders (F1873) you will find SalesOrder is the object

manage is the Action.

Regards
Andreas