[go: up one dir, main page]

0% found this document useful (0 votes)
48 views1 page

Data+Definition+ZSLA C SBOOK

The document defines a projection view called ZSLA_C_SBOOK that is based on the ZSLA_I_SBOOK view and includes the key fields AirlineID, ConnectionID, FlightDate, BookingID as well as the PassengerName and Cancelled fields.

Uploaded by

Girish Chaple
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views1 page

Data+Definition+ZSLA C SBOOK

The document defines a projection view called ZSLA_C_SBOOK that is based on the ZSLA_I_SBOOK view and includes the key fields AirlineID, ConnectionID, FlightDate, BookingID as well as the PassengerName and Cancelled fields.

Uploaded by

Girish Chaple
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

@EndUserText.

label: 'Projection view of cds view zsla_i_sbook'


@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.allowExtensions: true
define root view entity ZSLA_C_SBOOK
provider contract transactional_query as projection on ZSLA_I_SBOOK
{
key AirlineID,
key ConnectionID,
key FlightDate,
key BookingID,
PassengerName,
Cancelled

You might also like