C_GB_StRpFxdAstRevalRsrvCube
GB Asset Revaluation Reserves - Cube
C_GB_StRpFxdAstRevalRsrvCube is a Consumption CDS View (Cube) that provides data about "GB Asset Revaluation Reserves - Cube" in SAP S/4HANA. It reads from 1 data source (I_AssetBalanceCube) and exposes 40 fields with key fields CompanyCode, CurrentDepreciationArea, HistoricalDepreciationArea, MasterFixedAsset, FixedAsset.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AssetBalanceCube | I_AssetBalanceCube | from |
Parameters (6)
| Name | Type | Default |
|---|---|---|
| P_AssetAccountingKeyFigureSet | faa_key_figure_set | |
| P_FiscalYear | fis_gjahr | |
| P_FiscalPeriod | fis_period_to | |
| P_KeyDate | fagl_keydate | |
| P_CurrentDepreciationArea | glofaa_gb_depr_area_cur | |
| P_HistoricalDepreciationArea | glofaa_gb_depr_area_his |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AbapCatalog.sqlViewName | CGBSRFREVALRSC | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Analytics.dataCategory | #CUBE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | GB Asset Revaluation Reserves - Cube | view | |
| Metadata.allowExtensions | true | view |
Fields (40)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| KEY | CurrentDepreciationArea | |||
| KEY | HistoricalDepreciationArea | |||
| KEY | MasterFixedAsset | MasterFixedAsset | Fixed Asset | |
| KEY | FixedAsset | FixedAsset | Sub-number | |
| KEY | Ledger | Ledger | Ledger | |
| KEY | FiscalYear | FiscalYear | G/L Fiscal Year | |
| KEY | FiscalPeriod | FiscalPeriod | Tax period | |
| KEY | SubLedgerAcctLineItemType | SubLedgerAcctLineItemType | SLALineItemType | |
| KEY | AssetAcctTransClassfctn | AssetAcctTransClassfctn | Trans.Type Cat. | |
| KEY | AssetAccountingKeyFigure | AssetAccountingKeyFigure | ||
| KEY | AssetAccountingKeyFigureSet | AssetAccountingKeyFigureSet | ||
| KEY | AccountingDocument | AccountingDocument | Journal Entry | |
| KEY | LedgerGLLineItem | LedgerGLLineItem | Journal Entry Item | |
| KEY | TransactionSubitem | TransactionSubitem | Sub Transaction | |
| KEY | DebitCreditCode | DebitCreditCode | Single-Character Flag | |
| KEY | CurrencyRole | CurrencyRole | Curr./Val. Type | |
| KEY | ReferenceDocument | ReferenceDocument | Reference Document | |
| KEY | ReferenceDocumentContext | ReferenceDocumentContext | Reference Document Context | |
| AssetPlant | AssetPlant | |||
| ControllingArea | ControllingArea | Controlling Area | ||
| AssetCostCenter | AssetCostCenter | |||
| AssetBusinessArea | AssetBusinessArea | |||
| AssetAccountDetermination | AssetAccountDetermination | Account Determ. | ||
| AssetClass | AssetClass | Asset Class | ||
| DisplayCurrency | DisplayCurrency | Display Currency | ||
| _CompanyCode | _CompanyCode | |||
| _MasterFixedAsset | _MasterFixedAsset | |||
| _FixedAsset | _FixedAsset | |||
| _Ledger | _Ledger | |||
| _FiscalYear | _FiscalYear | |||
| _JournalEntry | _JournalEntry | |||
| _SubLedgerAccLineItemType | _SubLedgerAccLineItemType | |||
| _AssetKeyFigureSet | _AssetKeyFigureSet | |||
| _AssetClass | _AssetClass | |||
| _AssetAccountDetermination | _AssetAccountDetermination | |||
| _AssetPlant | _AssetPlant | |||
| _AssetCostCenter | _AssetCostCenter | |||
| _AssetBusinessArea | _AssetBusinessArea | |||
| _ControllingArea | _ControllingArea |
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 C_GB_StRpFxdAstRevalRsrvCube.
-- 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.
-- SQL view name: CGBSRFREVALRSC
-- Parameters: P_AssetAccountingKeyFigureSet : faa_key_figure_set, P_FiscalYear : fis_gjahr, P_FiscalPeriod : fis_period_to, P_KeyDate : fagl_keydate, P_CurrentDepreciationArea : glofaa_gb_depr_area_cur, P_HistoricalDepreciationArea : glofaa_gb_depr_area_his
CREATE VIEW C_GB_StRpFxdAstRevalRsrvCube AS
SELECT
CompanyCode,
:P_CurrentDepreciationArea AS CurrentDepreciationArea,
:P_HistoricalDepreciationArea AS HistoricalDepreciationArea,
MasterFixedAsset,
FixedAsset,
Ledger,
FiscalYear,
FiscalPeriod,
SubLedgerAcctLineItemType,
AssetAcctTransClassfctn,
AssetAccountingKeyFigure,
AssetAccountingKeyFigureSet,
AccountingDocument,
LedgerGLLineItem,
TransactionSubitem,
DebitCreditCode,
CurrencyRole,
ReferenceDocument,
ReferenceDocumentContext,
AssetPlant,
ControllingArea,
AssetCostCenter,
AssetBusinessArea,
AssetAccountDetermination,
AssetClass,
DisplayCurrency
FROM I_AssetBalanceCube
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA