cancel
Showing results for 
Search instead for 
Did you mean: 

Make fields editable based on Login user.

Pyae_Phyo_Thwe
Explorer
0 Kudos
144

Hello expert, 

Is there a way that we can make the custom fields editable for some login users and non-editable for some login users. I want to control the field properties based on the login users in S4 Hana cloud. 

#S4Hana,#Editable,#LoginUsers

View Entire Topic
kaidehmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @Pyae_Phyo_Thwe ,

you may check if SAP has enabled the behavior definition of the underlying business object for extensibility (see https://help.sap.com/docs/abap-cloud/abap-rap/extensibility-enablement-for-behavior-extensions?versi...). If this is the case, you may implement a behavior extension using dynamic feature control (see https://help.sap.com/docs/abap-cloud/abap-rap/behavior-extensions?version=s4hana_cloud

Best regards
Kai

Pyae_Phyo_Thwe
Explorer
0 Kudos
Thanks a lot for your answer Kai. Is there a way that can do only with the Key-user extensibility. I don't want to use the developer extensibiliy.
kaidehmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @Pyae_Phyo_Thwe 

please have a look at the Custom Fields in S/4HANA: How to control field properties like mandatory, read-only, and visibility blog by @georg_wilhelm. This blog provides links to other blogs covering the different types of custom fields and applications, how to find out if field extensibility or field control is supported at all, and how to implement field control.

Best regards
Kai