I_LOCATIONTEXT
Location Text
I_LOCATIONTEXT is a CDS View in S/4HANA. Location Text. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /SCMTMS/VE_LOCTX | view_entity | from | BOPF: Location Description | |
| I_LocationAnalyticsText | view | from | COMPOSITE | Location - Text |
| R_LocationTextTP | view_entity | from | TRANSACTIONAL | Transactional Processing View for Location Description |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'ILOCATIONTEXT'
@ObjectModel.representativeKey: 'LocationUUID'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@VDM.lifecycle.contract.type: #NONE
@VDM.viewType: #BASIC
@EndUserText.label: 'Location Text'
define view entity I_LocationText
as select from /sapapo/loct
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_LocationBasic as _LocationBasic on $projection.LocationUUID = _LocationBasic.LocationUUID
{
key cast( locid as /sapapo/location_id preserving type ) as LocationUUID,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@Semantics.text: true
descr40 as LocationDescription,
/* Associations */
_Language,
_LocationBasic
}