HRFPM_CDS_FPM_POS
CDS View von HRFPM_FPM_POS
HRFPM_CDS_FPM_POS is a CDS View that provides data about "CDS View von HRFPM_FPM_POS" in SAP S/4HANA. It reads from 2 data sources (hrfpm_fpm_doc, hrfpm_fpm_pos) and exposes 52 fields with key fields plvar, otype, objid, enc_type, datbi.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| hrfpm_fpm_doc | doc | left_outer |
| hrfpm_fpm_pos | pos | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | HRFPMCDSFPMPOS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS View von HRFPM_FPM_POS | view |
Fields (52)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | plvar | hrfpm_fpm_pos | plvar | Plan version |
| KEY | otype | hrfpm_fpm_pos | otype | Type of Val. |
| KEY | objid | hrfpm_fpm_pos | objid | Work Center |
| KEY | enc_type | hrfpm_fpm_pos | enc_type | Designation Type |
| KEY | datbi | hrfpm_fpm_pos | datbi | Validity period |
| KEY | endda_key | hrfpm_fpm_pos | endda_key | End Date |
| KEY | fpm_posnr | hrfpm_fpm_pos | fpm_posnr | Item |
| KEY | plvar_dp | hrfpm_fpm_pos | plvar_dp | Plan version |
| KEY | otype_dp | hrfpm_fpm_pos | otype_dp | Object type |
| KEY | objid_dp | hrfpm_fpm_pos | objid_dp | Object ID |
| KEY | enc_type_dp | hrfpm_fpm_pos | enc_type_dp | Designation Type |
| KEY | datbi_dp | hrfpm_fpm_pos | datbi_dp | End Date |
| KEY | endda_key_dp | hrfpm_fpm_pos | endda_key_dp | End Date |
| fpm_posnr_dp | hrfpm_fpm_pos | fpm_posnr_dp | Item | |
| enc_type_mp | hrfpm_fpm_pos | enc_type_mp | Designation Type | |
| belnr_mp | hrfpm_fpm_pos | belnr_mp | Document Number | |
| fpm_posnr_mp | hrfpm_fpm_pos | fpm_posnr_mp | Item | |
| begda | hrfpm_fpm_pos | begda | Valid From | |
| endda | hrfpm_fpm_pos | endda | Valid To | |
| betrg | hrfpm_fpm_pos | betrg | Standard Value | |
| waers | hrfpm_fpm_pos | waers | Transaction Currency | |
| erlkz | hrfpm_fpm_pos | erlkz | Status | |
| due_date | hrfpm_fpm_pos | due_date | Net Due Date | |
| perio | hrfpm_fpm_pos | perio | Time unit | |
| saknr | hrfpm_fpm_pos | saknr | G/L Account | |
| bukrs | hrfpm_fpm_pos | bukrs | Value | |
| kokrs | hrfpm_fpm_pos | kokrs | Org. Value | |
| kostl | hrfpm_fpm_pos | kostl | Substitute CC | |
| aufnr | hrfpm_fpm_pos | aufnr | SettlementOrder | |
| posnr | hrfpm_fpm_pos | posnr | WBS Element | |
| nplnr | hrfpm_fpm_pos | nplnr | Network | |
| vornr | hrfpm_fpm_pos | vornr | Operation | |
| grant_nbr | hrfpm_fpm_pos | grant_nbr | Receiver Grant | |
| geber | hrfpm_fpm_pos | geber | Fund | |
| budget_pd | hrfpm_fpm_pos | budget_pd | Rec BudPer | |
| fkber | hrfpm_fpm_pos | fkber | Functional Area | |
| fistl | hrfpm_fpm_pos | fistl | Funds Center | |
| fipex | hrfpm_fpm_pos | fipex | obsolete | |
| gsber | hrfpm_fpm_pos | gsber | Business Area | |
| segmt | hrfpm_fpm_pos | segmt | Segment | |
| payarea | hrfpm_fpm_pos | payarea | Payroll area | |
| flexdim | hrfpm_fpm_pos | flexdim | Addnl Dimension | |
| status | hrfpm_fpm_pos | status | Workflow Status | |
| delta_amount | hrfpm_fpm_pos | delta_amount | Flagged Change | |
| currency | hrfpm_fpm_pos | currency | Valuation Crcy | |
| db_action | hrfpm_fpm_pos | db_action | Action on Database | |
| request_id | hrfpm_fpm_pos | request_id | Request unique ID | |
| closed | hrfpm_fpm_pos | closed | Period closed | |
| costitem | hrfpm_fpm_pos | costitem | Cost Item | |
| begdafor | hrfpm_fpm_pos | begdafor | Start Date | |
| enddafor | hrfpm_fpm_pos | enddafor | End Date | |
| aedtm | hrfpm_fpm_doc | aedtm | Changed On |
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 HRFPM_CDS_FPM_POS.
-- 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: HRFPMCDSFPMPOS
CREATE VIEW HRFPM_CDS_FPM_POS AS
SELECT
pos.plvar AS plvar,
pos.otype AS otype,
pos.objid AS objid,
pos.enc_type AS enc_type,
pos.datbi AS datbi,
pos.endda_key AS endda_key,
pos.fpm_posnr AS fpm_posnr,
pos.plvar_dp AS plvar_dp,
pos.otype_dp AS otype_dp,
pos.objid_dp AS objid_dp,
pos.enc_type_dp AS enc_type_dp,
pos.datbi_dp AS datbi_dp,
pos.endda_key_dp AS endda_key_dp,
pos.fpm_posnr_dp AS fpm_posnr_dp,
pos.enc_type_mp AS enc_type_mp,
pos.belnr_mp AS belnr_mp,
pos.fpm_posnr_mp AS fpm_posnr_mp,
pos.begda AS begda,
pos.endda AS endda,
pos.betrg AS betrg,
pos.waers AS waers,
pos.erlkz AS erlkz,
pos.due_date AS due_date,
pos.perio AS perio,
pos.saknr AS saknr,
pos.bukrs AS bukrs,
pos.kokrs AS kokrs,
pos.kostl AS kostl,
pos.aufnr AS aufnr,
pos.posnr AS posnr,
pos.nplnr AS nplnr,
pos.vornr AS vornr,
pos.grant_nbr AS grant_nbr,
pos.geber AS geber,
pos.budget_pd AS budget_pd,
pos.fkber AS fkber,
pos.fistl AS fistl,
pos.fipex AS fipex,
pos.gsber AS gsber,
pos.segmt AS segmt,
pos.payarea AS payarea,
pos.flexdim AS flexdim,
pos.status AS status,
pos.delta_amount AS delta_amount,
pos.currency AS currency,
pos.db_action AS db_action,
pos.request_id AS request_id,
pos.closed AS closed,
pos.costitem AS costitem,
pos.begdafor AS begdafor,
pos.enddafor AS enddafor,
doc.aedtm AS aedtm
FROM hrfpm_fpm_pos AS pos
LEFT OUTER JOIN hrfpm_fpm_doc AS doc ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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