C_SupplierListCompanyCodeTP_2
Company Code for Supplier List - TP
C_SupplierListCompanyCodeTP_2 is a Consumption CDS View that provides data about "Company Code for Supplier List - TP" in SAP S/4HANA. It reads from 1 data source (R_SupplierListCompanyCodeTP) and exposes 6 fields with key field CompanyCodeUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_SupplierListCompanyCodeTP | R_SupplierListCompanyCodeTP | projection |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Company Code for Supplier List - TP | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.representativeKey | CompanyCodeUUID | view | |
| UI.headerInfo.typeName | Supplier List Company Code | view | |
| UI.headerInfo.typeNamePlural | Supplier List Company Codes | view | |
| UI.headerInfo.typeImageUrl | view | ||
| Search.searchable | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCodeUUID | _SupplierListCompanyCodeTP | CompanyCodeUUID | |
| CompanyCode | _SupplierListCompanyCodeTP | CompanyCode | ||
| SupplierListUUID | _SupplierListCompanyCodeTP | SupplierListUUID | ||
| IsDeleted | IsDeleted | |||
| SuplrListCoCodeProposalAction | SuplrListCoCodeProposalAction | |||
| CompanyCodeName | _CompanyCode | CompanyCodeName |
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Company Code for Supplier List - TP'
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ObjectModel:{ usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #A,
usageType.sizeCategory: #L,
semanticKey: ['SupplierListUUID', 'CompanyCode'],
representativeKey: 'CompanyCodeUUID'
}
@UI.headerInfo:{
typeName: 'Supplier List Company Code',
typeNamePlural: 'Supplier List Company Codes',
typeImageUrl: ''
}
@Search.searchable: true
define view entity C_SupplierListCompanyCodeTP_2
as projection on R_SupplierListCompanyCodeTP as _SupplierListCompanyCodeTP
{
@UI.hidden: true // field is hidden
key _SupplierListCompanyCodeTP.CompanyCodeUUID,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@Semantics.text: true
@UI.textArrangement: #TEXT_FIRST
@ObjectModel.text.element: ['CompanyCodeName']
@Consumption: { valueHelpDefinition: [{ entity: { name : 'C_SupplierListCompanyCodeVH', element : 'CompanyCode' }, useForValidation: true } ] }
_SupplierListCompanyCodeTP.CompanyCode as CompanyCode,
@UI.hidden: true
_SupplierListCompanyCodeTP.SupplierListUUID as SupplierListUUID,
@UI.hidden:true
IsDeleted,
@UI.hidden:true
SuplrListCoCodeProposalAction,
_CompanyCode.CompanyCodeName,
_SupplierListTP : redirected to parent C_SupplierListTP_2
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODE",
"R_SUPPLIERLISTCOMPANYCODETP"
],
"ASSOCIATED":
[
"C_SUPPLIERLISTTP_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