API_INSURCLMITEMCATEGORY
Insurance Claim Item Category
API_INSURCLMITEMCATEGORY is an OData service definition in SAP S/4HANA. It exposes 2 CDS view(s). It has 2 service binding(s).
Exposed CDS Views (2)
| CDS View | Alias |
|---|---|
| A_InsuranceClaimItemCategory | InsuranceClaimItemCategory |
| A_InsuranceClaimItemCategoryT | InsuranceClaimItemCategoryText |
Service Bindings (2)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_INSURCLAIMPAYTITEMCAT | ODATA | V4 | C2 | NOT_RELEASED | false |
| API_INSURCLMITEMCATEGORY | ODATA | V4 | C2 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Insurance Claim Item Category'
define service API_InsurClmItemCategory {
expose A_InsuranceClaimItemCategory as InsuranceClaimItemCategory;
expose A_InsuranceClaimItemCategoryT as InsuranceClaimItemCategoryText;
}