API_COMPLAINTPROCESSFLOWDETAIL
Complaint Process Flow Detail
API_COMPLAINTPROCESSFLOWDETAIL is an OData service definition in SAP S/4HANA. It exposes 2 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (2)
| CDS View | Alias |
|---|---|
| A_ComplaintInspection | ComplaintInspection |
| A_ComplaintProcessFlow | ComplaintProcessFlowDetail |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_COMPLAINTPROCESSFLOWDETAIL | ODATA | V4 | C2 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Complaint Process Flow Detail'
define service API_ComplaintProcessFlowDetail {
expose A_ComplaintProcessFlow as ComplaintProcessFlowDetail;
expose A_ComplaintInspection as ComplaintInspection;
}