Skip to content

Commit 02790d8

Browse files
committed
ssam app create 260227
1 parent 601a98c commit 02790d8

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

tutorials/mob-app-mao-erp-app-create/mob-app-mao-erp-app-create.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ author_profile: https://github.com/I545182
88
parser: v2
99
---
1010

11-
# 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.
1313

1414
## Prerequisites
1515
- Access to your SAP BTP Subaccount and Space.
1616
- Access to the SAP Mobile Services service in your SAP BTP subaccount.
1717
- Latest App Create and Metrics Updates. Please review SAP Note 3703174 for the latest updates.
1818

1919
## 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
2222
- Optional Features:
2323
1. Use an RFC Destination (Middleware Server) to create the App.
2424
2. Use an RFC Destination to send Metrics to Cloud Reporting.
@@ -30,7 +30,7 @@ parser: v2
3030
3. Usage Metering Background Job Missing.
3131

3232
## 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.
3434

3535
### Gather the Required Information
3636

@@ -165,11 +165,11 @@ In this mission you will learn how to create and update an SAP Mobile Services a
165165
| **`METERING`** | **`X-API-Key`** | **`<autogenerated_key>`** |
166166
| **`METERING`** | **`service_path`** | **`/mobileservices/service-key/metering`** |
167167

168-
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.
169169

170170
![SM37](sm37.png)
171171

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.
173173

174174
![SystemComponent](syscomp.png)
175175

@@ -179,7 +179,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
179179
| System Role | **`Host`** |
180180
| Active Flag | Selected |
181181

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.
183183

184184
**Selection Screen**
185185
![MetricsSelScreen](metricsselscreen.png)
@@ -261,9 +261,9 @@ In this mission you will learn how to create and update an SAP Mobile Services a
261261

262262
2. Execute transaction **SM59** from the SAP GUI. Then click the create icon.
263263

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).
265265

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.
267267

268268
![RFCTechSetMeter](rfctechsetmeter.png)
269269

@@ -273,19 +273,19 @@ In this mission you will learn how to create and update an SAP Mobile Services a
273273
| Service No.(Port) | **`443`** |
274274
| Path Prefix | **`/mobileservices/service-key/metering`** |
275275

276-
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**.
277277

278278
![RFCSecSetMetering](rfcsecsetmetering.png)
279279

280-
5. Save the RFC Destination.
280+
6. Save the RFC Destination.
281281

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.
283283

284-
7. Navigate to the **Administration** > **Server Management** section.
284+
8. Navigate to the **Administration** > **Server Management** section.
285285

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.
287287

288-
9. Update the **RFC Destination** and click **Save**.
288+
10. Update the **RFC Destination** and click **Save**.
289289

290290
![MDWMetering](mdwmetering.png)
291291

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

298298
![SatelliteSettings](satsettings.png)
299299

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.
301301

302302
![SatelliteOutput](satoutput.png)
303303

@@ -318,7 +318,7 @@ In this mission you will learn how to create and update an SAP Mobile Services a
318318
| Server GUID | **`<autogenerated_guid>`** |
319319
| Port | **`00443`** |
320320
| 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 |
322322

323323
**Additional Properties** (case sensitive)
324324

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

333333
>Ensure all properties exist even with no values.
334334
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.
336336

337337
**Successful Output**
338338
![SatMetricOutput](satmetricoutput.png)

0 commit comments

Comments
 (0)