I_ASSETREDESIGNSWITCHSTATUS

CDS View

Asset Accounting Redesign Switch Status

I_ASSETREDESIGNSWITCHSTATUS is a CDS View in S/4HANA. Asset Accounting Redesign Switch Status. It contains 1 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
P_AssetClassByCompanyCode view inner COMPOSITE Asset Class By Company Code
P_AssetValuationForLedger view inner COMPOSITE Asset Valuation For Ledger
P_BG_StRpTaxDeprShutdown view inner CONSUMPTION Tax depr. plan - shutdowns
P_PL_SAFTAssetRetirement20 view_entity inner CONSUMPTION PL SAFT Asset Retirement, level 20
P_PL_SAFTFixedAssetFields10 view_entity inner CONSUMPTION PL SAFT Fixed Asset Level 10
P_PL_SAFTFixedAssetFields20 view_entity inner CONSUMPTION PL SAFT Fixed Asest Level 20
P_RS_TaxDeprFixedAssetFields view inner COMPOSITE RS Tax Depreciation Fixed Asset Fields
P_RU_AssetTaxCncsnDocRlvnce view inner COMPOSITE Asset Tax Conc Document Relevance Type

Fields (1)

KeyField CDS FieldsUsed in Views
AssetRedesignSwitchIsActive AssetRedesignSwitchIsActive 1
@AbapCatalog: {sqlViewName: 'IFIASTRDSGSWTCH', preserveKey: true, compiler.compareFilter: true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Asset Accounting Redesign Switch Status'
@VDM.viewType: #BASIC
@ObjectModel: { usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING,
                modelingPattern: #NONE,
                supportedCapabilities: [#DERIVATION_FUNCTION]
              }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

define view I_AssetRedesignSwitchStatus
  as select from P_TF_AssetRedesignSwitchStatus( P_SAPClient : $session.client )
{
      @Semantics.booleanIndicator
  key IsActive as AssetRedesignSwitchIsActive
}