P_Cosb
P_Cosb is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (cosb) and exposes 17 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cosb | cosb | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | pcosb | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| Ledger | cosb | lednr | Ledger | |
| ControllingObject | cosb | objnr | Val. Obj. No. | |
| ControllingValueType | cosb | wrttp | Value Type | |
| Version | cosb | versn | Version | |
| TransactionCurrency | cosb | twaer | Trans. Currency | |
| TransactionCurrency001 | cosb | wtg001 | Value TranCurr | |
| TransactionCurrency002 | cosb | wtg002 | Value TranCurr | |
| TransactionCurrency003 | cosb | wtg003 | Value TranCurr | |
| TransactionCurrency004 | cosb | wtg004 | Value TranCurr | |
| TransactionCurrency005 | cosb | wtg005 | Value TranCurr | |
| TransactionCurrency006 | cosb | wtg006 | Value TranCurr | |
| TransactionCurrency007 | cosb | wtg007 | Value TranCurr | |
| TransactionCurrency008 | cosb | wtg008 | Value TranCurr | |
| TransactionCurrency009 | cosb | wtg009 | Value TranCurr | |
| TransactionCurrency010 | cosb | wtg010 | Value TranCurr | |
| TransactionCurrency011 | cosb | wtg011 | Value TranCurr | |
| TransactionCurrency012 | cosb | wtg012 | Value TranCurr |
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_Cosb.
-- 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: pcosb
CREATE VIEW P_Cosb AS
SELECT
cosb.lednr AS Ledger,
cosb.objnr AS ControllingObject,
cosb.wrttp AS ControllingValueType,
cosb.versn AS Version,
cosb.twaer AS TransactionCurrency,
cosb.wtg001 AS TransactionCurrency001,
cosb.wtg002 AS TransactionCurrency002,
cosb.wtg003 AS TransactionCurrency003,
cosb.wtg004 AS TransactionCurrency004,
cosb.wtg005 AS TransactionCurrency005,
cosb.wtg006 AS TransactionCurrency006,
cosb.wtg007 AS TransactionCurrency007,
cosb.wtg008 AS TransactionCurrency008,
cosb.wtg009 AS TransactionCurrency009,
cosb.wtg010 AS TransactionCurrency010,
cosb.wtg011 AS TransactionCurrency011,
cosb.wtg012 AS TransactionCurrency012
FROM cosb
;
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