Skip to content

Commit 252c699

Browse files
committed
Merge remote-tracking branch 'SAPDocuments/master'
2 parents 177ceed + 9b21df8 commit 252c699

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

tutorials/cpi-sentiment-analysis-s4/cpi-sentiment-analysis-s4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Set up an SAP Hybris Marketing Cloud system
33
description: Set up the communication user on the SAP Hybris Marketing Cloud system.
4-
primary_tag: products>sap-s-4hana
5-
tags: [ tutorial>beginner ]
4+
primary_tag: products>sap-hybris-as-a-service-on-sap-cloud-platform
5+
tags: [ tutorial>beginner, products>sap-hybris-as-a-service-on-sap-cloud-platform, products>sap-s-4hana ]
66
---
77

88
## Prerequisites

tutorials/cpi-sentiment-analysis/cpi-sentiment-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Set up SAP Hybris Marketing Cloud integration with Twitter
33
description: The SAP Cloud Platform Integration package integrates social media data into SAP Hybris Marketing Cloud, and lets you load and analyze social media data from Twitter in SAP Hybris Marketing Cloud.
4-
primary_tag: products>sap-s-4hana
5-
tags: [ tutorial>beginner,products>sap-s-4hana ]
4+
primary_tag: products>sap-hybris-as-a-service-on-sap-cloud-platform
5+
tags: [ tutorial>beginner, products>sap-s-4hana, products>sap-hybris-as-a-service-on-sap-cloud-platform ]
66
---
77

88
## Prerequisites

tutorials/fiori-ios-scpms-apihub-hybris/fiori-ios-scpms-apihub-hybris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Build a Hybris Cloud app with SAP API Business Hub and SAP Cloud Platform SDK for iOS
33
description: Use the SAP API Business Hub integration in SAP Cloud Platform SDK for iOS to create an app extending SAP Hybris Cloud
44
primary_tag: products>sap-cloud-platform-sdk-for-ios
5-
tags: [ tutorial>how-to, tutorial>beginner, operating-system>ios, topic>mobile, topic>odata, products>sap-cloud-platform, products>sap-cloud-platform-sdk-for-ios, products>sap-hybris-as-a-service-on-sap-cloud-platform ]
5+
tags: [ tutorial>how-to, tutorial>beginner, operating-system>ios, topic>mobile, topic>odata, products>sap-cloud-platform, products>sap-cloud-platform-sdk-for-ios, products>sap-hybris-as-a-service-on-sap-cloud-platform, products>sap-api-management ]
66
---
77
## Prerequisites
88
- **Proficiency:** Beginner

tutorials/hxe-ua-visual-studio-debugging/hxe-ua-visual-studio-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ To mark a line as a **Breakpoint**, click the left side of the code line. A red
5454

5555
![Breakpoint Location](breakpoint_location.png)
5656

57-
If you click ![Continue Button](continue_button.png) you will be taken to the most recent **Breakpoint** that you have not stepped over.
57+
If you click the ![Continue Button](continue_button.png) **Continue Button** you will be taken to the most recent **Breakpoint** that you have not stepped over.
5858

5959
[ACCORDION-END]
6060

6161
[ACCORDION-BEGIN [Step 4: ](Stepping Into the Procedure)]
6262

63-
If your line of code contains an procedure, you can ![Step Into](step_into.png) __Step Into__ the procedure. This opens up another window with the procedure selected.
63+
If your line of code contains a procedure, you can ![Step Into](step_into.png) __Step Into__ the procedure. This opens up another window with the procedure selected.
6464

6565
Click the ![Step Into](step_into.png) __Step Into__ button. This opens the `system.calcMathAverage` procedure.
6666

tutorials/hxe-ua-visual-studio-google-cloud/hxe-ua-visual-studio-google-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Name your instance, choose the image type, and the instance type. Click **Launch
7979
![Provision Completed](provision_completion.png)
8080

8181
> **Note:**
82-
> You must enable the **Google Cloud Deployment Manager API** for use in your project. To enable the API, go to `https://console.developers.google.com/apis/api/deploymentmanager.googleapis.com/overview?project=<project number>`.
82+
> You must enable the **Google Cloud Deployment Manager API** for use in your project. To enable the API, go to `https://console.developers.google.com/apis/api/deploymentmanager.googleapis.com/overview?project=<project_number>`.
8383
8484
When you are prompted to connect to the instance via an SSH connection, click **Connect**.
8585

tutorials/hxe-ua-visual-studio-tables/hxe-ua-visual-studio-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Click ![Play Button](execute_button.png) **Execute** to execute the statements.
5959
Create the student score table by executing the following statements:
6060

6161
```bash
62-
CREATE TABLE SYSTEM.DEMO_STUDENT_SCORE_TABLE (name varchar(25), SCORE_MATH int, SCORE_HISTORY INT, PRIMARY KEY(name));
62+
CREATE TABLE SYSTEM.DEMO_STUDENT_SCORE_TABLE (name varchar(25), SCORE_MATH int, SCORE_HISTORY int, PRIMARY KEY(name));
6363
INSERT INTO SYSTEM.DEMO_STUDENT_SCORE_TABLE VALUES('Jerry','90','80');
6464
INSERT INTO SYSTEM.DEMO_STUDENT_SCORE_TABLE VALUES('Albert','91','81');
6565
INSERT INTO SYSTEM.DEMO_STUDENT_SCORE_TABLE VALUES('ShaoWei','92','82');

tutorials/hxe-ua-visual-studio-word-mapping/hxe-ua-visual-studio-word-mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Click **File** > **New** > **Project...**.
2828

2929
![New Project](new_project.png)
3030

31-
In the **New Project**, under **Installed** cascade from **Other Languages** to **Python** and click **HANA Express**.
31+
In the **New Project** window, under **Installed** cascade from **Other Languages** to **Python** and click **HANA Express**.
3232

3333
![New Project Window](new_project_window.png)
3434

3535
> **Note:**
36-
> The Category **Other Languages** may not appear on the list. Go straight to the *Python* category if you see it.
36+
> The Category **Other Languages** may not appear on the list. Go straight to the **Python** category if you see it.
3737
3838
For this project select *HANA Express Tweets Analysis Application*. Choose a name and save location for your project and then click **OK**.
3939

0 commit comments

Comments
 (0)