I_AssetRedesignSwitchStatus
Asset Accounting Redesign Switch Status
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. Part of development package FINS_FIS_AA_MD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_TF_AssetRedesignSwitchStatus | P_TF_AssetRedesignSwitchStatus | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssetRedesignSwitchIsActive | IsActive |
@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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA