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 link if you have it already bookmarked, otherwise open it via the SAP BTP Cockpit as described below.
-
To open SAP Build Apps 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, select the ... and choose Go to Application to open the entry page for SAP Build Apps.
-
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 SAP Build Lobby choose Create
-
Choose Build an Application to create a new business application.
-
Select SAP Build Apps
-
Choose Web & Mobile Application.
-
Enter a Project Name, for example Business Partner
-
Enter a Short Description.
-
Choose Create.
-
Your created project will be opened in App Editor which is the central place to build your application including a user interface, logic, as well as data integration.
-
Choose Headline and change the content from Headline to Extend UI Application.
-
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.
To add a data source, you need to add the following steps to your project.
-
Choose the tab Integrations at the top of App Editor.
-
Find section No systems integrated and choose Add Integration.
-
On the next screen select SAP Systems -> 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 Editor. This adds the data source to your project. Choose User Interface to go back to the UI designer view.
-
Now you have added a data source for your SAP Build Apps application.