UI_CAPAYMENTORDER_MAN
Payment Orders - Manage
UI_CAPAYMENTORDER_MAN 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_CAPaymentOrderItem | PaymentOrderItem |
| C_CAPaymentOrderTP | PaymentOrder |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_CAPAYMENTORDER_MAN | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Payment Orders - Manage'
define service UI_CAPAYMENTORDER_MAN {
expose C_CAPaymentOrderTP as PaymentOrder;
expose C_CAPaymentOrderItem as PaymentOrderItem;
expose I_UserContactCard as UserContactCard;
}