Skip to content

Commit 5247cc9

Browse files
committed
cp-s4-ext* fix prerequisites and next steps
1 parent 3a3ad55 commit 5247cc9

6 files changed

Lines changed: 15 additions & 12 deletions

File tree

tutorials/cp-s4-ext-install-nw/cp-s4-ext-install-nw.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ tags: [ tutorial>intermediate, products>sap-s-4hana ]
1010
- **Tutorials:** [Install openSUSE in VirtualBox Virtual Machine](https://www.sap.com/developer/tutorials/cp-s4-ext-install-linux.html)
1111

1212
## Next Steps
13-
- [Set up SAP HANA database on SAP Cloud Platform](https://www.sap.com/developer/tutorials/cp-s4-ext-slt1-hana-mdc.html)
13+
- [Tutorial Group: Create custom UI extension for Business Suite app on Cloud Platform](https://www.sap.com/developer/groups/cp-s4-ext-ui.html)
14+
- [Tutorial Group: Create SAP S/4HANA data mart on SAP Cloud Platform](https://www.sap.com/developer/groups/cp-s4-ext-datamart.html)
1415

1516
## Details
1617
### You will learn

tutorials/cp-s4-ext-slt1-hana-mdc/cp-s4-ext-slt1-hana-mdc.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ primary_tag: products>sap-cloud-platform
55
tags: [ tutorial>intermediate, products>sap-s-4hana, products>sap-cloud-platform, products>sap-hana ]
66
---
77
## Prerequisites
8-
- **Proficiency:** Intermediate
9-
- **Tutorials:**
8+
- **Proficiency:** Intermediate
9+
- **Tutorials:**
1010
- [Create a trial account on SAP Cloud Platform](https://www.sap.com/developer/tutorials/hcp-create-trial-account.html)
1111
- [Install SAP NetWeaver in openSUSE](https://www.sap.com/developer/tutorials/cp-s4-ext-install-nw.html)
12+
1213
## Next Steps
13-
- [Data Mart Scenario (Part 2): Replicate data using SLT](https://www.sap.com/developer/tutorials/cp-s4-ext-slt2-setup-slt.html)
14+
[Data Mart Scenario (Part 2): Replicate data using SLT](https://www.sap.com/developer/tutorials/cp-s4-ext-slt2-setup-slt.html)
1415

1516
## Details
1617
### You will learn
17-
You will create a new SAP HANA database schema in your SAP Cloud Platform account. You will run administrative steps and assign appropriate roles to the database user `SYSTEM` and create a second database user `ACME`, which you will use in the forthcoming exercises. Finally, you will set up your SAP HANA Development Environment in your Eclipse IDE and connect it to your new SAP HANA database.
18+
19+
You will create a new SAP HANA database schema in your SAP Cloud Platform Neo environment. You will run administrative steps and assign appropriate roles to the database user `SYSTEM` and create a second database user `ACME`, which you will use in the forthcoming exercises. Finally, you will set up your SAP HANA Development Environment in your Eclipse IDE and connect it to your new SAP HANA database.
1820

1921
### Time to Complete
2022
**30 Mins**

tutorials/cp-s4-ext-ui1-expose-odata/cp-s4-ext-ui1-expose-odata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags: [ tutorial>intermediate, products>sap-s-4hana, products>sap-cloud-platform
1414
- SAP NetWeaver AS ABAP 7.50 SP2
1515

1616
## Next Steps
17-
[Exposing Back-End APIs to the Cloud](https://www.sap.com/developer/tutorials/cp-s4-ext-ui2-cloud-connector.html)
17+
[SAP S/4HANA on-premises UI extension (Part 2): Exposing Back-End APIs to the Cloud](https://www.sap.com/developer/tutorials/cp-s4-ext-ui2-cloud-connector.html)
1818

1919
## Details
2020
### You will learn
@@ -27,7 +27,7 @@ You will learn how to enable and expose OData services from a SAP NetWeaver back
2727

2828
[ACCORDION-BEGIN [Step 1:](Check SAP NetWeaver is operational)]
2929

30-
In this step you will verify that the `SAP NetWeaver` system you installed in the preceding tutorial is operational.
30+
In this step you will verify that the `SAP NetWeaver` system you installed in the preceding tutorial is operational.
3131

3232
1. Open VirtualBox and make sure that your openSUSE VM is started.
3333

tutorials/cp-s4-ext-ui2-cloud-connector/cp-s4-ext-ui2-cloud-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ tags: [ tutorial>intermediate, products>sap-s-4hana, products>sap-cloud-platform
99
- **Proficiency:** Intermediate
1010
- **Tutorials:**
1111
- [Create a trial account on SAP Cloud Platform](https://www.sap.com/developer/tutorials/hcp-create-trial-account.html)
12-
- [Enabling OData APIs in SAP NetWeaver](https://www.sap.com/developer/tutorials/cp-s4-ext-ui1-expose-odata.html)
12+
- [SAP S/4HANA on-premises UI extension (Part 1): Enabling OData APIs in SAP NetWeaver](https://www.sap.com/developer/tutorials/cp-s4-ext-ui1-expose-odata.html)
1313
- **Systems, Tools, Services:**
1414
- On host OS: VirtualBox, SAP Development Tools
1515
- In Google Chrome browser: SAP Cloud Platform Cockpit (SAP CP Cockpit), SAP Cloud Connector Administrator
1616

1717
## Next Steps
18-
[Creating an SAP Fiori Launchpad in the Cloud]
18+
[SAP S/4HANA on-premises UI extension (Part 3): Creating an SAP Fiori Launchpad in the Cloud](https://www.sap.com/developer/tutorials/cp-s4-ext-ui3-cloud-portal.html)
1919

2020
## Details
2121
### You will

tutorials/cp-s4-ext-ui3-cloud-portal/cp-s4-ext-ui3-cloud-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ tags: [ tutorial>intermediate, products>sap-s-4hana, products>sap-cloud-platform
77

88
## Prerequisites
99
- **Proficiency:** Intermediate
10-
- **Tutorials:** [Expose OData services to SAP Cloud Platform](https://www.sap.com/developer/tutorials/cp-s4-ext-ui2-cloud-connector.html)
10+
- **Tutorials:** [SAP S/4HANA on-premises UI extension (Part 2): Expose OData services to SAP Cloud Platform](https://www.sap.com/developer/tutorials/cp-s4-ext-ui2-cloud-connector.html)
1111
- **Systems, Tools, Services:**
1212
- SAP Web IDE
1313
- SAP CP cockpit
1414
- SAP CP Portal Service
1515

1616
## Next Steps
17-
- [Extend an SAPUI5 application](https://www.sap.com/developer/tutorials/cp-s4-ext-ui4-build-ui.html)
17+
- [SAP S/4HANA on-premises UI extension (Part 4): Extend an SAPUI5 application](https://www.sap.com/developer/tutorials/cp-s4-ext-ui4-build-ui.html)
1818

1919
## Details
2020
### You will learn

tutorials/cp-s4-ext-ui4-build-ui/cp-s4-ext-ui4-build-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [ tutorial>intermediate, products>sap-s-4hana, products>sap-cloud-platform
77

88
## Prerequisites
99
- **Proficiency:** Intermediate
10-
- **Tutorials:** [Create SAP Fiori Launchpad on SAP Cloud Platform](https://www.sap.com/developer/tutorials/cp-s4-ext-ui3-cloud-portal.html)
10+
- **Tutorials:** [SAP S/4HANA on-premises UI extension (Part 3): Create SAP Fiori Launchpad on SAP Cloud Platform](https://www.sap.com/developer/tutorials/cp-s4-ext-ui3-cloud-portal.html)
1111
- **Systems, Tools, Services:**
1212
- in Google Chrome browser: SAP Web IDE, SAP CP cockpit
1313

0 commit comments

Comments
 (0)