R_InsurClmSubclaimShadow2TP

DDL: R_INSURCLMSUBCLAIMSHADOW2TP Type: view_entity TRANSACTIONAL

Insurance Claim Subclaim Shadow2 - TP

R_InsurClmSubclaimShadow2TP is a Transactional CDS View that provides data about "Insurance Claim Subclaim Shadow2 - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmSubclaimShadow) and exposes 33 fields with key fields InsuranceClaim, InsurClmSubclm, InsurClmChangeDate, InsurClmChangedTime. It has 6 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_InsurClmSubclaimShadow I_InsurClmSubclaimShadow from

Associations (6)

CardinalityTargetAliasCondition
[0..*] R_InsurClmSubclmItmShdw2TP _InsuranceClaimSubclaimItem $projection.InsuranceClaim = _InsuranceClaimSubclaimItem.InsuranceClaim and $projection.InsurClmSubclm = _InsuranceClaimSubclaimItem.InsurClmSubclm
[0..*] R_InsurClmSubclmPaytShdw2TP _InsuranceClaimSubclaimPayment $projection.InsuranceClaim = _InsuranceClaimSubclaimPayment.InsuranceClaim and $projection.InsurClmSubclm = _InsuranceClaimSubclaimPayment.InsurClmSubclm
[0..*] R_InsurClmSubclmRsrvShdw2TP _InsuranceClaimSubclaimReserve $projection.InsuranceClaim = _InsuranceClaimSubclaimReserve.InsuranceClaim and $projection.InsurClmSubclm = _InsuranceClaimSubclaimReserve.InsurClmSubclm
[0..*] R_InsurSubclmPerfrmrShdw2TP _InsuranceClmSubclmPerformer $projection.InsuranceClaim = _InsuranceClmSubclmPerformer.InsuranceClaim and $projection.InsurClmSubclm = _InsuranceClmSubclmPerformer.InsurClmSubclm
[0..*] R_InsuranceClaimShadow2TP _InsuranceClaimShadow $projection.InsuranceClaim = _InsuranceClaimShadow.InsuranceClaim
[1..1] E_InsuranceSubClaim _Extension $projection.InsuranceClaim = _Extension.InsuranceClaim and $projection.InsurClmSubclm = _Extension.InsurClmSubclm

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Insurance Claim Subclaim Shadow2 - TP view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (33)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim InsuranceClaim Claim Number
KEY InsurClmSubclm InsurClmSubclm Subclaim
KEY InsurClmChangeDate InsurClmChangeDate
KEY InsurClmChangedTime InsurClmChangedTime
LastChangeDateTime LastChangeDateTime Timestamp
CreationDateTime CreationDateTime Timestamp
InsurClmLifeCycSts InsurClmLifeCycSts Status
InsurClmSubclmStsChgdOnDteTime InsurClmSubclmStsChgdOnDteTime
InsurClmSubclmType InsurClmSubclmType Subclaim Type
InsurClmSubrogtnRecoveryStatus InsurClmSubrogtnRecoveryStatus SubroR Possible
InsurClmSubclaimDescription InsurClmSubclaimDescription Claim/Subclaim
InsurClmBenefitTypeTree InsurClmBenefitTypeTree Ben. Type Tree
InsurClmBnftTypeTreeGeneration InsurClmBnftTypeTreeGeneration Generation
InsurClmBnftTypeTreeVersion InsurClmBnftTypeTreeVersion Version
InsuranceClaimCoverageControl InsurClmCoverage Coverage No.
IsInProcess IsInProcess Procssng Active
IsClosed IsClosed Closed
InsurClmSubclaimAssignUUID InsurClmSubclaimAssignUUID Link UUID
InsurClmCvrgConfirmedFlag InsurClmCvrgConfirmedFlag Compensable
InsurClmFraudFlag InsurClmFraudFlag Potential Fraud
InsurClmSalvageFlag InsurClmSalvageFlag Salvage
InsurClmLitigationFlag InsurClmLitigationFlag Litigation
InsurClmNegotiationFlag InsurClmNegotiationFlag Negotiation
InsurClmSubclmStsRsn InsurClmSubclmStsRsn Status Reason
InsurClmComplexity InsurClmComplexity Complexity
InsurClmIsOtherInsurance InsurClmIsOtherInsurance Other Insurance
InsurClmSubrogtnPotential InsurClmSubrogtnPotential SubroRecvPotntl
InsurClmContractVersion InsurClmContractVersion Contrct Counter
_InsuranceClaimShadow _InsuranceClaimShadow
_InsuranceClaimSubclaimItem _InsuranceClaimSubclaimItem
_InsuranceClaimSubclaimPayment _InsuranceClaimSubclaimPayment
_InsuranceClaimSubclaimReserve _InsuranceClaimSubclaimReserve
_InsuranceClmSubclmPerformer _InsuranceClmSubclmPerformer

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 R_InsurClmSubclaimShadow2TP.
-- 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 R_InsurClmSubclaimShadow2TP AS
SELECT
  InsuranceClaim,
  InsurClmSubclm,
  InsurClmChangeDate,
  InsurClmChangedTime,
  LastChangeDateTime,
  CreationDateTime,
  InsurClmLifeCycSts,
  InsurClmSubclmStsChgdOnDteTime,
  InsurClmSubclmType,
  InsurClmSubrogtnRecoveryStatus,
  InsurClmSubclaimDescription,
  InsurClmBenefitTypeTree,
  InsurClmBnftTypeTreeGeneration,
  InsurClmBnftTypeTreeVersion,
  InsurClmCoverage AS InsuranceClaimCoverageControl,
  IsInProcess,
  IsClosed,
  InsurClmSubclaimAssignUUID,
  InsurClmCvrgConfirmedFlag,
  InsurClmFraudFlag,
  InsurClmSalvageFlag,
  InsurClmLitigationFlag,
  InsurClmNegotiationFlag,
  InsurClmSubclmStsRsn,
  InsurClmComplexity,
  InsurClmIsOtherInsurance,
  InsurClmSubrogtnPotential,
  InsurClmContractVersion
