UI_CERTIFICATERECEIPTS

OData Service Package: ODATA_QM_CERTIFICATE

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 ViewAlias
C_QltyProcmtCertInspLot QltyProcmtCertInspLot
C_QltyProcmtCertMng2 C_QltyProcmtCertMng
C_QltyProcmtCertRelatedCert RelatedCert
I_UserContactCard

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_CERTIFICATERECEIPTS ODATA V2 C1 NOT_RELEASED false

Fiori Apps (1)

App IDApp NameTypeDescription
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;
}