Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Exercise 3 - Emebedding the Web Application in the SAP Sales Cloud

Note that this exercise is showcased by the instructor only.

In this exercise, we will embed the webapp that was created in the previous step inside the Account Details screen of SAP Sales Cloud. This exercise consists of mainly two parts:

  • Creating a mashup configuration that stores information about the webapp like url and parameters.
  • Emebedding the mashup object into the Account Details screeen.

Exercise 3.1 Create a Mashup object in the SAP Sales Cloud

In this section we will create a mashup object using the webapp url that we have created in the excecise 2.

  1. Login to the SAP Sales Cloud and navigate to the Mashup Authoring screen
  • In the left hand side navigation, expand Administrator
  • Select Mashup Authoring
  • Once the mashup list screen opens, click New ans then HTML mashup
  1. Configure the mashup
  • Select With port binding and
  • Open Port Binding seletcion dialog and search and select Additional Account Information
  • Give the mashup some name like Warranties


  1. Scroll down and configure url and parameters binding
  • Select Type as URL
  • Give full (AppGyver) application url that you created in the execise-2 along with some parameter value (parameter value could be random)
  • Click Extract Parameter button to create parameter (parameter can also be created/deleted manually)
  • In the Parameter Binding select AccountInternalId
  • Test using Preview but since no parameter was passed, no data will be shown. But the application frame should show up.
  • Save & Activate

Exercise 3.2 Configure Account screen to embed the mashup

In this section we will configure the Account Details screen to embed the above mashup object.

  1. Open Account Object Work List, search for the Bank Tech account and open it as below:

  2. In the opened screen, start Adaptation Mode

  3. Add a tab to host the mashup inside Account Detail screen:

  4. Add mashup as below:

  • Select the Tab that you have just added

  • Select the Pencil icon in the default section as below diagram

  • In the right hand side car, nagivate to the View element using the back button

  • Click Add Mashup

  • In the mashup popup, search for the mashup that you have created earlier

  • Make sure to set the full width, hide the header and set height to cover full area in the tab.

  1. Hide extra section that was added by default:

  2. End Adaptation Mode:

  3. Test the embedded mashup:

Summary

With this we have completed all the execises in this workshop. Thanks a lot for following this up.