FROM I_InsurClmSubclaimShadow
LEFT OUTER JOIN R_InsurClmSubclmItmShdw2TP AS _InsuranceClaimSubclaimItem ON InsuranceClaim = _InsuranceClaimSubclaimItem.InsuranceClaim AND InsurClmSubclm = _InsuranceClaimSubclaimItem.InsurClmSubclm  -- association [0..*]
LEFT OUTER JOIN R_InsurClmSubclmPaytShdw2TP AS _InsuranceClaimSubclaimPayment ON InsuranceClaim = _InsuranceClaimSubclaimPayment.InsuranceClaim AND InsurClmSubclm = _InsuranceClaimSubclaimPayment.InsurClmSubclm  -- association [0..*]
LEFT OUTER JOIN R_InsurClmSubclmRsrvShdw2TP AS _InsuranceClaimSubclaimReserve ON InsuranceClaim = _InsuranceClaimSubclaimReserve.InsuranceClaim AND InsurClmSubclm = _InsuranceClaimSubclaimReserve.InsurClmSubclm  -- association [0..*]
LEFT OUTER JOIN R_InsurSubclmPerfrmrShdw2TP AS _InsuranceClmSubclmPerformer ON InsuranceClaim = _InsuranceClmSubclmPerformer.InsuranceClaim AND InsurClmSubclm = _InsuranceClmSubclmPerformer.InsurClmSubclm  -- association [0..*]
LEFT OUTER JOIN R_InsuranceClaimShadow2TP AS _InsuranceClaimShadow ON InsuranceClaim = _InsuranceClaimShadow.InsuranceClaim  -- association [0..*]
LEFT OUTER JOIN E_InsuranceSubClaim AS _Extension ON InsuranceClaim = _Extension.InsuranceClaim AND InsurClmSubclm = _Extension.InsurClmSubclm  -- association [1..1]
;