C_InsurClmFNOLWtnssTP

DDL: C_INSURCLMFNOLWTNSSTP Type: view_entity CONSUMPTION

Witness FNOL

C_InsurClmFNOLWtnssTP is a Consumption CDS View that provides data about "Witness FNOL" in SAP S/4HANA. It reads from 1 data source (I_InsurClmFNOLWtnssTP) and exposes 30 fields with key fields InsuranceClaim, InsurClaimUUID, BusinessPartner, InsurClmWitnessUUID, InsurClmSubobjectCategory.

Data Sources (1)

SourceAliasJoin Type
I_InsurClmFNOLWtnssTP I_InsurClmFNOLWtnssTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Witness FNOL view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view

Fields (30)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim InsuranceClaim Claim Number
KEY InsurClaimUUID InsurClaimUUID
KEY BusinessPartner BusinessPartner Issuing Authority
KEY InsurClmWitnessUUID InsurClmWitnessUUID
KEY InsurClmSubobjectCategory InsurClmSubobjectCategory Subobject Cat.
KEY InsurClmSubobject InsurClmSubobject Claim Subobject
KEY InsurClmParticipantRole InsurClmParticipantRole ParticipantRole
LastChangedByUser LastChangedByUser User Name
ChangedOnDateTime ChangedOnDateTime Last Changed At
BusinessPartnerForEdit BusinessPartnerForEdit Busn. Partner
FormOfAddress FormOfAddress Title Key
BusinessPartnerName BusinessPartnerName Extracted Customer Name
LastName LastName Last Name
FirstName FirstName First Name
StreetName StreetName Text
HouseNumber HouseNumber House Number
CityName CityName Name
PostalCode PostalCode Postal Code
Region Region Venue Region
Country Country Venue: Ctry/Reg
GenderCodeName GenderCodeName Sex
PhoneNumber PhoneNumber Telephone no.
BirthDate BirthDate Date of Birth
_BPVH _BPVH
_BusinessPartner _BusinessPartner
_ClaimredirectedtoparentC_InsurClmFNOLTP
_Country _Country
_GenderValueHelp _GenderValueHelp
_Region _Region
_genderTxt _genderTxt

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 C_InsurClmFNOLWtnssTP.
-- 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 C_InsurClmFNOLWtnssTP AS
SELECT
  InsuranceClaim,
  InsurClaimUUID,
  BusinessPartner,
  InsurClmWitnessUUID,
  InsurClmSubobjectCategory,
  InsurClmSubobject,
  InsurClmParticipantRole,
  LastChangedByUser,
  ChangedOnDateTime,
  BusinessPartnerForEdit,
  FormOfAddress,
  BusinessPartnerName,
  LastName,
  FirstName,
  StreetName,
  HouseNumber,
  CityName,
  PostalCode,
  Region,
  Country,
  GenderCodeName,
  PhoneNumber,
  BirthDate
FROM I_InsurClmFNOLWtnssTP
;