Skip to content

Commit 49b459a

Browse files
committed
Merge branch 'master' of github.com:SAPDocuments/Tutorials
2 parents cfc0891 + 1f7fd97 commit 49b459a

560 files changed

Lines changed: 4783 additions & 1088 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.

data/spelling.white.list.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@
302302
"preinstalled",
303303
"pre-pend",
304304
"pre-pended",
305+
"productize",
305306
"proxied",
306307
"pulldown",
307308
"PuTTY",
@@ -372,6 +373,7 @@
372373
"SuccessFactors",
373374
"SuSE",
374375
"Sybase",
376+
"SwiftUI",
375377
"TechEd",
376378
"TensorFlow",
377379
"Tessel",

tutorials/abap-create-basic-app/abap-create-basic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and Run an ABAP Application
33
description: Create and run an ABAP application based on tables from the sample EPM data model.
44
auto_validation: true
55
primary_tag: topic>abap-development
6-
tags: [ tutorial>beginner, products>sap-netweaver ]
6+
tags: [ tutorial>beginner, software-product>sap-netweaver ]
77
time: 15
88
author_name: Julie Plummer
99
author_profile: https://github.com/julieplummer20

tutorials/abap-create-project/abap-create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an ABAP Project in ABAP Development Tools (ADT)
33
description: Configure the Eclipse IDE with the ABAP Development Tools for SAP NetWeaver (ADT) and create an ABAP project.
44
auto_validation: true
55
primary_tag: topic>abap-development
6-
tags: [ tutorial>beginner, products>sap-netweaver ]
6+
tags: [ tutorial>beginner, software-product>sap-netweaver ]
77
time: 15
88
author_name: Julie Plummer
99
author_profile: https://github.com/julieplummer20
@@ -12,7 +12,7 @@ author_profile: https://github.com/julieplummer20
1212

1313
## Prerequisites
1414
- You have a valid instance of an on-premise AS ABAP server, version 7.51 or higher (some ABAP Development Tools may not be available in earlier versions). You can download a free ABAP application server, developer edition, from [SAP Developers Community - Trials and Downloads](https://developers.sap.com/trials-downloads.html?search=AS%20ABAP), e.g. AS ABAP 7.52 SP04
15-
- You have downloaded and installed the latest Eclipse IDE from [Eclipse IDE for Java Developers ](http://www.eclipse.org/) site, and opened the application.
15+
- **Tutorial**: [Create an ABAP Project in ABAP Development Tools (ADT)](abap-create-project)
1616

1717
## Details
1818
### You will learn

tutorials/abap-dev-adt-create-cds-view/abap-dev-adt-create-cds-view.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ time: 20
1010
## Prerequisites
1111
- You have a valid instance of an on-premise AS ABAP server, version 7.51 or higher (some ABAP Development Tools may not be available in earlier versions)
1212
- You have run the transaction `SEPM_DG_OIA_NEW` or transaction `STC01 -> tasklist SAP_BASIS_EPM_OIA_CONFIG`. (If you do not, your CDS view will display empty.)
13-
- **Tutorial**: [Create an ABAP Package](abap-dev-create-package)
13+
- **Tutorial**: [Create an ABAP Project in ABAP Development Tools (ADT)](abap-create-project)
14+
- **Tutorial**: [Create an ABAP Package](abap-dev-create-package)
1415

1516
## Details
1617
### You will learn
17-
- How to use the new Core Data Services (CDS) tools in ABAP in Eclipse.
18+
- How to use the new Core Data Services (CDS) tools in ABAP Development Tools for Eclipse (ADT).
1819
- How to use the following ABAP and SQL elements in a CDS view:
1920
- SELECT statement
2021
- CASE statement

tutorials/abap-dev-adt-create-data-element/abap-dev-adt-create-data-element.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ time: 5
99

1010
## Prerequisites
1111
- You have a valid instance of an on-premise AS ABAP server, version 7.51 or higher (some ABAP Development Tools may not be available in earlier versions)
12+
- **Tutorial**: [Create an ABAP Project in ABAP Development Tools (ADT)](abap-create-project)
1213

1314
## Details
1415
### You will learn

tutorials/abap-dev-adt-create-new-structure/abap-dev-adt-create-new-structure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ author_profile: https://github.com/julieplummer20
1111

1212
## Prerequisites
1313
- You have a valid instance of an on-premise AS ABAP server, version 7.51 or higher (some ABAP Development Tools may not be available in earlier versions)
14+
- **Tutorial**: [Create an ABAP Project in ABAP Development Tools (ADT)](abap-create-project)
1415

1516
## Details
1617
### You will learn

tutorials/abap-dev-adt-use-cds-view/abap-dev-adt-use-cds-view.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ time: 15
99
---
1010
## Prerequisites
1111
- You have a valid instance of an on-premise AS ABAP server, version 7.51 or higher (some ABAP Development Tools may not be available in earlier versions)
12+
- **Tutorial**: [Create an ABAP Project in ABAP Development Tools (ADT)](abap-create-project)
1213
- **Tutorial**: [Create and Run an ABAP Program](abap-create-basic-app)
1314

1415
## Details

0 commit comments

Comments
 (0)