A_SupplierListCompanyCode_2

DDL: A_SUPPLIERLISTCOMPANYCODE_2 Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_SupplierListCompanyCodeTP R_SupplierListCompanyCodeTP projection

Annotations (11)

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

KeyFieldSource TableSource FieldDescription
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":""
}
}*/