I_STANDARDGLACCTDETNRULE

CDS View

Rules to Determine Standard G/L Accounts

I_STANDARDGLACCTDETNRULE is a CDS View in S/4HANA. Rules to Determine Standard G/L Accounts. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_InvtryAccountDetermination view left_outer CONSUMPTION Account determination for Inventory
P_RU_FinStmntStckValnAccounts view from COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
ChartOfAccounts ChartOfAccounts 1
@AbapCatalog.sqlViewName: 'IFIGLADETNRULE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Rules to Determine Standard G/L Accounts'
@Metadata.ignorePropagatedAnnotations: true

@VDM.viewType: #BASIC

@AbapCatalog.buffering: {
  type: #GENERIC,
  numberOfKeyFields: 1,
  status: #ACTIVE
}
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  sizeCategory: #S,
  serviceQuality: #A
}

define view I_StandardGLAcctDetnRule
  as select from t030r
{
  key cast (ktopl as fis_ktopl preserving type)  as ChartOfAccounts,
  key cast (ktosl as fac_ktosl preserving type ) as TransactionTypeDetermination,
      xkomo                                      as IsAccountModificationRelevant,
      xbwmo                                      as IsValuationModifRelevant,
      xbkla                                      as IsValuationClassRelevant,
      xdiko                                      as DiffntAcctIsUsedForDebitCredit,
      xland                                      as IsCountryRelevant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T030R"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/