In this section, you will create an SAP Build Apps application.
Persona: Citizen Developer
Abbreviation: SAP Business Technology Platform = SAP BTP
Open SAP Build Apps Application Development link if you have it already bookmarked, otherwise open it via the SAP BTP Cockpit as described below.
-
To open SAP Build Apps Application Development via SAP cockpit, navigate to your SAP BTP subaccount.
-
From the left-side of your subaccount menu, navigate from Services → Instances and Subscriptions.
-
In the tab Subscriptions, find SAP Build Apps and choose Go to Application to open the entry page for Application Development.
-
You might be prompted with a log in screen of either default Identity Provider or custom Identity Provider depending on what you have configured.
-
Log in to the Application using your custom Identity Provider credentials.
-
On the Build, app dashboard choose Create
-
Choose Build an Application to create a new business application.
-
Select SAP Build Apps
-
Choose Web & Mobile Application.
<img src="./images/ba_chooseApp.png" width="80%"">
-
Enter a Project Name, for example Business Partner
-
Enter a Short Description.
-
Choose Create.
-
Your created project will be opened in App Builder which is the central page to build your application including a user interface, logic, as well as data integration.
-
Choose Headline.
-
Find the Properties tab in the menu on the right to change the content of the title. Choose Content and change the content from Headline to Extend UI Application.
<img src="./images/ba_title.png" width="80%"">
- Find the text field in the UI canvas in the center of your screen and choose the trash can icon to remove this component.
-
Choose the blank page. On the right side under the Properties, choose Page name.
-
Change the page name to Home.
To add a data source, you need to add the following steps to your project.
-
Choose the tab Integration at the top of App builder.
-
Find section No systems integrated and choose Add Integration.
-
On the next screen SAP Systems, select BTP Destinations.
-
Select the destination that you have created in the previous section from the list.
-
Under the Data entities, select Search and enter A_BUSINESSPARTNER.
-
Choose Install Integration.
-
After installing integration, you'll see Enable Data Entity. Select Enable Data Entity to enable it.
-
Now, search for A_BusinessPartnerAddress and choose Enable Data Entity.
-
Confirm that both entities have the status Enabled
-
Choose Save at top of the app builder. This adds the data source to your project. Choose UI Canvas to go back to the UI designer view.
-
Now you have added a data source for your SAP Build Apps application.