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.
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.