I_ABOPPURCHASINGDOCTYPE

CDS View

Purchasing Document Type for ATP BOP

I_ABOPPURCHASINGDOCTYPE is a CDS View in S/4HANA. Purchasing Document Type for ATP BOP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ABOPCheckingRuleValueHelp view from BASIC Value Help for ABOP Checking Rule
P_ABOPBusinessScenario view union COMPOSITE
@VDM.viewType:#BASIC
@AbapCatalog.sqlViewName: 'IABOPPURDOCT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@ObjectModel: {
    usageType: {
      serviceQuality: #A,
      sizeCategory: #M,
      dataClass: #MASTER
    }
}
@EndUserText.label: 'Purchasing Document Type for ATP BOP'
define view I_ABOPPurchasingDocType
  as select distinct from t161v
  association [0..1] to I_PurchasingDocumentTypeText as _Text on  $projection.PurchasingDocumentCategory = _Text.PurchasingDocumentCategory
                                                              and $projection.PurchasingDocumentType     = _Text.PurchasingDocumentType
                                                              and _Text.Language                         = $session.system_language
{
  key bstyp as PurchasingDocumentCategory,
  key bsart as PurchasingDocumentType,
      _Text.PurchasingDocumentTypeName
}
where
      bstyp =  'F'
  and prreg <> ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGDOCUMENTTYPETEXT",
"T161V"
],
"ASSOCIATED":
[
"I_PURCHASINGDOCUMENTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/