Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

APAP CDS – Core Data Services

Código fuente –CDS - Vista básica

CÓDIGO FUENTE
CDS - Vista básica
ABAP CDS – Core Data Services

1
APAP CDS – Core Data Services
Código fuente –CDS - Vista básica

@AbapCatalog.sqlViewName: 'ZV_01_GVALER'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Airline'
@VDM: {
viewType: #BASIC
}
define view zb_01_airl_gvaler as select from scarr {
carrid as Airline,
currcode as AirlineLocalCurrency,
url as AirlineUrl
}

You might also like