-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Good afternoon,
I am trying Exercise 1.1: Generate your package of RAP110 on my BTP ABAP Trial system.
I executed the class ZDMO_GEN_RAP110_SINGLE with F9 (console run).
However, only 4 objects were generated (see screenshot below):

Expected: the generator should also create CDS Views, Behavior Definitions (BDEF), Metadata Extensions, etc.
But those objects are missing in my generated package.
I tried to regenerate several times, but the result was the same.
Console Output:
RAP110 exercise generator
Use transport TRLK903146
Info: Suffix "018" will be used.
Package ZRAP110_018 does not exist.
use transport for deletion TRLK9xxxxx
Success: deleting CDS MDE objects
add object i bdef for deletion zrap110_I_TravelTP_018
Success: deleting bdef interface
add object i view for deletion zrap110_I_TravelTP_018 and zrap110_I_BookingTP_018
Success: deleting CDS interface objects
Number Range Object: ZRAP110018 Package: ZRAP110_018 created.
The following package got created for you and includes everything you need: ZRAP110_018
In the "Project Explorer" right click on "Favorite Packages" and click on "Add Package...".
Enter "ZRAP110_018" and click OK.
Environment:
- SAP BTP ABAP Trial
- ADT version: 2025-06 (4.36.0)
- Backend: SAP BTP ABAP Trial
Did I miss a step, or is this a known limitation of the Trial environment?
Any help would be greatly appreciated!