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
# Create an SAP Mobile Services App for the SAP Service and Asset Manager Mobile App
12
-
<!-- description -->Create and update an SAP Mobile Services app for the SAP Service and Asset Manager mobile app using the Mobile Services App Create transaction /MERP/CPMS_APPCREATE from the SAP GUI.
11
+
# Create a SAP Service and Asset Manager Mobile Services App with Metrics
12
+
<!-- description -->Create and update a SAP Service and Asset Manager Mobile Services App with Metrics using transaction /MERP/CPMS_APPCREATE from the SAP GUI.
13
13
14
14
## Prerequisites
15
15
- Access to your SAP BTP Subaccount and Space.
16
16
- Access to the SAP Mobile Services service in your SAP BTP subaccount.
17
17
- Latest App Create and Metrics Updates. Please review SAP Note 3703174 for the latest updates.
18
18
19
19
## You will learn
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
-
- How to review the created MS app.
20
+
- How to create and update a SAP Service and Asset Manager Mobile Services App with Metrics using transaction `/MERP/CPMS_APPCREATE`.
21
+
- How to review the SAP Service and Asset Manager Mobile Services App with Metrics
22
22
- Optional Features:
23
23
1. Use an RFC Destination (Middleware Server) to create the App.
24
24
2. Use an RFC Destination to send Metrics to Cloud Reporting.
@@ -30,7 +30,7 @@ parser: v2
30
30
3. Usage Metering Background Job Missing.
31
31
32
32
## Intro
33
-
In this mission you will learn how to create and update an SAP Mobile Services app for the SAP Service and Asset Manager mobile app using the SAP Service and Asset Manager Mobile Services App Create transaction **`/MERP/CPMS_APPCREATE`** from the SAP GUI. The Mobile Services app created by the transaction may be used to onboard your SAP Service and Asset Manager mobile app.
33
+
In this mission you will learn to create and update a SAP Service and Asset Manager Mobile Services App with Metrics using transaction **`/MERP/CPMS_APPCREATE`** from the SAP GUI. The Mobile Services app created by the transaction may be used to onboard your SAP Service and Asset Manager mobile app.
34
34
35
35
### Gather the Required Information
36
36
@@ -165,11 +165,11 @@ In this mission you will learn how to create and update an SAP Mobile Services a
10. To verify that the Usage Metering Background Job is scheduled, please execute transaction **SM37** from the SAP GUI and search for the job name noted in Step 2.4. If the background job is missing, then please see Step 10.
168
+
9. To verify that the Usage Metering Background Job is scheduled, please execute transaction **SM37** from the SAP GUI and search for the job name noted in Step 2.4. If the background job is missing, then please see Step 10.
169
169
170
170

171
171
172
-
11. Execute transaction **/SYCLO/CONFIGPANEL** from the SAP GUI to open up the MAIF Configuraiton Panel. Navigate to **Mobile Application Configuration** > **System Components**. You should see a system component with the properties below.
172
+
10. Execute transaction **/SYCLO/CONFIGPANEL** from the SAP GUI to open up the MAIF Configuraiton Panel. Navigate to **Mobile Application Configuration** > **System Components**. You should see a system component with the properties below.
173
173
174
174

175
175
@@ -179,7 +179,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
179
179
| System Role |**`Host`**|
180
180
| Active Flag | Selected |
181
181
182
-
12. To ensure the Metrics Requests are sent successfully execute transaction **SE38** and execute program **`/MFND/CORE_CLOUD_METRICS_PROG`**. Provide `SAP_SERVICE_ASSET_MANAGER` in `Product Technical Name` and execute.
182
+
11. To ensure the Metrics Requests are sent successfully execute transaction **SE38** and execute program **`/MFND/CORE_CLOUD_METRICS_PROG`**. Provide `SAP_SERVICE_ASSET_MANAGER` in `Product Technical Name` and execute.
183
183
184
184
**Selection Screen**
185
185

@@ -261,9 +261,9 @@ In this mission you will learn how to create and update an SAP Mobile Services a
261
261
262
262
2. Execute transaction **SM59** from the SAP GUI. Then click the create icon.
263
263
264
-
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).
264
+
3. 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).
265
265
266
-
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.
266
+
4. 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.
267
267
268
268

269
269
@@ -273,19 +273,19 @@ In this mission you will learn how to create and update an SAP Mobile Services a
4. In the **Logon & Security** tab, within the **Security Options** > **Status of Secure Protocol** section, of your RFC destination please set the **SSL** radio button to **Active**.
276
+
5. In the **Logon & Security** tab, within the **Security Options** > **Status of Secure Protocol** section, of your RFC destination please set the **SSL** radio button to **Active**.
277
277
278
278

279
279
280
-
5. Save the RFC Destination.
280
+
6. Save the RFC Destination.
281
281
282
-
6. We will now update the Usage Metering Middleware Server with the RFC Destination created. To update the Middleware Server, execute transaction **/SYCLO/ADMIN** from the SAP GUI to open up the MAIF Admin Panel.
282
+
7. We will now update the Usage Metering Middleware Server with the RFC Destination created. To update the Middleware Server, execute transaction **/SYCLO/ADMIN** from the SAP GUI to open up the MAIF Admin Panel.
283
283
284
-
7. Navigate to the **Administration** > **Server Management** section.
284
+
8. Navigate to the **Administration** > **Server Management** section.
285
285
286
-
8. Select the Middleware Server with the name noted in Step 2.4. If the Usage Metering Middleware Server is missing then please see Step 9.
286
+
9. Select the Middleware Server with the name noted in Step 2.4. If the Usage Metering Middleware Server is missing then please see Step 9.
287
287
288
-
9. Update the **RFC Destination** and click **Save**.
288
+
10. Update the **RFC Destination** and click **Save**.
289
289
290
290

291
291
@@ -297,7 +297,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
297
297
298
298

299
299
300
-
3. Please take note of the **Middleware Server** created on the Host System with RFC.
300
+
3. Please take note of the **Middleware Server** created on the Host System via RFC.
301
301
302
302

303
303
@@ -318,7 +318,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
318
318
| Server GUID |**`<autogenerated_guid>`**|
319
319
| Port |**`00443`**|
320
320
| UI Host Name | No Value Required |
321
-
| RFC Destination | Provide RFC Destination to Satellite System |
321
+
| RFC Destination | Provide an RFC Destination to the Satellite System |
322
322
323
323
**Additional Properties** (case sensitive)
324
324
@@ -332,7 +332,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
332
332
333
333
>Ensure all properties exist even with no values.
334
334
335
-
12. To ensure the Satellite Metrics are retrieved successfully execute transaction **SE38** and execute program **`/MFND/CORE_CLOUD_METRICS_PROG`** in the Host System. Provide `SAP_SERVICE_ASSET_MANAGER` in `Product Technical Name` and execute.
335
+
6. To ensure the Satellite Metrics are retrieved successfully execute transaction **SE38** and execute program **`/MFND/CORE_CLOUD_METRICS_PROG`** in the Host System. Provide `SAP_SERVICE_ASSET_MANAGER` in `Product Technical Name` and execute.
0 commit comments