UI_CUSTOMERGUARANTEE_MANAGE
Manage Customer Guarantees
UI_CUSTOMERGUARANTEE_MANAGE is an OData service definition in SAP S/4HANA. It exposes 3 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (3)
| CDS View | Alias |
|---|---|
| C_CustomerGuaranteeHeaderTP | CustomerGuaranteeHeader |
| C_CustomerGuaranteeItemTP | CustomerGuaranteeItem |
| I_UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_CUSTOMERGUARANTEE_MANAGE_O4 | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Manage Customer Guarantees'
define service UI_CUSTOMERGUARANTEE_MANAGE {
expose C_CustomerGuaranteeHeaderTP as CustomerGuaranteeHeader;
expose C_CustomerGuaranteeItemTP as CustomerGuaranteeItem;
expose I_UserContactCard;
}