Update
This commit is contained in:
18
src/zdemo_abap_fli_ve.ddls.asddls
Normal file
18
src/zdemo_abap_fli_ve.ddls.asddls
Normal file
@@ -0,0 +1,18 @@
|
||||
@AccessControl.authorizationCheck: #NOT_REQUIRED
|
||||
define view entity ZDEMO_ABAP_FLI_VE
|
||||
as select from zdemo_abap_fli
|
||||
{
|
||||
key carrid,
|
||||
key connid,
|
||||
key fldate,
|
||||
price,
|
||||
currency,
|
||||
planetype,
|
||||
seatsmax,
|
||||
seatsocc,
|
||||
paymentsum,
|
||||
seatsmax_b,
|
||||
seatsocc_b,
|
||||
seatsmax_f,
|
||||
seatsocc_f
|
||||
}
|
||||
Reference in New Issue
Block a user