P_RO_OPERACCTGDOCITEMNEGPOST
Get negative posting key from BSEG for credit mem
P_RO_OPERACCTGDOCITEMNEGPOST is a CDS View in S/4HANA. Get negative posting key from BSEG for credit mem. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_RO_StRpSalesPurchaseItemC | view | left_outer | CONSUMPTION | RO: Sales/Purchase Journal Items |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| IsNegativePosting | IsNegativePosting | 1 |
@VDM.private:true
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'PROOPACDCITMNEGP'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MASTER
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Get negative posting key from BSEG for credit mem'
define view P_RO_OperAcctgDocItemNegPost
as select distinct from I_OperationalAcctgDocItem
{
CompanyCode,
AccountingDocument,
FiscalYear,
TaxCode,
IsNegativePosting
}
where
TaxCode <> ''
and IsNegativePosting = 'X'