I_RO_SAFTSTOCKHEADERLINE
Romania SAFT Stock Header Line
I_RO_SAFTSTOCKHEADERLINE is a CDS View in S/4HANA. Romania SAFT Stock Header Line. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RO_SAFTStkMovementHeader | view | inner | COMPOSITE | Romania SAFT Stock Movement Header |
@AbapCatalog.sqlViewName: 'IROSAFTSTKHDRLIN'
@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #COMPOSITE
@ObjectModel: {
usageType: { sizeCategory: #XXL,
dataClass: #MIXED,
serviceQuality: #D } }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics.dataCategory:#DIMENSION
@Analytics.internalName:#LOCAL
@Metadata.allowExtensions:true
@EndUserText.label: 'Romania SAFT Stock Header Line'
define view I_RO_SAFTStockHeaderLine
with parameters P_Ledger : fagl_rldnr
as select distinct from I_GLAccountLineItemRawData
{
key AccountingDocument,
key CompanyCode,
key FiscalYear,
key min(LedgerGLLineItem) as LedgerGLLineItem
//key min(ReferenceDocumentItem) as MaterialDocumentLine
} where SourceLedger = $parameters.P_Ledger
and ReferenceDocumentType = 'MKPF'
// and FinancialAccountType = 'M'
and ( TransactionTypeDetermination = 'BSX'
or TransactionTypeDetermination = 'KON' )
group by AccountingDocument, CompanyCode, FiscalYear