E_InsurPolicyCoInsurSegment

DDL: E_INSURPOLICYCOINSURSEGMENT Type: view_entity EXTENSION Package: VDM_PM_PLCY_EXT

Insurance Coinsur Segment - Extension

E_InsurPolicyCoInsurSegment is a Extension CDS View that provides data about "Insurance Coinsur Segment - Extension" in SAP S/4HANA. It reads from 1 data source (/pm0/abddcoinss) and exposes 2 fields with key fields InsurPlcyCoinsurSegmentUUID, InsurPlcyCoinsurJournalNumber. Part of development package VDM_PM_PLCY_EXT.

Data Sources (1)

SourceAliasJoin Type
/pm0/abddcoinss Persistence from

Annotations (6)

NameValueLevelField
EndUserText.label Insurance Coinsur Segment - Extension view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InsurPlcyCoinsurSegmentUUID /pm0/abddcoinss coinss_gd ShareSgmnt GUID
KEY InsurPlcyCoinsurJournalNumber /pm0/abddcoinss journalno_id Journal Number

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 E_InsurPolicyCoInsurSegment.
-- 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 E_InsurPolicyCoInsurSegment AS
SELECT
  Persistence.coinss_gd AS InsurPlcyCoinsurSegmentUUID,
  Persistence.journalno_id AS InsurPlcyCoinsurJournalNumber
FROM /pm0/abddcoinss AS Persistence
;