UI_QLTYCERTDOCMATCHREVIEW
Certificate Document Match Review
UI_QLTYCERTDOCMATCHREVIEW 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 |
|---|---|
| C_ChangeDocument_2 | ChangeDocument |
| C_QltyCertDocMatchProposal | CertDocMatchProposal |
| C_QltyCertDocMatchReview | CertDocMatchReview |
| I_UserContactCard | CreatedByUserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_QLTYCERTDOCMATCHREVIEW | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Certificate Document Match Review'
define service UI_QltyCertDocMatchReview {
expose C_QltyCertDocMatchReview as CertDocMatchReview;
expose C_QltyCertDocMatchProposal as CertDocMatchProposal;
expose C_ChangeDocument_2 as ChangeDocument;
expose I_UserContactCard as CreatedByUserContactCard;
}