P_RO_OPERACCTGDOCITEMNEGPOST

CDS View

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)

ViewTypeJoinVDMDescription
C_RO_StRpSalesPurchaseItemC view left_outer CONSUMPTION RO: Sales/Purchase Journal Items

Fields (1)

KeyField CDS FieldsUsed 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'