on 2024 May 09 1:25 PM
In RAP Managed scenario, is it possible to control CREATE, EDIT and DELETE buttons based on User Authorizations?
Depending on the User authorization, the standard buttons should be visible or hidden.
Request clarification before answering.
READ ENTITIES OF zre_determination IN LOCAL MODE
ENTITY deter
ALL FIELDS
WITH CORRESPONDING #( keys )
RESULT DATA(entities).
result = VALUE #( FOR entity IN entities
( %tky = entity-%tky
%update = COND #( WHEN entity-Description IS INITIAL
THEN if_abap_behv=>fc-o-disabled
ELSE if_abap_behv=>fc-o-enabled ) ) ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
19 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.