UI_CERTIFICATERECEIPTS
Certificate Receipts
UI_CERTIFICATERECEIPTS 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_QltyProcmtCertInspLot | QltyProcmtCertInspLot |
| C_QltyProcmtCertMng2 | C_QltyProcmtCertMng |
| C_QltyProcmtCertRelatedCert | RelatedCert |
| I_UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_CERTIFICATERECEIPTS | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F3233 | Manage Certificate Receipts | Transactional | With this app you can manage the receipts you receive from suppliers for purchase orders or goods receipt |
Source
@EndUserText.label: 'Certificate Receipts'
define service UI_CertificateReceipts {
expose C_QltyProcmtCertMng2 as C_QltyProcmtCertMng;
expose C_QltyProcmtCertInspLot as QltyProcmtCertInspLot;
expose I_UserContactCard;
expose C_QltyProcmtCertRelatedCert as RelatedCert;
}