Skip to content

Commit 29f5ac6

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 9e0ff53 + 12890b8 commit 29f5ac6

324 files changed

Lines changed: 1104 additions & 1310 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tutorials/abap-custom-analytical-queries-measures/abap-custom-analytical-queries-measures.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ author_profile: https://github.com/mervey45
1515
The Business user requires the Role `SAP_CA_BC_ANA_AQD_PC` to access the Query Designer.
1616
Furthermore `ABAP Custom Analytical Queries` as a tutorial reveals another Prerequisite.
1717

18+
## You will learn
19+
This tutorial teaches you the creation of a Custom Analytical Query and the addition of a Calculated Measures. You will also be able to edit your calculated Measures and define an Exception Aggregation.
1820

1921
## Intro
2022
The Application Custom Analytical Queries characterizes the usage of reporting and analysis.
2123
Raw data from business documents are getting converted into a meaningful grid.
2224
By using Custom Analytical Queries you do not need to understand the technical details.
23-
## You will learn
24-
This tutorial teaches you the creation of a Custom Analytical Query and the addition of a Calculated Measures. You will also be able to edit your calculated Measures and define an Exception Aggregation.
25+
2526

2627
---
2728
### Open Custom Analytical Queries Application

tutorials/abap-custom-analytical-queries/abap-custom-analytical-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ author_profile: https://github.com/mervey45
1414
## Prerequisites
1515
The Business user requires the role `SAP_BR_ANALYTICS_SPECIALIST` to access the Query Designer. The according business catalog is `SAP_CA_BC_ANA_AQD`.
1616

17+
## You will learn
18+
In this tutorial you will learn how to setup Custom Analytical Queries for use. This section deals with creating, deleting and modifying queries. The creation of Restricted Measures will take part in this example.
1719

1820
## Intro
1921
**Custom Analytical Queries** is a tool used for reporting and analysis.
2022
Raw data from business documents are getting converted into a meaningful grid.
2123
By using Custom Analytical Queries you do not need to understand the technical details.
22-
## You will learn
23-
In this tutorial you will learn how to setup Custom Analytical Queries for use. This section deals with creating, deleting and modifying queries. The creation of Restricted Measures will take part in this example.
2424

2525
---
2626

tutorials/abap-environment-abap-flp/abap-environment-abap-flp.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@ author_profile: https://github.com/mervey45
1818
- You need to have business catalog `SAP_CORE_BC_UI_FLD` assigned for the usage of manage launchpad space.
1919
- You need to have business catalog `SAP_CORE_BC_UI` assigned for the usage of manage launchpad settings.
2020

21-
## Intro
22-
Hint: Your Business Application Studio subscription needs to be in the same subaccount as the ABAP system.
23-
24-
2521
## You will learn
2622
- How to make use of IAM App and business catalog
2723
- How to create business roles
2824
- How to pin business catalogs
2925
- How to create spaces and pages
3026

27+
## Intro
28+
Integrate your list report application into ABAP Fiori launchpad by making use of IAM apps and business catalogs. Create business roles, spaces and pages.
29+
Hint: Your Business Application Studio subscription needs to be in the same subaccount as the ABAP system.
30+
3131
---
3232
### Make use of existing IAM App and business catalog
3333

34-
3534
1. Open ADT, select your package `ZTRAVEL_APP_XXX` and open your IAM App `ZTRAVEL_IAM_XXX`. Add the UI5 application ID to your IAM app and publish it.
3635

3736
![iamapp](iamapp.png)

tutorials/abap-environment-behavior-action/abap-environment-behavior-action.md

Lines changed: 164 additions & 170 deletions
Large diffs are not rendered by default.

tutorials/abap-environment-behavior/abap-environment-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In this tutorial, wherever XXX appears, use a number (e.g. 000).
4444
4. Replace your code with following.
4545

