C_SupplierInvoiceStatusTextDP

DDL: C_SUPPLIERINVOICESTATUSTEXTDP Type: view_entity CONSUMPTION Package: MM_PUR_MASTER_DATA_BDC

Supplier Invoice Status - Text

C_SupplierInvoiceStatusTextDP is a Consumption CDS View that provides data about "Supplier Invoice Status - Text" in SAP S/4HANA. It reads from 1 data source (I_SupplierInvcStatusTxtAPI01) and exposes 5 fields with key fields SupplierInvoiceStatus, Language. It has 1 association to related views. It is exposed through 1 OData service (DP_PROCMTCONFIGURATIONDATA). Part of development package MM_PUR_MASTER_DATA_BDC.

Data Sources (1)

SourceAliasJoin Type
I_SupplierInvcStatusTxtAPI01 I_SupplierInvcStatusTxtAPI01 from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Supplier Invoice Status - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #EXTERNAL_DATA_PROVIDER view
ObjectModel.representativeKey SupplierInvoiceStatus view
ObjectModel.sapObjectNodeType.name SupplierInvoiceStatusText view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
DP_PROCMTCONFIGURATIONDATA DP_PROCMTCONFIGURATIONDATA C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SupplierInvoiceStatus SupplierInvoiceStatus
KEY Language Language
SupplierInvoiceStatusDesc SupplierInvoiceStatusDesc
_SupplierInvoiceStatusAPI01 _SupplierInvoiceStatusAPI01
_Language _Language
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Supplier Invoice Status - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #EXTERNAL_DATA_PROVIDER
@ObjectModel.representativeKey: 'SupplierInvoiceStatus'
@ObjectModel.sapObjectNodeType.name: 'SupplierInvoiceStatusText'
@ObjectModel.supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ]
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #CONSUMPTION
define view entity C_SupplierInvoiceStatusTextDP
  as select from I_SupplierInvcStatusTxtAPI01
  association to parent C_SupplierInvoiceStatusDP as _SupplierInvoiceStatusAPI01 on $projection.SupplierInvoiceStatus = _SupplierInvoiceStatusAPI01.SupplierInvoiceStatus
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  @ObjectModel.foreignKey.association: '_SupplierInvoiceStatusAPI01'
  @ObjectModel.sapObjectNodeTypeReference: 'SupplierInvoiceStatus'
  @ObjectModel.text.element: [ 'SupplierInvoiceStatusDesc' ]
  key SupplierInvoiceStatus,
  @ObjectModel.foreignKey.association: '_Language'
  @ObjectModel.sapObjectNodeTypeReference: ''
  @Semantics.language: true
  key Language,
  @Semantics.text: true
  SupplierInvoiceStatusDesc,
  _SupplierInvoiceStatusAPI01,
  _Language
}