I_OilTransportSystem

DDL: I_OILTRANSPORTSYSTEM SQL: IOILTRANSPSYST Type: view BASIC

TSW Transport System

I_OilTransportSystem is a Basic CDS View that provides data about "TSW Transport System" in SAP S/4HANA. It reads from 1 data source (oijts) and exposes 2 fields with key field TransportSystem.

Data Sources (1)

SourceAliasJoin Type
oijts oijts from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IOILTRANSPSYST view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label TSW Transport System view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TransportSystem tsyst
IsBookTransferRelevant bookts
@AbapCatalog.sqlViewName: 'IOILTRANSPSYST'
//@AbapCatalog.compiler.compareFilter: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'TSW Transport System'
@VDM.viewType: #BASIC
@ObjectModel:{
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #L,
              usageType.dataClass: #TRANSACTIONAL
                }
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
define view I_OilTransportSystem
  as select from oijts
{
  key tsyst  as TransportSystem,
      bookts as IsBookTransferRelevant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"OIJTS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/