API_INSURCLMOVERVIEW

OData Service Package: ICL_VDM_CLAIMINQUIRY

Schaden-/Leistungsfall cübersicht Service-Definition

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

Exposed CDS Views (4)

CDS ViewAlias
A_InsurClmClaimInquiry ClaimInquiry
A_InsurClmPrtcpntInquiry ClaimParticipant
A_InsurClmSubclaimInquiry SubclaimInquiry
A_InsurClmSubclaimPayment SubclaimPayment

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_INSURCLMOVERVIEW ODATA V2 C2 C1 false

Source

@EndUserText.label: 'Schaden-/Leistungsfall cübersicht Service-Definition'
define service API_InsurClmOverview {
  expose A_InsurClmClaimInquiry as ClaimInquiry;
  expose A_InsurClmSubclaimInquiry as SubclaimInquiry;
  expose A_InsurClmSubclaimPayment as SubclaimPayment;
  expose A_InsurClmPrtcpntInquiry as ClaimParticipant;
}