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/abap-environment-additional-functionality/abap-environment-additional-functionality.md
+38-44Lines changed: 38 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
auto_validation: true
3
-
title: Get to Know the Additional Functionality of Business Configuration
4
-
description: Learn how to use the copy and paste functionality of Excel documents. Get to know how to create knowledge transfer documentation and make use of intent navigation.
3
+
title: Get to know additional functionality of the Maintain Business Configurations app
4
+
description: Learn how to use the paste function to copy from Microsoft Excel documents. Get to know how to create business configuration documentation and make use of intent navigation.
- How to use copy and paste functionality of Excel documents
20
-
- How to create knowledge transfer document
19
+
- How to use the paste function to copy from Microsoft Excel documents
20
+
- How to create business configuration documentation
21
21
- How to make use of intent navigation
22
22
23
23
>**Hint:** Don't forget to replace all occurrences of the placeholder ### with your ID of choice in the exercise steps below. You can use the ADT function Replace All (`CTRL+F`) for the purpose.
24
24
25
25
---
26
26
[ACCORDION-BEGIN [Step 1: ](Use copy and paste functionality)]
27
27
28
-
You can add multiple holidays with copy & paste from [Microsoft Excel](https://ui5.sap.com/#/topic/f6a8fd2812d9442a9bba2f6fb296c42e).
28
+
You can add multiple error codes with copy & paste from [Microsoft Excel](https://ui5.sap.com/#/topic/f6a8fd2812d9442a9bba2f6fb296c42e).
29
29
30
30
1. Start the **Maintain Business Configurations** app.
31
31
32
-

32
+

33
33
34
34
2. Select your business configuration.
35
35
36
-

36
+

37
37
38
38
3. Click **Edit**.
39
39
40
40
4. Select **Export as**.
41
41
42
-

42
+

43
43
44
44
5. Export the current table content to spreadsheet:
45
-
- File Name: Holiday000s
46
-
- Format: `Microsoft Excel Workbook (*.xlsx)`
45
+
- File Name: **`ExcelCode###s`**
46
+
- Format: **`Microsoft Excel Workbook (*.xlsx)`**
47
47
48
-

48
+

49
49
50
50
6. Open the downloaded file and **Enable Editing**.
9. Back in the `Maintain Business Configurations` app, click **Paste**.
58
+
9. Back in the **Maintain Business Configurations** app, click **Paste**.
61
59
62
-

60
+

63
61
64
62
10. If prompted, click on **Allow**.
65
63
66
-
11. After pasting, you can see the new row. Select a transport and click on **Save**.
64
+
11. After pasting, you can see the new rows. Select a transport and click on **Save**.
67
65
68
-

66
+

69
67
70
68
[DONE]
71
69
[ACCORDION-END]
72
70
73
-
[ACCORDION-BEGIN [Step 2: ](Create knowledge transfer document)]
71
+
[ACCORDION-BEGIN [Step 2: ](Create business configuration documentation)]
74
72
75
-
You want to provide a detailed documentation of the business configuration to the user of the Maintain business configuration app.
73
+
You want to provide a detailed documentation of the business configuration to the user of the **Maintain Business Configurations** app.
76
74
77
-
1. Open your ABAP package in Eclipse, right-click on your business configuration maintenance object and select **New Knowledge Transfer Document**.
75
+
1. Open your ABAP package in ADT, right-click on your Business Configuration Maintenance Object and select **New Knowledge Transfer Document**.
78
76
79
-

77
+

80
78
81
-
2. Create a new knowledge transfer document:
82
-
- Name: `ZHOLIDAY###`
83
-
84
-

79
+
2. Create a new knowledge transfer document with Name **`ZERRORCODE###`**
85
80
86
81
3. Finish the wizard.
87
82
88
83
4. Write the documentation in markdown.
89
84
90
-

85
+

91
86
92
-
5. Activate your knowledge transfer document.
87
+
5. Activate your Knowledge Transfer Document.
93
88
94
-
6. Reload the maintain business configuration app. A new action will now will be visible on the top right corner. Click **Show Documentation**.
89
+
6. Reload the **Maintain Business Configurations** app. A new action will now will be visible on the top right corner.
95
90
96
-

91
+

97
92
98
-
7.Check the documentation in SAP Fiori.
93
+
7.Click **Show Documentation**.
99
94
100
-

95
+

101
96
102
97
103
98
[DONE]
104
99
[ACCORDION-END]
105
100
106
101
[ACCORDION-BEGIN [Step 3: ](Make use of intent navigation)]
107
102
108
-
You want to navigate from your SAP Fiori app to the maintenance view of a business configuration maintenance object.
109
-
110
-
For this [intent navigation](https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/76384d8e68e646d6ae5ce8977412cbb4.html#intent-navigation) you can use the parameter `TechnicalIdentifier` for the semantic object `BusinessConfiguration` with the action maintain.
103
+
You want to navigate from your SAP Fiori app to the maintenance view of a Business Configuration Maintenance Object.
111
104
112
-
You can test this in the browser:
105
+
For this [intent navigation](https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/76384d8e68e646d6ae5ce8977412cbb4.html#intent-navigation) you can use the parameter `TechnicalIdentifier` for the semantic object `BusinessConfiguration` with the action `maintain`.
113
106
114
-
`/ui#BusinessConfiguration-maintain` navigates to the List Report of the MBC app
115
-
`/ui#BusinessConfiguration-maintain?TechnicalIdentifier=ZHOLIDAY###` directly navigates to the maintenance view of the business configuration maintenance object `ZHOLIDAY###`
116
-
In your SAP Fiori app one option is to use [cross application navigation](https://sapui5.hana.ondemand.com/sdk/#/api/sap.ushell.services.CrossApplicationNavigation):
107
+
- You can test this in the browser:
108
+
-`/ui#BusinessConfiguration-maintain` navigates to the List Report of the **Maintain Business Configurations** app.
109
+
-`/ui#BusinessConfiguration-maintain?TechnicalIdentifier=ZERRORCODE###` directly navigates to the maintenance view of the Business Configuration Maintenance Object `ZERRORCODE###`
110
+
- In your SAP Fiori app one option is to use [cross application navigation](https://sapui5.hana.ondemand.com/sdk/#/api/sap.ushell.services.CrossApplicationNavigation):
0 commit comments