Create Package of your Travel Application

In this series of exercise, you’ll have the opportunity to create an amazing transactional UI service along with the underlying RAP business object. 
To kick things off, you’ll start by creating an ABAP package, a database table, and an ABAP class to populate the table with some demo data. Then, with the help of the ADT wizard, you’ll effortlessly generate all the required RAP artifacts for your UI service, including the CDS data model, behavior definition, service definition, and service binding. Finally, you’ll publish your work and get a sneak peek of your Travel application in action with the SAP Fiori elements preview. Enjoy the journey – it’s going to be a fun ride to success!

Create Package

In ADT, navigate to the Project Explorer, right-click on the ZLOCAL package, and choose New > ABAP Package from the context menu.

This ABAP package will house all the artifacts you’ll be creating throughout the various exercises in this hands-on session
Choose a package name and description that you prefer, then add it to your favorite packages.
Click on Next
Click on “Next,” and it will prompt you for a Transport Request (TR). You can create a new TR for your objects at this stage.

Hooray! You’ve successfully created the package! Great job! 🎉

In the Next tutorial we are going to learn how to create database table and insert records.

Leave a Comment

Your email address will not be published. Required fields are marked *