P_ASSETACCTDETERMINATIONTEXT

CDS View

P_ASSETACCTDETERMINATIONTEXT is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
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
}