I_FLDLOGSSERIALNUMBER
Field Logistics Serial Number
I_FLDLOGSSERIALNUMBER is a CDS View in S/4HANA. Field Logistics Serial Number. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_FldLogsSerialNumber | view_entity | from | CONSUMPTION | Field Logistics Serial Number |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Field Logistics Serial Number'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
define view entity I_FldLogsSerialNumber
as select from flog_serial_num
{
key ebeln as PurchasingDocument,
key ebelp as PurchasingDocumentItem,
key fldlogsuuid as FldLogsDistrUUID,
key serialno as SerialNumber,
vbeln as DeliveryDocument,
posnr as DeliveryDocumentItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FLOG_SERIAL_NUM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/