C_SerialNumbersForGdsMvtVH

DDL: C_SERIALNUMBERSFORGDSMVTVH SQL: CSRNRGDSMVTVH Type: view CONSUMPTION

Value Help for Serial numbers for Goods Movement

C_SerialNumbersForGdsMvtVH is a Consumption CDS View that provides data about "Value Help for Serial numbers for Goods Movement" in SAP S/4HANA. It reads from 1 data source (I_Equipment) and exposes 20 fields with key fields SerialNumber, Material, Equipment. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_Equipment I_Equipment from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_EquipmentStockSegment _stocksegment $projection.Equipment = _stocksegment.Equipment

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CSRNRGDSMVTVH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value Help for Serial numbers for Goods Movement view
Search.searchable true view
Consumption.ranked true view

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY SerialNumber SerialNumber
KEY Material Material
KEY Equipment Equipment
EquipmentHasStockInformation EquipmentHasStockInformation
Batch Batch
Plant _stocksegment Plant
StorageLocation _stocksegment StorageLocation
InventoryStockType _stocksegment InventoryStockType
InventorySpecialStockType _stocksegment InventorySpecialStockType
StockIdentifyingBatch _stocksegment Batch
SpecialStockIdfgSupplier _stocksegment Supplier
SalesOrder _stocksegment SalesOrder
SalesOrderItem _stocksegment SalesOrderItem
WBSElement
AuthorizationGroup AuthorizationGroup
Customer Customer
Supplier Supplier
_Customer _Customer
_Supplier _Supplier
_Material _Material
@AbapCatalog.sqlViewName: 'CSRNRGDSMVTVH'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #CONSUMPTION

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#NOT_REQUIRED

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#TRANSACTIONAL
@ObjectModel.dataCategory:#VALUE_HELP

@ClientHandling.algorithm: #SESSION_VARIABLE

@EndUserText.label: 'Value Help for Serial numbers for Goods Movement'

@Search.searchable: true
@Consumption.ranked: true

define view C_SerialNumbersForGdsMvtVH
  as select from I_Equipment
  association [0..1] to I_EquipmentStockSegment as _stocksegment on $projection.Equipment = _stocksegment.Equipment

{
        @Search.defaultSearchElement: true
        @Search.fuzzinessThreshold: 0.8
        @Search.ranking: #HIGH
  key   SerialNumber,
  key   Material,
  key   Equipment,
        EquipmentHasStockInformation,
        Batch,
        @Search.defaultSearchElement: true
        @Search.fuzzinessThreshold: 0.8
        @Search.ranking: #LOW
        _stocksegment.Plant                                                                       as Plant,
        @Search.defaultSearchElement: true
        @Search.fuzzinessThreshold: 0.8
        @Search.ranking: #LOW
        _stocksegment.StorageLocation                                                             as StorageLocation,

        _stocksegment.InventoryStockType                                                          as InventoryStockType,

        _stocksegment.InventorySpecialStockType                                                   as InventorySpecialStockType,

        _stocksegment.Batch                                                                       as StockIdentifyingBatch,

        _stocksegment.Supplier                                                                    as SpecialStockIdfgSupplier,

        @UI.hidden: true
        @ObjectModel.foreignKey.association: null
        _stocksegment.SalesOrder                                                                  as SalesOrder,
        @UI.hidden: true
        @ObjectModel.foreignKey.association: null
        _stocksegment.SalesOrderItem                                                              as SalesOrderItem,
        @UI.hidden: true
         _stocksegment._WBSElementByInternalKey.WBSElementExternalID                              as WBSElement,

        /* Associations */
        @Consumption.hidden: true
        AuthorizationGroup,

        @Consumption.hidden: true
        Customer,

        @Consumption.hidden: true
        Supplier,

        @Consumption.hidden: true
        _Customer,
        @Consumption.hidden: true
        _Supplier,

        @Consumption.hidden: true
        _Material



}
where
  SerialNumber <> ' ' // AND SerialNumber is not null.

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EQUIPMENT",
"I_EQUIPMENTSTOCKSEGMENT",
"I_WBSELEMENTBYINTERNALKEY"
],
"ASSOCIATED":
[
"I_CUSTOMER",
"I_EQUIPMENTSTOCKSEGMENT",
"I_MATERIAL",
"I_SUPPLIER"
],
"BASE":
[
"I_EQUIPMENT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/