-
Notifications
You must be signed in to change notification settings - Fork 0
/
W4U4_DDLX_ZC_RAP_Booking_U_####.txt
51 lines (43 loc) · 1.32 KB
/
W4U4_DDLX_ZC_RAP_Booking_U_####.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@Metadata.layer: #CUSTOMER
@UI: {
headerInfo: {
typeName: 'Booking',
typeNamePlural: 'Bookings',
title: {
type: #STANDARD,
label: 'Booking',
value: 'BookingID'
}
}
}
annotate view ZC_RAP_Booking_U_#### with
{
@UI.facet: [ { id: 'Booking',
purpose: #STANDARD,
type: #IDENTIFICATION_REFERENCE,
label: 'Booking',
position: 10 } ]
@UI.hidden: true
TravelID;
@UI: { lineItem: [ { position: 10 } ],
identification: [ { position: 10 } ] }
BookingID;
@UI: { lineItem: [ { position: 20 } ],
identification: [ { position: 20 } ] }
BookingDate;
@UI: { lineItem: [ { position: 30 } ],
identification: [ { position: 30 } ] }
CustomerID;
@UI: { lineItem: [ { position: 40 } ],
identification: [ { position: 40 } ] }
CarrierID;
@UI: { lineItem: [ { position: 50 } ],
identification: [ { position: 50 } ] }
ConnectionID;
@UI: { lineItem: [ { position: 60 } ],
identification: [ { position: 60 } ] }
FlightDate;
@UI: { lineItem: [ { position: 70 } ],
identification: [ { position: 70 } ] }
FlightPrice;
}