first commit

This commit is contained in:
2025-07-07 16:01:27 -03:00
commit 6d24d7d269
148 changed files with 33981 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity ZDEMO_ABAP_CARR_VE
as select from zdemo_abap_carr
{
key carrid,
carrname,
currcode,
url
}