SADL_GW_MDE_Merge_Inline

DDL: SADL_GW_MDE_MERGE_INLINE SQL: VSADLGWMMI Type: view

test

SADL_GW_MDE_Merge_Inline is a CDS View that provides data about "test" in SAP S/4HANA. It reads from 1 data source (sflight) and exposes 14 fields with key fields mandt, carrid, connid, fldate.

Data Sources (1)

SourceAliasJoin Type
sflight sflight from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName VSADLGWMMI view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label test view
OData.publish true view
Metadata.allowExtensions true view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt
KEY carrid carrid
KEY connid connid
KEY fldate fldate
price price
currency currency
planetype planetype
seatsmax seatsmax
seatsocc seatsocc
paymentsum paymentsum
seatsmax_b seatsmax_b
seatsocc_b seatsocc_b
seatsmax_f seatsmax_f
seatsocc_f seatsocc_f
@AbapCatalog.sqlViewName: 'VSADLGWMMI'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'test'

@OData.publish: true

@Metadata.allowExtensions: true

define view SADL_GW_MDE_Merge_Inline as select from sflight {
//sflight 

key mandt, 
key carrid, 
key connid, 
key fldate,
@UI.hidden: true 
price, 
@UI.hidden: true
currency, 
planetype, 
@UI.hidden: true
@UI.masked: true
seatsmax, 
seatsocc, 
@UI.multiLineText: true
paymentsum, 
seatsmax_b, 
seatsocc_b, 
seatsmax_f, 
seatsocc_f  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SFLIGHT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/