Technology Blog Posts by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
Andre_Fischer
Product and Topic Expert
Product and Topic Expert
2,458

Since last SAP TechEd there was a script available that shows how to leverage developer extensibility using ABAP cloud called  RAP630 - Cloud ERP Extensibility .

abap-platform-rap630/README.md at main · SAP-samples/abap-platform-rap630 (github.com)

Since meanwhile two new ADT based wizards have been released for ABAP cloud you can walk now much faster through this script and it also shows a new feature of letting you generate your custom UI on top of a C1-released RAP business object.

The first wizard lets you simply right-click on a C1-release RAP business object:

002-start-generator.png

 

Create new bankCreate new bank

Whereas the second wizard, the new field extension wizard lets you add fields to an extensible RAP business object.

In order to let several developers test this new feature the RAP630 script contains a class that generates an extensible RAP BO for your convenience in the customer Z-namespace based on my openSource RAP Generator. 

By simply right clicking on the projection view of the released RAP business object the generator will generate all required repository objects.

ex3_with_wizard_020.png

ex3_with_wizard_190.png

 

If you want to try out this yourself either go and get a user in a SAP BTP ABAP Environment trial system. 

Create an SAP BTP ABAP Environment Trial User | SAP Tutorials

An example how to use the field extension wizard in SAP S/4HANA Cloud has been shown by the community member taranam in the following blog post:

S/4HANA Cloud: Field Extension Wizard in S/4HANA C... - SAP Community

Kind regards,   

Andre