FINOC_CHECK_REC_01_PRCTRS
Org. Change: PRCTRS of RE Contracts
FINOC_CHECK_REC_01_PRCTRS is a CDS View that provides data about "Org. Change: PRCTRS of RE Contracts" in SAP S/4HANA. It reads from 10 data sources and exposes 12 fields with key field intreno.
Data Sources (10)
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Org. Change: PRCTRS of RE Contracts | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | intreno | vicncn | intreno | Source Object |
| recnnr | vicncn | recnnr | Contract No. | |
| bukrs | vicncn | bukrs | Value | |
| moa_termtype | vitmoa | termtype | Term Type | |
| moa_termno | vitmoa | termno | Term Number | |
| moa_validto | vitmoa | validto | Vers.Valid To | |
| val_termno | vicerule | termno | Term Number | |
| val_valid_to | vicerule | validto | Vers.Valid To | |
| moa_prctr | vitmoa | prctr | Profit Centers | |
| prctrisnotnullthenXelseendasby_moa | ||||
| prctrisnotnullthenXelseendasby_val | ||||
| prctrisnotnullthenXelseendasby_subj |
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 FINOC_CHECK_REC_01_PRCTRS.
-- 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 FINOC_CHECK_REC_01_PRCTRS AS
SELECT
rec.intreno AS intreno,
rec.recnnr AS recnnr,
rec.bukrs AS bukrs,
moa.termtype AS moa_termtype,
moa.termno AS moa_termno,
moa.validto AS moa_validto,
val.termno AS val_termno,
val.validto AS val_valid_to,
moa.prctr AS moa_prctr,
case when ( moa.prctr is not initial and moa.prctr is not null ) then 'X' else ' ' end as by_moa AS prctrisnotnullthenXelseendasby_moa,
case when ( ccr1.prctr is not initial and ccr1.prctr is not null ) or ( wbs1.prctr is not initial and wbs1.prctr is not null ) or ( ord1.prctr is not initial and ord1.prctr is not null ) then 'X' else ' ' end as by_val AS prctrisnotnullthenXelseendasby_val,
case when ( ccr2.prctr is not initial and ccr2.prctr is not null ) or ( wbs2.prctr is not initial and wbs2.prctr is not null ) or ( ord2.prctr is not initial and ord2.prctr is not null ) then 'X' else ' ' end as by_subj AS prctrisnotnullthenXelseendasby_subj
FROM vicncn AS rec
LEFT OUTER JOIN vitmoa AS moa ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vicerule AS val ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN csks AS ccr1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN prps AS wbs1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN aufk AS ord1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vibdcnsubject AS sbj ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN csks AS ccr2 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN prps AS wbs2 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN aufk AS ord2 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