UI_PRODUCTCOSTESTIMATE_MANAGE
Product Cost Estimate - Manage
UI_PRODUCTCOSTESTIMATE_MANAGE is an OData service definition in SAP S/4HANA. It exposes 2 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (2)
| CDS View | Alias |
|---|---|
| C_ProdCostEstManageTP | ProductCostEstimate |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_PRODUCTCOSTESTIMATE_MANAGE | ODATA | V4 | C1 | NOT_TO_BE_RELEASED_STABLE | false |
Source
@EndUserText.label: 'Product Cost Estimate - Manage'
define service UI_ProductCostEstimate_Manage {
expose C_ProdCostEstManageTP as ProductCostEstimate;
expose I_UserContactCard as UserContactCard;
}