cancel
Showing results for 
Search instead for 
Did you mean: 

Make standard RAP app display only

kevin_hu
Active Participant

Hi,

I have got a requirement to make a rap based standard fiori app display only.

F5273 - Contract Management in S4HANA 2021

The Standard app allows create, update, delete. We want to restrict these actions and don't want user to see those buttons.

I understand the option of using Adaptation in the UI level to hide the buttons, but I want to explore other options from the backend level.

So I go into the backend and find the root entity and its behavior definition R_REContractTP behind the fiori app

Here comes to my questions:

1. This behavior definition is not marked as "extensible", how can we do the extension?

2. If a behavior definition is extensible, is it possible to remove standard actions such as create, update and delete by extending the behavior definition?

3. Any other options in this case please suggest.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

j_pavan_kumar
Product and Topic Expert
Product and Topic Expert

Hi Kevin,

Create your own projection view on top of the transactional provider interface view and define the operations required for your use case then create the service definition and binding for the projected views.

Thanks,

Pavan