FQM_COMPANYCODE_ACTIVATED
CoCode Activated for Cash Management
FQM_COMPANYCODE_ACTIVATED is a CDS View in S/4HANA. CoCode Activated for Cash Management. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FCLM_GLAccount | view | inner | G/L Accounts for Cash Management |
@AbapCatalog.sqlViewName: 'FQMBUKRSACT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.dataMaintenance: #DISPLAY_ONLY
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CoCode Activated for Cash Management'
@ObjectModel.usageType: {dataClass: #CUSTOMIZING, serviceQuality: #C, sizeCategory: #S }
define view FQM_COMPANYCODE_ACTIVATED
as select from fqmc_activation
{
key company_code as CompanyCode,
key origin_system,
key origin_application
}
where
activation_status = '1'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FQMC_ACTIVATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/