Mmim_Purchasing_Document_Types

DDL: MMIM_PURCHASING_DOCUMENT_TYPES SQL: MMIMPURDOCTYPES Type: view

Help-View for Purchasing Document Types

Mmim_Purchasing_Document_Types is a CDS View that provides data about "Help-View for Purchasing Document Types" in SAP S/4HANA. It reads from 1 data source (t161) and exposes 2 fields with key field PurchaseDocumentType.

Data Sources (1)

SourceAliasJoin Type
t161 t161 from

Annotations (9)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName MMIMPURDOCTYPES view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Help-View for Purchasing Document Types view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchaseDocumentType bsart
FieldSelectionKey brefn
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'MMIMPURDOCTYPES'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@EndUserText.label: 'Help-View for Purchasing Document Types'
define view Mmim_Purchasing_Document_Types as select from t161

{
  key bsart as PurchaseDocumentType,
      brefn as FieldSelectionKey
}
 where bstyp = 'F'