sap-tutorials / abap-core-development

Tutorials to support various abap products and functions.
Creative Commons Attribution 4.0 International
16 stars 18 forks source link

Create Database Table and Generate UI Service - Step 4 Fails on activation of service binding #2492

Closed mydoghasfleas closed 2 months ago

mydoghasfleas commented 3 months ago

Tutorials: https://developers.sap.com/tutorials/abap-environment-rap100-generate-ui-service.html

I am doing the tutorial for the second time, using the SAP BTP Trial (as before), and this time, for some reason, I am finding that the activation fails at the end.

The service binding ZRAP100_UI_TRAVELO4### activation fails with a message that "Usage of ZRAP100_UITravel### not permitted".

(Obviously using my own group number, not "###"!)

I find that I now have to change the service definition to add @AbapCatalog.extensibility.extensible: true, then release it with Contract C0.

Thereafter, I have to delete and recreate the service binding in order to be able to activate it.

Not sure whether this is something specific to me, or whether something has changed on the system since the previous time I did the tutorial.

mervey45 commented 2 months ago

Hi @mydoghasfleas ,

thank you for your message. The generator had an update. Therefore there are some steps added to this tutorial. It should work now.

Best regards, Merve