cancel
Showing results for 
Search instead for 
Did you mean: 

Edit button in business configuration app is disabled

Ravi_Prasad_K
Explorer
943

Group: https://developers.sap.com/group.abap-env-factory.html
--------------------------
Hello,

I followed the tutorial step by step and created business configuration for my custom error codes tables, but when I open the maintenance in Maintain Business Configuration App, I find "Edit" button as disabled. Can you please guide me on how to fix this?

View Entire Topic
patrick_winkler
Product and Topic Expert
Product and Topic Expert

Hello,

have you completed the second tutorial of the group? https://developers.sap.com/tutorials/abap-environment-authorization-control.html

If you cannot create the IAM app or you just want to skip it:

  • If you don’t have a SAP BTP, ABAP environment license you can instead do the following:
    • Delete the content of method GET_GLOBAL_AUTHORIZATIONS in the Local types section of class ZBP_I_ERRORCODE###_S. Afterwards activate the class
    • Delete the generated Access Control objects
    • Publish the Local Service Endpoint of service binding ZUI_ERRORCODE###_O4
    • In this case you can skip the following steps to create a Business Catalog and assign it to a Business Role

Regards,

Patrick

Ravi_Prasad_K
Explorer
0 Kudos

Thank you very much Mr. Winkler. After following the second tutorial, my issue is resolved.

ShyamPrasad
Explorer
0 Kudos
hello patrick, What is the scenario in S4 HANA Public cloud 3 system landscpae?
ShyamPrasad
Explorer
0 Kudos
hello patrick, What is the scenario in S4 HANA Public cloud 3 system landscpae? The edit button is enabled in the development system but when the objects are moved to the TEST system the Edit button is disabled although the authorization created for the IAM app are moved to the TEST system. How to enable this? or is there any restriction in TEST and Production systems?
patrick_winkler
Product and Topic Expert
Product and Topic Expert
Hello @ShyamPrasad, in S/4HANA Public Cloud the test and production client are configured in a way that changes are not allowed for client-specific objects even if you have the required authorizations. However, you can configure the Transport (Customizing) Object so that changes are allowed in this clients. For more information, see https://community.sap.com/t5/technology-blogs-by-sap/how-to-create-a-rap-bo-to-change-the-content-of.... For information about the interaction between the client role and the "adaptable in production" setting, see SAP Note 356483.