C_StRpFxdAstLocTransferFormQry
Fixed Asset Location Transf Form - Query
C_StRpFxdAstLocTransferFormQry is a Consumption CDS View that provides data about "Fixed Asset Location Transf Form - Query" in SAP S/4HANA. It reads from 1 data source (C_StRpFxdAssetLocTransferFormC) and exposes 34 fields. Part of development package GLO_FIN_IS_AA_GEN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| C_StRpFxdAssetLocTransferFormC | C_StRpFxdAssetLocTransferFormC | from |
Parameters (6)
| Name | Type | Default |
|---|---|---|
| P_FromPostingDate | fiaagen_frm_ltr_date_from | |
| P_ToPostingDate | fiaagen_frm_ltr_date_to | |
| P_FiscalYear | fis_gjahr | |
| P_ToFiscalPeriod | fis_period_to | |
| P_AssetAccountingKeyFigureSet | faa_key_figure_set | |
| P_NationalClsfctnSourceField | fiaagen_natl_clfn_srce_fld |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSRFALTRFORMQ | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Analytics.query | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Fixed Asset Location Transf Form - Query | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| nameI_AssetKeyFigureSet | ||||
| P_FiscalYear | ||||
| P_ToFiscalPeriod | ||||
| P_FromPostingDate | ||||
| P_ToPostingDate | ||||
| P_AssetAccountingKeyFigureSet | ||||
| MasterFixedAsset | MasterFixedAsset | Fixed Asset | ||
| FixedAsset | FixedAsset | Sub-number | ||
| ValidityStartDate | ValidityStartDate | Validity Start Date | ||
| ValidityEndDate | ValidityEndDate | ValidTo | ||
| FixedAssetDescription | FixedAssetDescription | Description | ||
| FixedAssetFormNumber | FixedAssetFormNumber | |||
| StatryRptRunID | StatryRptRunID | Report Run ID | ||
| OldAssetLocation | OldAssetLocation | |||
| OldAssetPlant | OldAssetPlant | |||
| NewAssetLocation | NewAssetLocation | |||
| NewAssetPlant | NewAssetPlant | |||
| OldAssetCostCenter | OldAssetCostCenter | |||
| NewAssetCostCenter | NewAssetCostCenter | |||
| AcquisitionValueAmtInCCCrcy | AcquisitionValueAmtInCCCrcy | |||
| MasterFixedAssetDescription | _MasterFixedAsset | MasterFixedAssetDescription | ||
| AssetClass | AssetClass | Asset Class | ||
| AssetClassDescription | ||||
| Ledger | Ledger | Ledger | ||
| AssetAdditionalDescription | AssetAdditionalDescription | |||
| Inventory | Inventory | Ci Inventory | ||
| AssetSerialNumber | AssetSerialNumber | |||
| NationalClassification | NationalClassification | |||
| NationalClassificationDesc | NationalClassificationDesc | |||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| CompanyCodeName | CompanyCodeName | Company Name | ||
| AssetDepreciationArea | AssetDepreciationArea | Deprec. Area | ||
| StatryRptgEntity | StatryRptgEntity | Reporting Entity | ||
| StatryRptCategory | StatryRptCategory | Report ID |
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_StRpFxdAstLocTransferFormQry.
-- 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: CSRFALTRFORMQ
-- Parameters: P_FromPostingDate : fiaagen_frm_ltr_date_from, P_ToPostingDate : fiaagen_frm_ltr_date_to, P_FiscalYear : fis_gjahr, P_ToFiscalPeriod : fis_period_to, P_AssetAccountingKeyFigureSet : faa_key_figure_set, P_NationalClsfctnSourceField : fiaagen_natl_clfn_srce_fld
CREATE VIEW C_StRpFxdAstLocTransferFormQry AS
SELECT
entity.name: 'I_AssetKeyFigureSet' AS nameI_AssetKeyFigureSet,
entity.element: 'AssetAccountingKeyFigureSet' AS P_FiscalYear,
P_ToFiscalPeriod: $parameters.P_ToFiscalPeriod AS P_ToFiscalPeriod,
P_FromPostingDate: $parameters.P_FromPostingDate AS P_FromPostingDate,
P_ToPostingDate: $parameters.P_ToPostingDate AS P_ToPostingDate,
P_AssetAccountingKeyFigureSet: $parameters.P_AssetAccountingKeyFigureSet AS P_AssetAccountingKeyFigureSet,
MasterFixedAsset,
FixedAsset,
ValidityStartDate,
ValidityEndDate,
FixedAssetDescription,
FixedAssetFormNumber,
StatryRptRunID,
OldAssetLocation,
OldAssetPlant,
NewAssetLocation,
NewAssetPlant,
OldAssetCostCenter,
NewAssetCostCenter,
AcquisitionValueAmtInCCCrcy,
_MasterFixedAsset.MasterFixedAssetDescription AS MasterFixedAssetDescription,
AssetClass,
_AssetClass._Text[1:Language = $session.system_language].AssetClassDescription AS AssetClassDescription,
Ledger,
AssetAdditionalDescription,
Inventory,
AssetSerialNumber,
NationalClassification,
NationalClassificationDesc,
CompanyCodeCurrency,
CompanyCodeName,
AssetDepreciationArea,
StatryRptgEntity,
StatryRptCategory
FROM C_StRpFxdAssetLocTransferFormC
;
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