SAP-samples / cloud-abap-rap

This repository contains several examples how to develop with the ABAP RESTful Application Programming Model (RAP) in SAP BTP, ABAP environment.
Apache License 2.0
214 stars 60 forks source link

Change Package Name for OnPremise Installation #24

Closed richardbruenning closed 11 months ago

richardbruenning commented 11 months ago

Hi,

i would suggest to change the Package Name in the Readme.md https://github.com/SAP-samples/cloud-abap-rap/blob/main/README.md from TEST_RAP_GENERATOR to ZDMO_RAP_GENERATOR because of customer name space and so on.

Best regards Richard

anfisc commented 11 months ago

Hi Richard, I am using the package name TEST_RAPGENERATOR with the intention that the artefacts are not being transported anywhere since packages that start with TEST are part of the software component LOCAL. Since the artefacts of my generator are using the normal customer namespace "Z" the only thing I can imagin is that customers would like to create packages that start with the name "Z" instead of "TEST_". I can add a hint that this is possible as well, but that the generator is not menat to be transported to other systems since it is a development tool. Would that be sufficient from your point of view? Kind regards, Andre

richardbruenning commented 11 months ago

This Hint would make sense thank you. As alternative something with $ as hint for a local package would be understanable for most ABAPer :) But each solution is fine. Thx.