P_BOPFicaDoc0
Analysis for BOP - FICA Document
P_BOPFicaDoc0 is a Composite CDS View that provides data about "Analysis for BOP - FICA Document" in SAP S/4HANA. It reads from 1 data source (I_CADocument) and exposes 16 fields with key fields CompanyCode, FiscalYear, CADocumentNumber, CABPItemNumber, CASubItemNumber. Part of development package GLO_FIN_IS_BOP_GEN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CADocument | _header | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PBOPFICAD0 | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| KEY | FiscalYear | |||
| KEY | CADocumentNumber | I_CADocument | CADocumentNumber | Document Number |
| KEY | CABPItemNumber | CABPItemNumber | Item | |
| KEY | CASubItemNumber | CASubItemNumber | Subitem | |
| CADocumentTypeForGLTransfer | I_CADocument | CADocumentTypeForGLTransfer | Tfr Doc. Type | |
| CAPostingDate | I_CADocument | CAPostingDate | Posting Date | |
| DocumentDate | I_CADocument | DocumentDate | Journal Entry Date | |
| TaxReportingDate | I_CADocument | TaxReportingDate | Tax Reporting Date | |
| CADocContainsCashFlowItems | I_CADocument | CADocContainsCashFlowItems | Cash Flow | |
| CAReversedDocumentNumber | I_CADocument | CAReversedDocumentNumber | Rev. Doc. For | |
| CAReconciliationKey | I_CADocument | CAReconciliationKey | Reconcil. Key | |
| BusinessPartner | _BusinessPartner | BusinessPartner | Issuing Authority | |
| CAClearingDate | CAClearingDate | Clearing | ||
| BPCountry | ||||
| CompanyCodeCountry | Country | Venue: Ctry/Reg |
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 P_BOPFicaDoc0.
-- 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: PBOPFICAD0
CREATE VIEW P_BOPFicaDoc0 AS
SELECT
CompanyCode,
substring(_header.CAPostingDate,1,4) AS FiscalYear,
_header.CADocumentNumber AS CADocumentNumber,
CABPItemNumber,
CASubItemNumber,
_header.CADocumentTypeForGLTransfer AS CADocumentTypeForGLTransfer,
_header.CAPostingDate AS CAPostingDate,
_header.DocumentDate AS DocumentDate,
_header.TaxReportingDate AS TaxReportingDate,
_header.CADocContainsCashFlowItems AS CADocContainsCashFlowItems,
_header.CAReversedDocumentNumber AS CAReversedDocumentNumber,
_header.CAReconciliationKey AS CAReconciliationKey,
_BusinessPartner.BusinessPartner AS BusinessPartner,
CAClearingDate,
_BusinessPartner._CurrentDefaultAddress._Address.Country AS BPCountry,
Country AS CompanyCodeCountry
FROM I_CADocument AS _header
;
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