A_InsurClmFNOLVehDriver

DDL: A_INSURCLMFNOLVEHDRIVER Type: view_entity CONSUMPTION

Driver Details

A_InsurClmFNOLVehDriver is a Consumption CDS View that provides data about "Driver Details" in SAP S/4HANA. It reads from 1 data source (R_InsurClmFNOLVehDriverTP) and exposes 28 fields with key fields InsuranceClaim, InsurClmDamagedObject, InsurFactsSubobject. It is exposed through 1 OData service (API_FIRSTNOTICEOFLOSS).

Data Sources (1)

SourceAliasJoin Type
R_InsurClmFNOLVehDriverTP R_InsurClmFNOLVehDriverTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Driver Details view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
OData.entityType.name InsuranceClaimDriver_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_FIRSTNOTICEOFLOSS API_FIRSTNOTICEOFLOSS V4 C2 C1

Fields (28)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim InsuranceClaim Claim Number
KEY InsurClmDamagedObject InsurClmDamagedObject Damaged Object
KEY InsurFactsSubobject InsurFactsSubobject
BusinessPartner BusinessPartner Issuing Authority
InsuranceClaimVehicleDriver InsuranceClaimVehicleDriver Issuing Authority
EmploymentBusinessPartner EmploymentBusinessPartner Issuing Authority
InsurClmParticipantRole InsurClmParticipantRole ParticipantRole
LastChangedByUser LastChangedByUser User Name
ChangedOnDateTime ChangedOnDateTime Last Changed At
InsurClmDrvrInsuranceCompany InsurClmDrvrInsuranceCompany Issuing Authority
InsurClmFNOLReferenceNumber InsurClmFNOLReferenceNumber
BusinessPartnerName BusinessPartnerName Extracted Customer Name
FormOfAddress FormOfAddress Title Key
InsurClmVehDriverActionIsChkd InsurClmVehDriverActionIsChkd
InsurClmTransferDrvrIsNotChkd InsurClmTransferDrvrIsNotChkd
InsurClmFNOLActionIsChkd InsurClmFNOLActionIsChkd
LastName LastName Last Name
FirstName FirstName First Name
GenderCodeName GenderCodeName Sex
StreetName StreetName Text
HouseNumber HouseNumber House Number
CityName CityName Name
PostalCode PostalCode Postal Code
Region Region Venue Region
Country Country Venue: Ctry/Reg
PhoneNumber PhoneNumber Telephone no.
EmailAddress EmailAddress E-Mail Address
BirthDate BirthDate Date of Birth

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 A_InsurClmFNOLVehDriver.
-- 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 A_InsurClmFNOLVehDriver AS
SELECT
  InsuranceClaim,
  InsurClmDamagedObject,
  InsurFactsSubobject,
  BusinessPartner,
  InsuranceClaimVehicleDriver,
  EmploymentBusinessPartner,
  InsurClmParticipantRole,
  LastChangedByUser,
  ChangedOnDateTime,
  InsurClmDrvrInsuranceCompany,
  InsurClmFNOLReferenceNumber,
  BusinessPartnerName,
  FormOfAddress,
  InsurClmVehDriverActionIsChkd,
  InsurClmTransferDrvrIsNotChkd,
  InsurClmFNOLActionIsChkd,
  LastName,
  FirstName,
  GenderCodeName,
  StreetName,
  HouseNumber,
  CityName,
  PostalCode,
  Region,
  Country,
  PhoneNumber,
  EmailAddress,
  BirthDate
FROM R_InsurClmFNOLVehDriverTP
;