API_FIRSTNOTICEOFLOSS

OData Service Package: ICL_VDM_FNOL_API

Claim First Notice of Loss

API_FIRSTNOTICEOFLOSS is an OData service definition in SAP S/4HANA. It exposes 11 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (11)

CDS ViewAlias
A_InsurClmFNOL InsuranceClaim
A_InsurClmFNOLClmnt InsuranceClaimClaimant
A_InsurClmFNOLDamagedObject InsurClaimDamagedObjectMotor
A_InsurClmFNOLDiagnosis InsuranceClaimDiagnosis
A_InsurClmFNOLFactsDmgdVeh InsClmFactCaptrDmgdVeh
A_InsurClmFNOLFactsLossLoc InsClmFactCaptrLossLoc
A_InsurClmFNOLFactsOrigin InsClmFactCaptrOrignOfLoss
A_InsurClmFNOLInjuredSFC InsClmFactCaptrInjuredPersn
A_InsurClmFNOLNote InsuranceClaimNote
A_InsurClmFNOLVehDriver InsuranceClaimDriver
A_InsurClmFNOLWtnss InsuranceClaimWitness

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_FIRSTNOTICEOFLOSS ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Claim First Notice of Loss'
define service API_FirstNoticeOfLoss {
  expose A_InsurClmFNOL              as InsuranceClaim;
  expose A_InsurClmFNOLClmnt         as InsuranceClaimClaimant;
  expose A_InsurClmFNOLDamagedObject as InsurClaimDamagedObjectMotor;
  expose A_InsurClmFNOLNote          as InsuranceClaimNote;
  expose A_InsurClmFNOLVehDriver     as InsuranceClaimDriver;
  expose A_InsurClmFNOLWtnss         as InsuranceClaimWitness;
  expose A_InsurClmFNOLFactsOrigin   as InsClmFactCaptrOrignOfLoss;
  expose A_InsurClmFNOLFactsLossLoc  as InsClmFactCaptrLossLoc;
  expose A_InsurClmFNOLDiagnosis     as InsuranceClaimDiagnosis;
  expose A_InsurClmFNOLFactsDmgdVeh  as InsClmFactCaptrDmgdVeh;
  expose A_InsurClmFNOLInjuredSFC    as InsClmFactCaptrInjuredPersn;
}