cancel
Showing results for 
Search instead for 
Did you mean: 

SAP RAP create input field authorization

Former Member
0 Kudos

Hi,

Is it possible to assign authorization to individual input fields? The visibility in the table should not be limited by this, it is only about the possibility not to be able to enter something.

It is a managed rap app with odata V2 and non-draft.

regards

Tim

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member14709
Contributor

Hello Tim,

Authorization control in RAP Behavior Definition is only available at the entity and instance level and is not available at field level. However, as a workaround, you can add backend validations for those fields based on authorization object in Create method implementation(although in unmanaged), and you can use RAP feature control to make those field non editable in edit mode based on authorization.

Thanks,

Aman Garg