Skip to content

Latest commit

 

History

History
148 lines (97 loc) · 6.36 KB

README.md

File metadata and controls

148 lines (97 loc) · 6.36 KB

Home - RAP110

Exercise 0: Getting Started

Introduction

Note:
The screenshots in this document have been taken using the suffix or assigned suffix 810 and the system D23.
We do not recommend using assigned suffix 810 or 000.

Please note that ADT dialogs and views as well as SAP Fiori UIs may change in upcoming releases.

Create an ABAP Cloud Project in ADT

^Top of page

If not done already, you will first create an ABAP Cloud Project in your ADT installation to create a connection to the SAP BTP ABAP environment system.

🔵 Click to expand!
  1. If not done already, open the ABAP perspective as shown in the screenshot below.

    Open ABAP Perspective

  2. If not done already, now create the ABAP Cloud Project as shown in the screenshots below.

    For step 4 in the screenshot below, you will either import or copy and paste the 🔑 service key of the SAP BTP ABAP environment system on which you'll be performing the exercises. Then click Next to continue.

    Create ABAP Project Cloud 1/2

    For step 7 in the screenshot below, use the email and password of your ABAP user to log in to the system.

    You can keep the default Project name and click Finish to create the new ABAP Cloud Project in the Project Explorer view.

    Create ABAP Project Cloud 2/2

Helpful Information

^Top of page

This section contains some helpful information for the exercises: Find/Replace functionality, modern ABAP syntax, and useful ADT shortcuts.

🔵 Click to expand!

Find/Replace

In the course of these exercises you will frequently see the task to "replace the placeholder ### with your assigned suffix", where ### is your assigned suffix.

For this it's recommended to make use of the Find/Replace feature of the Eclipse Editor. It can be opened either via the menu (Edit -> Find/Replace...) or via Ctrl+F.

find and replace

Choosing Replace All allows you to replace all ocurrences of ### with your assigned suffix.

ABAP Pretty Printer (ABAP Formatter)

For this make use of the shortcut Shift + F1

Modern ABAP Syntax

The modern, declarative, and expression-oriented ABAP language syntax will be used in the different exercises. It allows developers to write more simple and concise source code using new language features like inline declarations, constructor expressions.

Find more information in the ABAP Keyword Documentation: ABAP - Programming Language

Useful ADT Shortcuts

Here are some useful ADT keyboard shortcuts for the ABAP development in Eclipse.

ADT Shortcuts

More useful ADT shortcuts can be found here: Link.

Info: You can display the full list of available shortcuts in the Show Key Assit in ADT by pressing Ctrl+Shift+L.

Summary

^Top of page

You can continue with the next exercise - Exercise 1: Inspect your Exercise Package - RAP BO & Business Service