16

How to configure the Intelligent Situation Automation?

 1 year ago
source link: https://blogs.sap.com/2022/05/19/how-to-configure-the-intelligent-situation-automation/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

How to configure the Intelligent Situation Automation?

Are you interested in the new Intelligent Situation Automation service on SAP Business Technology Platform (SAP BTP)?  Are you looking for information about how to configure the service? This blog post describes how a system administrator can configure the Intelligent Situation Automation service on SAP BTP with step-by-step guidance and system screenshots.

If you first need some background information:

  • refer to this blog post if you’re new to Situation Handling in SAP S/4HANA and SAP S/4HANA Cloud.
  • Refer to this blog post if you are new to Intelligent Situation Automation on SAP Business Technology Platform, to learn about its features and how to purchase the service.

To use the Intelligent Situation Automation service, you need to meet the following prerequisites:

And now let’s get started with the configuration.

Subscribe to Intelligent Situation Automation

  • Log in to your SAP BTP global account with the Global Account Administrator role assigned to you. Create a subaccount/reuse an existing subaccount in region Europe (Frankfurt) with the technical key cf-eu10. Currently, Intelligent Situation Automation is available only in Europe (Frankfurt).
    create-subaccount.png
  • Navigate to the subaccount you’ve created and add the entitlement for the Intelligent Situation Automation with the standard. Repeat the same for the Event Mesh service with the Default plan.
    assign-service-plan.png
  • In your subaccount, navigate to Service -> Service Marketplace. Search for Intelligent Situation Automation.
    service-marketplace.png
  • Click on Create to start the subscription process. In the dialog box, choose to click Create.
    subscribe.png
  • Navigate to Service -> Instances and Subscriptions to see the status of the subscription. Once the subscription is successful, the Go to Application button appears.
    subscription-completed.png

Onboarding

The following steps are required before onboarding an SAP S/4HANA Cloud or SAP S/4HANA system to Intelligent Situation Automation.

Expose Situation Handling APIs

For SAP S/4HANA Cloud:

  • Log in to your SAP S/4HANA Cloud system with the Administrator role. Open the Maintain Communication Users and create a new communication user.
    create-comm-user-1.png
  • Open Maintain Communication Systems app and create a new communication system. Make sure to select the Inbound Only checkbox. In the Users for Inbound Communication section, add the communication user you’ve created in the previous step.
    create-comm-system-1.png
    comm-system-inbound-user-1.png
  • Open the Communication Arrangements app and create a new communication arrangement for Scenario SAP_COM_0345. In the Communication System section, choose the communication system created in the previous step. Note down the API-URL which will be used in the next step. Repeat the same for Scenario SAP_COM_0376.
    create-comm-arrangement-1.png

For SAP S/4HANA:

  • Log into your SAP S/4HANA front-end system and open transaction /IWFND/MAINT_SERVICE. Choose Add Service and enter the system alias of your back-end system. In the External Service Name field, enter API_BUSINESS_SITUATION_SRV and click on Get Services. Choose Add Selected Services and enter a technical name for the service in your customer namespace. Assign a package or choose Local Object and choose to Execute to save the service. Repeat the same for Service API_BUS_SITN_MSTRDATA_SRV.
    activate-odata-service.png
  • Use the cloud connector to allow access from SAP BTP to your SAP S/4HANA system. For more information, refer to Cloud Connector.
  • Log into your Cloud Connector. In the Subaccount Dashboard, press Add Subaccount to add the SAP BTP subaccount created in the previous step. Choose Europe (Frankfurt) as Region. Enter the SAP BTP subaccount ID as Subaccount and provide the SAP BTP login credentials. To find the Subaccount ID, navigate to the Overview section in your SAP BTP subaccount. For more information, refer to Manage Subaccounts.
    add-subaccount-cloud-connector.png
  • In your subaccount menu, select Cloud To On-Premise . and choose Add. Maintain the settings as shown below. For Internal Host and Internal Port choose your SAP S/4HANA front-end system host and port. Note down the Virtual Host and Virtual Port, which will be used in the next step.
    add-system-mapping-cloud-connector.png
  • In the Resources Of section, click on Add. Expose URLs /sap/opu/odata/sap/API_BUSINESS_SITUATION_SRV and /sap/opu/odata/sap/API_BUS_SITN_MSTRDATA_SRV with Access Policy as Path And All Sub-Paths. For more information, refer to Configure Access Control (HTTP).
    expose-system-resource-cloud-connector.png

Configure Destination on SAP BTP

For SAP S/4HANA Cloud:

  • Navigate to Connectivity -> Destinations in your SAP BTP subaccount. Create a new destination that points to the S/4HANA Cloud system. In the destination URL, enter the SAP S/4HANA Cloud API – that you noted down in the previous step. For Authentication, use the Communication user that you’ve created in the previous step.
    create-destination-s4hanacloud.png

