C_SupplierListCompanyCodeTP_2

DDL: C_SUPPLIERLISTCOMPANYCODETP_2 Type: view_entity CONSUMPTION

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. It is exposed through 1 OData service (UI_SUPPLIERLIST_MANAGE). It is used in 1 Fiori application: Manage Preferred Supplier Lists.

Data Sources (1)

SourceAliasJoin Type
R_SupplierListCompanyCodeTP R_SupplierListCompanyCodeTP projection

Annotations (12)

NameValueLevelField
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

OData Services (1)

ServiceBindingVersionContractRelease
UI_SUPPLIERLIST_MANAGE UI_SUPPLIERLIST_MANAGE V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F4333 Manage Preferred Supplier Lists Transactional An application to maintain a list of suppliers for one or more material groups and company codes

Manage Preferred Supplier Lists

Business Role: Purchaser

Fields (6)

KeyFieldSource TableSource FieldDescription
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
}