Home - Cloud ERP Extensibility
In this exercise, you will start a helper class that will generate several artefacts needed for the remaining exercises.
You will use class ZDMO_GEN_RAP630_SINGLE
to generate two packages.
⚠️ Please note that if you don't find this class you have to import the openSource RAP Generator first as described in the section Getting started
The first package ZRAP630_###
will contain an extensible RAP business object which you will extend in exercise 2.
You will use the second package ZRAP630_###_EXT
to store the objects that you are going to create in Excerise 1 and Exercise 2.
-
Right-click Favorite Objects and click Add Object.
-
Search for
ZDMO_GEN_RAP630_SINGLE
, select it and click OK. -
Right-click
ZDMO_GEN_RAP630_SINGLE
, select Run As > ABAP Application (Console) F9. -
Now your packages
ZRAP630_###
andZRAP630_###_EXT
will now be created
(where the suffix###
denotes your group number and will contain everythin g you need).⚠ The generation process will take a few minutes.
⚠ So, stay tuned and check the ABAP console. -
⚠Note down the suffix
###
for later use. -
In the "Project Explorer" right click on Favorite Packages and click on Add Package....
EnterZRAP630_###
and and select both packages and click OK.
Now that you have generated your own extensible RAP business object you can continue to - Exercise 1