This commit is contained in:
danrega
2024-01-30 17:19:27 +01:00
parent 7ac1f9320d
commit 3e98aba338
14 changed files with 706 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
@AccessControl.authorizationCheck: #NOT_REQUIRED
define root view entity ZDEMO_ABAP_RAP_RO_M_AS
as select from zdemo_abap_tabca
{
key id,
num1,
arithm_op,
num2,
calc_result,
@Semantics.systemDateTime.createdAt: true
crea_date_time,
@Semantics.systemDateTime.lastChangedAt: true
lchg_date_time
}