I_SerialNumberProfile
Serial Number Profile
I_SerialNumberProfile is a Basic CDS View that provides data about "Serial Number Profile" in SAP S/4HANA. It reads from 1 data source (t377p) and exposes 9 fields with key field SerialNumberProfile. It has 2 associations to related views. Part of development package LO_SN_DB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t377p | t377p | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SerialNumberProfileText | _Text | |
| [0..*] | I_SerialNumberProfileProcedure | _SerialNumberProfileProcedure | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| EndUserText.label | Serial Number Profile | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SerialNumberProfile | serail | ||
| SerialNmbrIsExstcRqdForAssgmt | serex | |||
| SerialNumberAssignmentStockChk | bstvp | |||
| EquipmentCategory | eqtyp | |||
| SrlNmbrPrflIsHarmonizedWithEWM | t377p | ewm_harmonized | ||
| UniqueItemIDIsRequiredInGdsMvt | iuid_compatible | |||
| UniqueItemIDColumnIsVisible | uid_used | |||
| _Text | _Text | |||
| _SerialNumberProfileProcedure | _SerialNumberProfileProcedure |
@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'
define root view entity I_SerialNumberProfile
as select from t377p
composition [0..*] of I_SerialNumberProfileText as _Text
composition [0..*] of I_SerialNumberProfileProcedure as _SerialNumberProfileProcedure
{
@ObjectModel: {
text.association: '_Text'
}
key serail as SerialNumberProfile,
serex as SerialNmbrIsExstcRqdForAssgmt,
bstvp as SerialNumberAssignmentStockChk,
eqtyp as EquipmentCategory,
t377p.ewm_harmonized as SrlNmbrPrflIsHarmonizedWithEWM,
iuid_compatible as UniqueItemIDIsRequiredInGdsMvt,
uid_used as UniqueItemIDColumnIsVisible,
_Text,
_SerialNumberProfileProcedure
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA