cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization Issue for Realignment Results - Profitability Analysis Fiori App

former_member253610
Participant
0 Kudos

Hello,

I am having trouble to determine authorization object needed for this app to work. I am not talkin about OData service authorization of course. There is a business authorization object missing and I can't find it.

When I login with an SAP_ALL user app works fine. But with other test users value helps are not working. I checked SU53 in backend and fronend system. They are both not showing anything?

Do I need a role from HANA side? Because I am only able to check SAP GUI SU53.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182874
Active Contributor
0 Kudos

Hi,

Have you created backend PFCG role for OData services. Make sure user is assigned to S_SERVICE auth object.

In the backend role -> Go to Menu tab and check if you can see the OData services included of type IWSV or IWSG. If not, you have to assign them by importing the Fiori catalog choosing remote catalog if adding in Backend role.

Also if you say value helps are not working. Go to Network trace and check the $batch call. Click on it if it has errors. In the response you can go to the end and see the CDS called. Try to execute the same CDS from your eclipse. If it allows your user has proper authorization.

If it doesn't, assign S_DEVELOP authorization object in backend system.

Regards,

Tejas

RishabBucha
Explorer
0 Kudos

Hello Efecan YILMAZ

Couple of point you should check:-

1) the App- Realignment result works off a different Fiori app -Run Realignment.

https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('KEND')/S12OP

This app will need the user to have access to tcode-KEND.

So you should check access to this transaction and add this role to your user

2) The KEND process will post a particular document type, so also help to check if your user can display that document type.

Hope this helps 🙂

Regards

Rishab