A_SupplierListCompanyCode_2
Company Code for Supplier List
A_SupplierListCompanyCode_2 is a Consumption CDS View that provides data about "Company Code for Supplier List" in SAP S/4HANA. It reads from 1 data source (R_SupplierListCompanyCodeTP) and exposes 5 fields with key field CompanyCodeUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_SupplierListCompanyCodeTP | R_SupplierListCompanyCodeTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| OData.entityType.name | SupplierListCompanyCode_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.representativeKey | CompanyCodeUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Company Code for Supplier List | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCodeUUID | CompanyCodeUUID | ||
| CompanyCode | CompanyCode | |||
| SupplierListUUID | SupplierListUUID | |||
| IsDeleted | IsDeleted | |||
| SuplrListCoCodeProposalAction | SuplrListCoCodeProposalAction |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@OData.entityType.name:'SupplierListCompanyCode_Type'
@Metadata.ignorePropagatedAnnotations:true
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
representativeKey: 'CompanyCodeUUID',
semanticKey: ['SupplierListUUID', 'CompanyCode'],
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #B,
usageType.sizeCategory: #L
}
@EndUserText.label: 'Company Code for Supplier List'
define view entity A_SupplierListCompanyCode_2
as projection on R_SupplierListCompanyCodeTP
{
key CompanyCodeUUID,
CompanyCode,
SupplierListUUID,
IsDeleted,
SuplrListCoCodeProposalAction,
_SupplierListTP : redirected to parent A_SupplierList_2
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_SUPPLIERLISTCOMPANYCODETP"
],
"ASSOCIATED":
[
"A_SUPPLIERLIST_2",
"R_SUPPLIERLISTTP"
],
"BASE":
[
"R_SUPPLIERLISTCOMPANYCODETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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