P_SDDOCSTANDARDPARTNER1
SD Document Standard Partner 1
P_SDDOCSTANDARDPARTNER1 is a CDS View in S/4HANA. SD Document Standard Partner 1. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SDDocStandardPartner | view | from | COMPOSITE | SD Document Standard Partner |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | SDDocument | SDDocument | 1 |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #XL
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'PSDDOCSTDPART1'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
// Get all distinct sd document to get rid of duplicated items
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view P_SDDocStandardPartner1
as select distinct from
I_SDDocumentPartner as SDDocumentPartner
{
key SDDocument
}
where
SDDocumentPartner.PartnerFunction = 'AG' or
SDDocumentPartner.PartnerFunction = 'WE' or
SDDocumentPartner.PartnerFunction = 'RE' or
SDDocumentPartner.PartnerFunction = 'RG' or
SDDocumentPartner.PartnerFunction = 'VE' or
SDDocumentPartner.PartnerFunction = 'ZM';