I_PURCHASINGDOCUMENTTYPETEXT

CDS View

Purchasing Document Type - Text

I_PURCHASINGDOCUMENTTYPETEXT is a CDS View in S/4HANA. Purchasing Document Type - Text. It contains 1 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
C_DspDocFlwPurReqnAttrib view_entity inner CONSUMPTION Purchase requisition Attributes for DDF
C_ProcmtHubSchedgAgrmtTypeVH view from CONSUMPTION C-View for Scheduling Agreement Type Value Help
C_PurchasingDocumentTypeTextDP view_entity from CONSUMPTION Purchasing Document Type - Text
C_PurOrderDraftForMngPurReqn view left_outer CONSUMPTION PO Draft For Purchase Requisition
I_ARunOvwSTOItem view left_outer BASIC Basic View for Stock Transport Order Item
I_SupDmndOvwSTO view left_outer COMPOSITE Basic View for STO
P_Purchaseorders_Fs view left_outer BASIC Private factsheet - Purchase Orders
P_RFDYRelevantDocumentTypeText view union COMPOSITE Release for Delivery Relevant Document Type Text

Fields (1)

KeyField CDS FieldsUsed in Views
PurchasingDocumentTypeName OrderTypeName,PurchasingDocumentTypeName,UI5NetworkGraphDescription 5
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.sapObjectNodeType.name:'PurchasingDocumentTypeText'
@ObjectModel.representativeKey: 'PurchasingDocumentType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE, #SEARCHABLE_ENTITY, #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@Analytics.dataExtraction.enabled: true
@AbapCatalog.sqlViewName: 'IMMPURGDOCTYPTXT'
@EndUserText.label: 'Purchasing Document Type - Text'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

define view I_PurchasingDocumentTypeText
  as select from t161t
  association        to parent I_PurchasingDocumentType as _PurchasingDocumentType     on  $projection.PurchasingDocumentCategory = _PurchasingDocumentType.PurchasingDocumentCategory
                                                                                       and $projection.PurchasingDocumentType     = _PurchasingDocumentType.PurchasingDocumentType
  association [1..1] to I_PurchasingDocumentCategory    as _PurchasingDocumentCategory on  $projection.PurchasingDocumentCategory = _PurchasingDocumentCategory.PurchasingDocumentCategory

  association [0..1] to I_Language                      as _Language                   on  $projection.Language = _Language.Language


{
      @ObjectModel.foreignKey.association: '_PurchasingDocumentType'
      @ObjectModel.text.element: ['PurchasingDocumentTypeName']
  key bsart as PurchasingDocumentType,
      @ObjectModel.foreignKey.association: '_PurchasingDocumentCategory'
  key bstyp as PurchasingDocumentCategory,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras as Language,

      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
      @Semantics.text: true
      batxt as PurchasingDocumentTypeName,

      _PurchasingDocumentType,
      _PurchasingDocumentCategory,
      _Language

}