For SAP S/4HANA:

  • In your SAP BTP subaccount, navigate to Connectivity -> Destinations. Create a new destination that points to the SAP S/4HANA system. In the URL of the destination, enter the Virtual Host and Virtual Port which you noted down in the cloud connector section. Use the following format for the URL: http://<Virtual Host>:<Virtual Port>. Enter OnPremise as Proxy Type.
    create-destination-s4hana.png

Create Event Mesh Service Instance

  • Navigate to the Overview section of the SAP BTP subaccount. If Cloud Foundry is not enabled, click on the Enable Cloud Foundry button and in the dialog box, choose to Create.
    enable-cloud-foundry.png
  • Navigate to Cloud Foundry -> Spaces. Create a new space or reuse an existing space.
    create-cf-space.png
  • Navigate to Services -> Service Marketplace in your SAP BTP subaccount and search for Event Mesh. Click on create. For Runtime Environment, select Cloud Foundry and for Space the space created in the previous step. Refer to the sample JSON for parameters. Make sure the namespace is saas/isa/cons.
    create-event-mesh.png
  • Navigate to Services -> Instances and Subscriptions. Locate the service instance created in the previous step on the Instances tab. When the service instance creation is completed, click on it to navigate to the details page. Here you need to create a new Service Key. When this is created choose View Credentials and copy the JSON credentials displayed there.
    create-service-key.png

Create Event Channel

For SAP S/4HANA Cloud:

  • Log into your SAP S/4HANA Cloud system with the Administrator role. Open Communication Arrangements app and create a new communication arrangement for the SAP_COM_0092 scenario. In the Service Key text box, paste the service key credentials copied from the previous step. Use the same communication user created before.
    create-event-channel-s4hanacloud-1.png
  • Open Maintain Event Channel Binding app. Locate and navigate to the detail page of the event channel created in the previous step. Here, assign the Outbound Topics sap/s4/beh/businesssituation/v1/BusinessSituation/* and sap/s4/beh/businesssituationtype/v1/BusinessSituationType/*
    assign-outbound-topics-s4hanacloud-1.png

For SAP S/4HANA:

  • Log into your SAP S/4HANA back-end system and open transaction /IWXBE/CONFIG. Choose via Service Key and enter the channel, RFC destination name (your preferred SM59 destination name), OAuth 2.0 configuration name (your configuration preferred name. The name must not have been used yet). Paste the service key credentials copied from the previous step in the Service Key text box and choose Save. Make sure the channel is activated and you can press the Check Connection button to verify the connection.
    create-event-channel-s4hana.png
  • Open transaction /IWXBE/OUTBOUND_CFG. On the Outbound Binding Configuration UI, choose the channel you’ve created in the previous step and press Create new topic binding. In the Create Outbound Binding dialog box, select the topics sap/s4/beh/business situation/v1/BusinessSituation/* and sap/s4/beh/businesssituationtype/v1/BusinessSituationType/*
    assign-outbound-topics-s4hana.png

Onboard the SAP S/4HANA Cloud or SAP S/4HANA system

  • In your SAP BTP subaccount, navigate to the Security -> Role Collections section. Create a new Role Collection and assign the role SituationAutomationAdminUser and your user to it.
    create-role-collection.png
  • Navigate to Service -> Instances and Subscriptions to locate the subscription to Intelligent Situation Automation and click on it to navigate to the details page. Click on the Go to Application button to launch the Situation Automation Fiori launchpad.
    subscription-completed-1.png
  • On the Situation Automation Fiori launchpad, open the Onboard System app. Choose Click here to add a system to onboard the SAP S/4HANA or SAP S/4HANA cloudsystem. Choose the destination created in the Configure Destination on SAP BTP step. Provide a name and description and choose Create to start the onboarding process.
    isa-onboard-system-1.png
  • Depending on the number of situation instances in the respective system, the onboarding might take some time to finish.
    isa-onboarding-completion-1.png

Interested in configuring automation for situation templates?

Check out this link to find the list of supported use cases for Intelligent Situation Automation.

Refer to this blog post to check how you can configure situation automation for Physical Inventory Management.

Where can you find more information?

What Is Intelligent Situation Automation?

Administration Guide

User Guide

Related blog posts

Intelligent Situation Automation – an extension of SAP S/4HANA Situation Handling

Generally available: Accelerate your SAP S/4HANA Cloud automation journey with Intelligent Situation Automation

Intelligent Situation Automation – The next big step in Digital Transformation

UX for Intelligent Situation Automation

How to Configure Intelligent Situation Automation for Physical Inventory Monitoring in 5 Easy Steps?

Special thanks to Vinoth Kumar Vaithianathan for providing the content for this blog.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK