P_ASSETACCTDETERMINATIONTEXT
P_ASSETACCTDETERMINATIONTEXT 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 |
|---|---|---|---|---|
| I_AssetAcctDeterminationText | view | from | BASIC | Asset Account Determination - Text |
@AbapCatalog: { sqlViewName: 'PFIASSETACCTDETT', preserveKey: true, compiler.compareFilter: true }
@VDM.viewType: #BASIC
@VDM.private:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_AssetAcctDeterminationText
as select from t095t
inner join P_TF_AssetRedesignSwitchStatus( P_SAPClient : $session.client ) on P_TF_AssetRedesignSwitchStatus.IsActive = ''
{
key ktogr as AssetAccountDetermination,
key spras as Language,
ktgrtx as AssetAccountDeterminationDesc
}
union all select from faac_acctdet0_t
inner join P_TF_AssetRedesignSwitchStatus( P_SAPClient : $session.client ) on P_TF_AssetRedesignSwitchStatus.IsActive = 'X'
{
key gl_account_det as AssetAccountDetermination,
key language as Language,
description_short as AssetAccountDeterminationDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAAC_ACCTDET0_T",
"T095T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/