E_LocationBasic

DDL: E_LOCATIONBASIC Type: view_entity EXTENSION Package: VDM_LOCATION

Location - Extension

E_LocationBasic is a Extension CDS View that provides data about "Location - Extension" in SAP S/4HANA. It reads from 1 data source (/sapapo/loc) and exposes 1 field with key field LocationUUID. Part of development package VDM_LOCATION.

Data Sources (1)

SourceAliasJoin Type
/sapapo/loc Persistence from

Annotations (4)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #P view
EndUserText.label Location - Extension view
VDM.viewType #EXTENSION view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY LocationUUID
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #P
@EndUserText.label: 'Location - Extension'
@VDM.viewType: #EXTENSION

//Non-Draft Table

define view entity E_LocationBasic
  as select from /sapapo/loc as Persistence
{
  key cast( Persistence.locid as /sapapo/location_id preserving type ) as LocationUUID
}