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 root view entity ZDEMO_ABAP_RAP_RO_U
as select from zdemo_abap_rapt1
composition [0..*] of ZDEMO_ABAP_RAP_CH_U as _child
{
key key_field,
field1,
field2,
field3,
field4,
_child
}