Show TOC

SAP Access ControlLocate this document in the navigation structure

Use

Set the client and logical system information for the SAP Access Control Role Analytics package. This allows the application to communicate with SAP Access Control.

  1. In the SAP HANA studio, change the perspective to SAP HANA Development and open the Navigator pane. On the SAP HANA Repository tab, expand the relevant SAP HANA system.

  2. Open the config.xscfgd file under Start of the navigation path Content Next navigation step sap Next navigation step hba Next navigation step apps Next navigation step grcra-reuse Next navigation step config End of the navigation path

  3. Ensure the following lines are present in the config file:

    • Client = "<name of the SAP Client in the respective GRC system>";

    • Logical system = "<logical name of the client in the respective GRC system>";

    Example

    Client = "300";

    Logical system = "HS4CLNT300";

Search

The application refreshes the data each time you select one of the elements on the screen, such as the filters and dates.

Optionally, you can choose to display a Search button and refresh the data when you select the button. To display the Search button, do the following:

  1. In the SAP HANA studio, change the perspective to SAP HANA Development and open the Navigator pane. On the SAP HANA Repository tab, expand the relevant SAP HANA system.

  2. Open the config.xscfgd file under Start of the navigation path Content Next navigation step sap Next navigation step hba Next navigation step apps Next navigation step grcra-reuse Next navigation step config End of the navigation path.

  3. Locate the line show_search = false and change it to show_search = true.

More Information

For more information about editing configuration files (for example, checking them in and out), as well as information about editing other files in SAP HANA studio, see the section Working with the Repository in the SAP HANA Developer Guide, available on SAP Help Portal at http://help.sap.com/hana_applianceStart of the navigation path Development Information Next navigation step SAP HANA Developer Guide End of the navigation path.