Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Getting Started

In this exercise, you will connect to the system and create your package. Be sure to use your assigned group number anywhere you see XXX in this document.

System Access & Package Creation

After completing these steps you will have accessed your trial account on SAP Business Technology Platform, created a service instance for the ABAP Trial on BTP, created a connection to the system from ABAP Development Tools in Eclipse, and finally created your group package which will be used for the rest of your exercise.

  1. Access the BTP, ABAP Environment Trial system by following the directions outlined in this tutorial. Once complete, return to this document and continue with step 2.

  2. Right-click on the “Favorite Packages“ and choose “Add Package“.

  3. Search for ZLOCAL and click “OK“.

  4. Under the “Favorite Packages” folder, expand the ZLOCAL folder.

  5. Right-click on the ZLOCAL package and choose “New“, then “ABAP Package“.

  6. Give the name of the package as Z_GRP_XXX where XXX is your group number. Group numbers will be assigned by the instructor. Also give a meaningful description and click “Next“.

  7. Click “Next”.

  8. If you do not currently have a transport request in this system, select the radiobutton to create one and give a description. Click “Finish”.

Summary

Now that you have connected to the system, logged on, and created your package, you are ready to start building your application.
Continue to - Exercise 1 - Creating your first ABAP classes