Skip to content

Commit 02ef93d

Browse files
committed
Adding validation for Using API Hub with WEb IDE
1 parent b522fb5 commit 02ef93d

2 files changed

Lines changed: 24 additions & 21 deletions

File tree

tutorials/webide-api-hub/1.png

-60.3 KB
Loading

tutorials/webide-api-hub/webide-api-hub.md

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,42 @@
11
---
2-
title: Using API Hub with SAP Web IDE
3-
description: Learn how to use the SAP API Business Hub integration with SAP Web IDE
2+
title: Using API Hub with Web IDE
3+
description: Learn how to use the SAP API Business Hub integration with Web IDE
44
primary_tag: topic>sapui5
5+
auto_validation: true
56
tags: [ tutorial>beginner, products>sap-cloud-platform, products>sap-web-ide ]
67
---
78

89
## Prerequisites
910
- **Proficiency:** Beginner
10-
- **Tutorials:** <br>[Enable the SAP Web IDE Full-Stack Service](https://www.sap.com/developer/tutorials/webide-onboarding-mc.html) <br>
11-
[Add API Business Hub API to a UI5 Application](https://www.sap.com/developer/tutorials/hcp-abh-api-ui5-app.html)
11+
- **How-Tos:** Enable the SAP Web IDE Full-Stack
12+
- **Tutorials:** [Add API Business Hub API to a UI5 Application](https://www.sap.com/developer/tutorials/hcp-abh-api-ui5-app.html)
1213

1314
## Next Steps
1415
- Select a tutorial group from the [Tutorial Navigator](https://www.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](https://www.sap.com/developer/tutorial-navigator.tutorials.html)
1516

1617
## Details
1718
### You will learn
18-
In this tutorial, you will explore some of the new features that are part of SAP Web IDE Full-Stack. Learn how to use the SAP API Business Hub services catalog that is available out of the box in this version of SAP Web IDE. Create and run an SAPUI5/Fiori Application.
19+
In this tutorial, you will explore some of the new features that are part of the SAP Web IDE Full-Stack. Learn how to use the SAP API Business Hub services catalog that is available out of the box in this version of SAP Web IDE. Create and run an SAPUI5/Fiori Application.
1920

2021
### Time to Complete
2122
**15 Min**
2223

2324
---
2425

25-
[ACCORDION-BEGIN [Step 1: ](Open SAP Web IDE Full-Stack)]
26-
Make sure you have SAP Web IDE Full-Stack open.
26+
[ACCORDION-BEGIN [Step 1: ](Open SAP Web IDE Full Stack)]
27+
Make sure you have the SAP Web IDE Full-Stack open.
2728

2829
![sap web ide multi-cloud service](1.png)
2930

30-
Steps on how to find and enable SAP Web IDE Full-Stack are available under the how-to guides.
31+
Steps on how to find and enable the SAP Web IDE Full-Stack are available in the Tutorial Navigator.
3132

3233
![start up page for web ide](2.png)
3334

34-
35+
[DONE]
3536
[ACCORDION-END]
3637

3738
[ACCORDION-BEGIN [Step 2: ](Create a new project)]
38-
In the SAP Web IDE, select **New Project from Template** by either selecting the icon on the home screen or by going to `File > New > Project from Template`.
39+
In the Web IDE, select **New Project from Template** by either selecting the icon on the home screen or by going to `File > New > Project from Template`.
3940

4041
![new project from template icon](3.png)
4142

@@ -45,7 +46,7 @@ On the Template Selection page, choose the **SAP Fiori Worklist Application** Te
4546

4647
Click **Next**.
4748

48-
49+
[DONE]
4950
[ACCORDION-END]
5051

5152

@@ -56,27 +57,29 @@ On the **Basic Information** page of the template wizard, provide a name for the
5657

5758
Click **Next**.
5859

59-
60+
[DONE]
6061
[ACCORDION-END]
6162

6263
[ACCORDION-BEGIN [Step 4: ](Select the data connection)]
63-
On the **Data Connection** page of the template wizard, select **SAP API Business Hub** from under the _Sources_ options.
64+
On the **Data Connection** page of the template wizard, select **Service Catalog** from under the _Sources_ options. In the drop down menu to select a system, find the **SAP API Business Hub** option.
6465

6566
![SAP API Business Hub in the service Catalog](6.png)
6667

67-
A list of APIs will populate in the table. You can filter down the APIs by either selecting an API Package from the drop-down or by entering a search term in the search box. **In the search box, type _employee_** to find the services available for employee information. Select the **Employee Entity Type** service from the list.
68+
You may be prompted for a username and password. Enter your credentials for the SAP Cloud Platform, which should be the same credentials you use to log in to the SAP API Business Hub.
6869

69-
![Services search on Data Connection page of wizard](6b.png)
70+
![login for SAP API Business Hub](6b.png)
7071

71-
You may be prompted for a username and password. This is in order for SAP API Business Hub to generate an API key for you. Enter your credentials for the SAP Cloud Platform, which should be the same credentials you use to log in to the SAP API Business Hub. **Enter your credentials and click Login**.
72+
If you successfully login, a list of services will populate in the Services pane. **In the search box, type _employee_** to find the services available for employee information.
7273

73-
![login for SAP API Business Hub](7.png)
74+
![Services search on Data Connection page of wizard](7.png)
7475

75-
Once you are successfully logged in, you should see a blue message on the top of the screen saying that _Service: Employee Entity Type selected_. Once the proper data service is selected, click **Next**.
76+
Select the **Employee Entity Type** service from the list. You should see a blue message on the top of the screen saying that _Service: Employee Entity Type selected_.
7677

7778
![selection of Employee Entity Type](8.png)
7879

80+
You can open up the Employee Entity Type service to see what collections are provided with this API Service. Drilling down further reveals the attributes available for each collection. Once the proper data service is selected, click **Next**.
7981

82+
[DONE]
8083
[ACCORDION-END]
8184

8285
[ACCORDION-BEGIN [Step 5: ](Customize the template)]
@@ -111,15 +114,15 @@ Once the data binding and application settings are complete, click **Next**.
111114

112115
![Template Customization page with next selected](11.png)
113116

114-
117+
[DONE]
115118
[ACCORDION-END]
116119

117120
[ACCORDION-BEGIN [Step 6: ](Finish the app)]
118121
On the **Confirmation** page of the template wizard, click **Finish** to create your application.
119122

120123
![Confirmation page with finish indicated](12.png)
121124

122-
125+
[DONE]
123126
[ACCORDION-END]
124127

125128
[ACCORDION-BEGIN [Step 7: ](Run the application)]
@@ -141,7 +144,7 @@ When your application loads, you will see a list of employee names and emails pu
141144

142145
![expected output of the project as a web app](16.png)
143146

144-
147+
[VALIDATE_7]
145148
[ACCORDION-END]
146149

147150

0 commit comments

Comments
 (0)