P_LEDGERCOMPANYCODE
P_LEDGERCOMPANYCODE is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_DefaultFsclYearVarDerivation | view | union_all | BASIC |
@AbapCatalog.sqlViewName: 'PFILDCOCODE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private:true
@ClientHandling.algorithm: #SESSION_VARIABLE
//@EndUserText.label: 'Private view for main attributes of company code in ledger'
@ObjectModel.representativeKey: 'CompanyCode'
define view P_LedgerCompanyCode as select from I_LedgerCompanyCodeCrcyRoles {
@ObjectModel.foreignKey.association: '_Ledger'
key Ledger,
@ObjectModel.foreignKey.association: '_AccountingPrinciple'
key AccountingPrinciple,
@ObjectModel.foreignKey.association: '_CompanyCode'
key CompanyCode,
FiscalYearVariant,
_Ledger,
_CompanyCode,
_FiscalYearVariant,
_AccountingPrinciple
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEDGERCOMPANYCODECRCYROLES"
],
"ASSOCIATED":
[
"I_ACCOUNTINGPRINCIPLE",
"I_COMPANYCODE",
"I_FISCALYEARVARIANT",
"I_LEDGER"
],
"BASE":
[
"I_LEDGERCOMPANYCODECRCYROLES"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/