Initial commit

This commit is contained in:
Daniel Reger
2022-12-05 11:03:16 +01:00
commit 75587a904b
98 changed files with 27377 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity ZDEMO_ABAP_RAP_CH_M
as select from zdemo_abap_rapt2
association to parent ZDEMO_ABAP_RAP_RO_M
as _parent on $projection.key_field = _parent.key_field
{
_parent,
key key_field,
key key_ch,
field_ch1,
field_ch2
}