Files
abap-cheat-sheets/src/zdemo_abap_fli_ve.ddls.asddls
danrega 8ad91b2f43 Update
2024-04-26 15:27:51 +02:00

19 lines
349 B
Plaintext

@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
}