I_ChmlSuplrMatlImprtRespy
Supplier Material Import Responsibility
I_ChmlSuplrMatlImprtRespy is a Basic CDS View that provides data about "Supplier Material Import Responsibility" in SAP S/4HANA. It reads from 1 data source (ehfndv_csm_iresp) and exposes 14 fields. It has 7 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ehfndv_csm_iresp | ImportResponsibility | from |
Associations (7)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ChmlSuplrMatl | _ChmlSuplrMatl | $projection.ChmlSuplrMatlUUID = _ChmlSuplrMatl.ChmlSuplrMatlUUID -- Responsible Importer |
| [1..1] | I_ImprtRespyRespImporter | _ResponsibleImporter | $projection.ImprtRespyRespImporter = _ResponsibleImporter.ImprtRespyRespImporter |
| [0..*] | I_ImprtRespyRespImporterTxt | _ResponsibleImporterTxt | $projection.ImprtRespyRespImporter = _ResponsibleImporterTxt.ImprtRespyRespImporter -- Plant |
| [1..1] | I_Plant | _ReceivingPlantDetails | $projection.ImprtRespyRcvgPlant = _ReceivingPlantDetails.Plant -- Company Code |
| [1..1] | I_CompanyCode | _BuyingCompany | $projection.ImprtRespyBuyingCompanyCode = _BuyingCompany.CompanyCode -- Admin fields |
| [0..1] | I_User | _CreatedByUser | $projection.CreatedByUser = _CreatedByUser.UserID |
| [0..1] | I_User | _LastChangedByUser | $projection.LastChangedByUser = _LastChangedByUser.UserID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICHMLSUPLSPY | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Supplier Material Import Responsibility | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| creationutcdatetimeasCreationUTCDateTime | ||||
| createdbyuserasCreatedByUser | ||||
| lastchangedbyuserasLastChangedByUser | ||||
| chmlsuplrmatluuidasChmlSuplrMatlUUID | ||||
| imprtrespyrcvgplantasImprtRespyRcvgPlant | ||||
| validitystartdateasValidityStartDate | ||||
| validityenddateasValidityEndDate | ||||
| _ChmlSuplrMatl | _ChmlSuplrMatl | |||
| _ResponsibleImporter | _ResponsibleImporter | |||
| _ResponsibleImporterTxt | _ResponsibleImporterTxt | |||
| _ReceivingPlantDetails | _ReceivingPlantDetails | |||
| _BuyingCompany | _BuyingCompany | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser |
@AbapCatalog.sqlViewName: 'ICHMLSUPLSPY'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@AccessControl:{
authorizationCheck: #CHECK,
privilegedAssociations: ['_CreatedByUser','_LastChangedByUser']
}
@EndUserText.label: 'Supplier Material Import Responsibility'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #MASTER
},
semanticKey: [ 'ImprtRespyBuyingCompanyCode',
'ImprtRespyRcvgPlant' ] }
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
define view I_ChmlSuplrMatlImprtRespy
as select from ehfndv_csm_iresp as ImportResponsibility
-- Supplier Material
association [1..1] to I_ChmlSuplrMatl as _ChmlSuplrMatl on $projection.ChmlSuplrMatlUUID = _ChmlSuplrMatl.ChmlSuplrMatlUUID
-- Responsible Importer
association [1..1] to I_ImprtRespyRespImporter as _ResponsibleImporter on $projection.ImprtRespyRespImporter = _ResponsibleImporter.ImprtRespyRespImporter
association [0..*] to I_ImprtRespyRespImporterTxt as _ResponsibleImporterTxt on $projection.ImprtRespyRespImporter = _ResponsibleImporterTxt.ImprtRespyRespImporter
-- Plant
association [1..1] to I_Plant as _ReceivingPlantDetails on $projection.ImprtRespyRcvgPlant = _ReceivingPlantDetails.Plant
-- Company Code
association [1..1] to I_CompanyCode as _BuyingCompany on $projection.ImprtRespyBuyingCompanyCode = _BuyingCompany.CompanyCode
-- Admin fields
association [0..1] to I_User as _CreatedByUser on $projection.CreatedByUser = _CreatedByUser.UserID
association [0..1] to I_User as _LastChangedByUser on $projection.LastChangedByUser = _LastChangedByUser.UserID
{
--UUID of Import Responsibility
key ImportResponsibility.chmlsuplrmatlimprtrespyuuid as ChmlSuplrMatlImprtRespyUUID,
--Create date/time
@Semantics.systemDateTime.createdAt: true
ImportResponsibility.creationutcdatetime as CreationUTCDateTime,
--Created by user
@Semantics.user.createdBy: true
@ObjectModel.readOnly: true
ImportResponsibility.createdbyuser as CreatedByUser,
--Change date/time
@Semantics.systemDateTime.lastChangedAt: true
ImportResponsibility.lastchangeutcdatetime as LastChangeUTCDateTime,
--Changed by user
@Semantics.user.lastChangedBy: true
@ObjectModel.readOnly: true
ImportResponsibility.lastchangedbyuser as LastChangedByUser,
--UUID of Supplier Material
ImportResponsibility.chmlsuplrmatluuid as ChmlSuplrMatlUUID,
--Buying Comapny Code
ImportResponsibility.imprtrespybuyingcompanycode as ImprtRespyBuyingCompanyCode,
--Receiving Plant
ImportResponsibility.imprtrespyrcvgplant as ImprtRespyRcvgPlant,
--Responsible Importer
ImportResponsibility.imprtrespyrespimporter as ImprtRespyRespImporter,
-- Valid from date of setting
ImportResponsibility.validitystartdate as ValidityStartDate,
--Valid to date of setting
ImportResponsibility.validityenddate as ValidityEndDate,
--Remark
ImportResponsibility.imprtrespyremarktext as ImprtRespyRemarkText,
/* Associations */
_ChmlSuplrMatl,
_ResponsibleImporter,
_ResponsibleImporterTxt,
_ReceivingPlantDetails,
_BuyingCompany,
_CreatedByUser,
_LastChangedByUser
}
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