4646
```ABAP
47-
managed implementation in class ZCL_BP_I_TRAVEL_M_XXX unique;
47+
managed implementation in class zbp_i_travel_m_xxx unique;
4848
4949
define behavior for ZI_TRAVEL_M_XXX alias Travel
5050
persistent table ztravel_xxx

tutorials/abap-environment-console-application/abap-environment-console-application.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,6 @@ Or select the icon.
187187

188188
Write only the write statement with following information: Hello SAP Cloud Platform ABAP Environment!
189189

190+
[VALIDATE_1]
191+
[ACCORDION-END]
190192

tutorials/abap-environment-create-table/abap-environment-create-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Right-click on your package and navigate to **New** > **Other ABAP Repository Ob
165165
* check the result
166166
SELECT * FROM ztbooking_xxx INTO TABLE @it_bookings.
167167
out->write( sy-dbcnt ).
168-
out->write( 'data inserted successfully!').
168+
out->write( 'data inserted successfully!' ).
169169
170170
ENDMETHOD.
171171

tutorials/abap-environment-trial-onboarding/abap-environment-trial-onboarding.md

Lines changed: 12 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author_profile: https://github.com/mervey45
1212
<!-- description --> Create a trial user and ABAP cloud project with SAP BTP ABAP environment.
1313

1414
## Prerequisites
15-
- You have read the blog post [It's Trial Time for ABAP in SAP Cloud Platform](https://blogs.sap.com/2019/09/28/its-trialtime-for-abap-in-sap-cloud-platform/), including the section "Rules of the Game"
15+
- You have read the blog post [It's Trial Time for ABAP in SAP Business Technology Platform](https://blogs.sap.com/2019/09/28/its-trialtime-for-abap-in-sap-cloud-platform/), including the section "Rules of the Game"
1616
- You have created a **trial account on SAP BTP**: [Get a Free Account on SAP BTP Trial](hcp-create-trial-account)
1717
- You have a **subaccount and dev space US East (VA) as region**
1818
- You have downloaded and installed the [latest ABAP Development Tools (ADT)] (https://tools.hana.ondemand.com/#abap).
@@ -65,13 +65,13 @@ This tutorial is part of a 3-part series of SAP BTP, ABAP Environment tutorials,
6565

6666
![Select ABAP Trial](boosters3.png)
6767

68-
6. The booster is now executed successfully.
68+
6. The booster is now executed successfully. Download your service key for later use.
6969

70-
![Select ABAP Trial](boosters4.png)
70+
![Select ABAP Trial](downloadkey.png)
7171

7272

7373

74-
### Open ABAP Development Tools
74+
### Open ABAP Development Tools
7575

7676

7777
Open Eclipse. Make sure you have installed ADT in your Eclipse. Find [here](abap-install-adt) the Eclipse installation instruction.
@@ -86,90 +86,21 @@ Open Eclipse. Make sure you have installed ADT in your Eclipse. Find [here](abap
8686

8787
![Create ABAP cloud project](cloud.png)
8888

89-
2. Select **Use Cloud Foundry Environment** and click **Next >**.
89+
2. Select **SAP BTP ABAP Environment** > **Use a Service Key** and click **Next >**.
9090

9191
![Create ABAP cloud project](project2x.png)
9292

93-
3. Enter your **connection settings**:
94-
- Region: choose your SAP BTP Cloud Foundry Environment region, for e.g. US East (VA)
95-
- Email: your email address
96-
- Password: your password
93+
3. Import your service key and click **Next >**.
9794

98-
![Create ABAP cloud project](projectx12.png)
95+
![Create ABAP cloud project](skey.png)
9996

100-
Click **Next >**.
97+
4. Click **Open Logon Page in Browser**.
10198

102-
4. Set your **service instance details**:
103-
- Organization: your organization
104-
- Space: dev
105-
- Service instance: `default_abap-trial`
99+
![Create ABAP cloud project](project44.png)
106100

107-
![Create ABAP cloud project](projectx22.png)
101+
>**Hint:** If you are already logged on in the default browser with a user which you do not want to use for this project, then use the **Copy Logon URL to Clipboard** option and paste the URL in a browser started in private or incognito mode or a non defaulted browser.
108102
109-
Click **Next >**.
110-
111-
>**HINT:** Your service instance is **`default_abap-trial`** when you use the **ABAP trial booster** on SAP BTP. If you create a manual instance, use your own instance name.
112-
113-
5. Click **Open Logon Page in Browser**.
114-
115-
![Create ABAP cloud project](project4.png)
116-
117-
6. Now you've been authenticated automatically. Provide your credentials if requested. The credentials are the same you used to create your trial account on SAP BTP.
118-
119-
Go back to ADT.
120-
121-
![Create ABAP cloud project](project52.png)
122-
123-
Click **Finish**.
124-
125-
126-
7. Your trial system appears on the project explorer.
127-
128-
![Create ABAP cloud project](project62.png)
129-
130-
131-
### Alternative 2: Create ABAP cloud project
132-
133-
134-
You can also create your ABAP cloud project with a service key. For that, follow the instruction:
135-
136-
1. Log in to [SAP BTP trial cockpit](https://cockpit.hanatrial.ondemand.com/).
137-
138-
2. Select your **trial** subaccount.
139-
140-
![Create ABAP cloud project](keytrial.png)
141-
142-
3. Click **Instances and Subscriptions**.
143-
144-
![Create ABAP cloud project](keytrial2.png)
145-
146-
4. Select **Instances**, navigate to **`default_abap-trial`** and select the arrow on the right side.
147-
148-
![Create ABAP cloud project](keytrial3.png)
149-
150-
5. Select **Service Key**, the menu and click **Download**.
151-
152-
![Create ABAP cloud project](keytrial4.png)
153-
154-
Now your service key gets downloaded. You can use it in the next steps.
155-
156-
6. Switch to Eclipse and select **File** > **New** > **Other** > **ABAP Cloud Project** and click **Next >**.
157-
158-
![Create ABAP cloud project](cloud.png)
159-
160-
7. Select **Use a Service Key** and click **Next >**.
161-
162-
![Create ABAP cloud project](key5.png)
163-
164-
8. Paste your service key and click **Next >**.
165-
166-
![Create ABAP cloud project](key6.png)
167-
168-
9. Click **Open Logon Page in Browser**.
169-
170-
![Create ABAP cloud project](key7.png)
171-
172-
10. Now you've been authenticated automatically. Provide your credentials if requested. The credentials are the same you used to create your trial account on SAP BTP.
103+
5. Now you've been authenticated automatically. Provide your credentials if requested. The credentials are the same you used to create your trial account on SAP BTP.
173104

174105
Go back to ADT.
175106

@@ -178,7 +109,7 @@ You can also create your ABAP cloud project with a service key. For that, follow
178109
Click **Finish**.
179110

180111

181-
7. Your trial system appears on the project explorer.
112+
6. Your trial system appears on the project explorer.
182113

183114
![Create ABAP cloud project](project62.png)
184115

221 KB
Loading
-43.9 KB
Loading

0 commit comments

Comments
 (0)