I_SERIALNUMBERPROFILEPROCEDURE

CDS View

Serial Number Profile Procedure

I_SERIALNUMBERPROFILEPROCEDURE is a CDS View in S/4HANA. Serial Number Profile Procedure. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_SrlNmbrPrflGdsMvtSttg view_entity from COMPOSITE Settings of serial number profiles in Goods Movements
P_SerialNumberProfileProcedure view_entity inner COMPOSITE Serial number profile procedure

Fields (4)

KeyField CDS FieldsUsed in Views
KEY SerialNumberProcedure SerialNumberProcedure 1
KEY SerialNumberProfile SerialNumberProfile 1
SerialNumberEquipCreationRqmt SerialNumberEquipCreationRqmt 1
SerialNumberUsageInAssignment SerialNumberUsageInAssignment 1
@AccessControl: { authorizationCheck: #NOT_REQUIRED,
                  personalData.blocking: #NOT_REQUIRED }

@VDM.viewType: #BASIC

@ObjectModel.usageType: {
        dataClass:      #CUSTOMIZING,
        serviceQuality: #A,
        sizeCategory:   #S }
@ObjectModel.supportedCapabilities: [
  #SQL_DATA_SOURCE,
  #CDS_MODELING_DATA_SOURCE,
  #CDS_MODELING_ASSOCIATION_TARGET
]
@AbapCatalog.entityBuffer.definitionAllowed: true
@EndUserText.label: 'Serial Number Profile Procedure'

define view entity I_SerialNumberProfileProcedure
  as select from t377
  association to parent I_SerialNumberProfile as _SerialNumberProfile
    on $projection.SerialNumberProfile = _SerialNumberProfile.SerialNumberProfile
{
  key serail as SerialNumberProfile,
  key beleg as SerialNumberProcedure,

  serpflicht as SerialNumberUsageInAssignment,
  equipfl as SerialNumberEquipCreationRqmt,
  cast( parvw as parvw_unv preserving type ) as PartnerFunction,
  uid_used as UniqueItemIDColumnIsVisible,

  _SerialNumberProfile
}