A_SupplierListCompanyCode

DDL: A_SUPPLIERLISTCOMPANYCODE Type: view_entity CONSUMPTION

Company Code for Supplier List

A_SupplierListCompanyCode 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)

SourceAliasJoin Type
R_SupplierListCompanyCodeTP R_SupplierListCompanyCodeTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED 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)

KeyFieldSource TableSource FieldDescription
KEY CompanyCodeUUID CompanyCodeUUID
CompanyCode CompanyCode
SupplierListUUID SupplierListUUID
IsDeleted IsDeleted
SuplrListCoCodeProposalAction SuplrListCoCodeProposalAction

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED

@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
  as projection on R_SupplierListCompanyCodeTP
  
  {
  
   key CompanyCodeUUID,
       CompanyCode,
       SupplierListUUID,
       IsDeleted,
       SuplrListCoCodeProposalAction,
 
       _SupplierListTP : redirected to parent A_SupplierList
  }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_SUPPLIERLISTCOMPANYCODETP"
],
"ASSOCIATED":
[
"A_SUPPLIERLIST",
"R_SUPPLIERLISTTP"
],
"BASE":
[
"R_SUPPLIERLISTCOMPANYCODETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/