Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodester committed Dec 20, 2023
1 parent 3eb6340 commit 24258ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tutorials/build-apps-s4hana-crud/build-apps-s4hana-crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ primary_tag: software-product>sap-build-apps--enterprise-edition
---


# Perform CRUD for S/4HANA in SAP Build Apps
# Perform S/4HANA CRUD Operations in SAP Build Apps
<!-- description --> Using SAP Build Apps, create an app that performs all the CRUD operations for the SAP S/4HANA Cloud business partner address API, and handles $expand for nested entities and API rules.



## Prerequisites

- You have enabled SAP Build Apps on your trial tenant, as described in [Set Up SAP Build Apps (with Booster) on SAP BTP Trial Account](https://developers.sap.com/tutorials/build-apps-trial-booster.html).
- You have created a destination to your SAP S/4HANA Cloud system's Business Partners API. To get started, you can create a destination to the APIs on the SAP Business Accelerator Hub (see [Access Demo SAP APIs for SAP Build](https://www.youtube.com/watch?v=11TUQgQi-9k)) but you will not be able to update the data.
- You have created a destination to your SAP S/4HANA Cloud system's Business Partners API. See the [documentation](https://help.sap.com/docs/build-apps/service-guide/sap-systems?locale=en-US) for destinations being used in SAP Build Apps. The service URL should be in the form: `https://{host}:{port}/sap/opu/odata/sap/API_BUSINESS_PARTNER`
- To get started, you can create a destination to the APIs on the SAP Business Accelerator Hub (see [Access Demo SAP APIs for SAP Build](https://www.youtube.com/watch?v=11TUQgQi-9k)) and build the entire UI, but you will not be able to update the data.



Expand Down Expand Up @@ -614,4 +615,4 @@ Now use the app, and try out the following:
- Click on a BP and try to delete a non-default address.
- Try to add an address with country = `GB` (you should get an error since there is no way to add a postal code).


<iframe width="560" height="315" src="https://www.youtube.com/embed/tl5rdBKD3bY" frameborder="0" allowfullscreen></iframe>
Binary file modified tutorials/build-apps-s4hana-crud/try-mobile1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/build-apps-s4hana-crud/try-mobile2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/build-apps-s4hana-crud/try-mobile3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/build-apps-s4hana-crud/try-mobile4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24258ca

Please sign in to comment.