API_INSURCLMOVERVIEW
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 View | Alias |
|---|---|
| A_InsurClmClaimInquiry | ClaimInquiry |
| A_InsurClmPrtcpntInquiry | ClaimParticipant |
| A_InsurClmSubclaimInquiry | SubclaimInquiry |
| A_InsurClmSubclaimPayment | SubclaimPayment |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}