I_AssetRedesignSwitchStatus

DDL: I_ASSETREDESIGNSWITCHSTATUS Type: view BASIC

Asset Accounting Redesign Switch Status

I_AssetRedesignSwitchStatus (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Accounting and Financial Close

I_AssetRedesignSwitchStatus is a Basic CDS View that provides data about "Asset Accounting Redesign Switch Status" in SAP S/4HANA. It reads from 1 data source (P_TF_AssetRedesignSwitchStatus) and exposes 1 field with key field AssetRedesignSwitchIsActive.

SAP API Hub

StateC1
Line of BusinessAccounting and Financial Close
Application ComponentFI-AA-IS
CapabilitiesDerivation Function for Default Values
PackageAccounting and Financial Close for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
P_TF_AssetRedesignSwitchStatus P_TF_AssetRedesignSwitchStatus from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IFIASTRDSGSWTCH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Asset Accounting Redesign Switch Status view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #NONE view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY AssetRedesignSwitchIsActive IsActive Single-Character Flag

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_AssetRedesignSwitchStatus.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_AssetRedesignSwitchStatus AS
SELECT
  IsActive AS AssetRedesignSwitchIsActive
FROM P_TF_AssetRedesignSwitchStatus
;