You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/mob-app-mao-erp-app-create/mob-app-mao-erp-app-create.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ parser: v2
19
19
## You will learn
20
20
- How to create and update an SAP Mobile Services app for the SAP Service and Asset Manager mobile app using the MS App Create transaction `/MERP/CPMS_APPCREATE`.
21
21
- How to review the created MS app.
22
-
- Optional features:
22
+
- Optional Features:
23
23
1. Use an RFC Destination (Middleware Server) to Create the App.
24
24
2. Add `sap-client` header to the Mobile Destinations.
25
25
3. Enable Multiple Threads in Offline Configuration.
26
26
4. Update the Usage Metering Middleware Server to use an RFC Destination.
27
-
- Troubleshoot the following symptoms:
27
+
- Troubleshoot:
28
28
1. Prompted to sign-in after selecting the **Launch in Browser** icon when testing the Mobile Destinations.
29
29
2. Missing Offline Configuration.
30
30
3. Usage Metering Middleware Server Missing and/or Properties Missing.
@@ -51,7 +51,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
51
51
52
52
1. Execute the transaction **`/MERP/CPMS_APPCREATE`** from the SAP GUI, then select your required variant (i.e., `SAP&SAM_<version>`).
53
53
54
-
2. Fill in the **Admin API**, **SCC Location Id** and **Virtual Host**. Please ensure the **Background Job User** will maintain authorization to run the Usage Metering background job (additional info below). To add the `sap-client` header to the Mobile Destinations please see Step 5 (recommended). To use an RFC Destination instead of the **Admin API** please see Step 4 (optional). Then execute the transaction.
54
+
2. Fill in the **Admin API**, **SCC Location Id** and **Virtual Host**. Please ensure the **Background Job User** will maintain authorization to run the Usage Metering background job (parameter info below). To add the `sap-client` header to the Mobile Destinations please see Step 5 (recommended). To use an RFC Destination instead of the **Admin API** please see Step 4 (optional). Then execute the transaction.
55
55
56
56

57
57
@@ -271,7 +271,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
271
271
272
272
2. Provide the destination name **`Z_SAM<version>_METERING`** and set **Connection Type** to **`G HTTP Connection to External Server`** (substituting `<version>` with your app version).
273
273
274
-
3. Provide the copied URL in **Host** field of the Target System Settings. Use the **Port** and **Path Prefix** as in the example below.
274
+
3. Provide the copied URL without `https://` in **Host** field of the Target System Settings. Use the **Port** and **Path Prefix** as in the example below.
0 commit comments