UI_SRCGPROJNEGTTN_MANAGE
Service definition for Sourcing project Negotiation Manage
UI_SRCGPROJNEGTTN_MANAGE is an OData service definition in SAP S/4HANA. It exposes 16 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (16)
| CDS View | Alias |
|---|---|
| C_SourcingProjectNegotiationTP | SourcingProjectNegotiation |
| C_SourcingProjectQuotationTP | SourcingProjectQuotation |
| C_SPNegttnQtnItemDemandDistrTP | SPNegttnQtnItemDemandDistr |
| C_SPNegttnQtnItmDmndDistrDetTP | SPNegttnQtnItmDmndDistrDet |
| C_SPNegttnRevisedQuotation | SPNegttnRevisedQuotation |
| C_SPQtnItmDmndDistrCompare | SrcgProjQtnDemandDistribution |
| C_SPQtnItmDmndDistrDetCompare | SrcgProjQtnDmndDistrDetails |
| C_SrcgProjDmndDistrByPlant | SrcgProjDmndDistrByPlant |
| C_SrcgProjDmndDistrCompare | SrcgProjDmndDistrCompare |
| C_SrcgProjDmndDistrDetsCompare | SrcgProjDmndDistrDetsCompare |
| C_SrcgProjItemHierarchy | SrcgProjItemHierarchy |
| C_SrcgProjNegttnQtanItemTP | SrcgProjNegttnQtanItem |
| C_SrcgProjNegttnQtanSummary | SrcgProjNegttnQtanSummary |
| C_SrcgProjNegttnQuotationTP | SrcgProjNegttnQuotation |
| C_SrcgProjQtnCompareExcel | SrcgProjQtnCompareExcel |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_SRCGPROJNEGTTN_MANAGE | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5551 | Manage Negotiations | Transactional | An application to manage the negotiation of Sourcing Project Quotations. |
Source
@EndUserText.label: 'Service definition for Sourcing project Negotiation Manage'
define service UI_SrcgProjNegttn_Manage {
expose C_SourcingProjectNegotiationTP as SourcingProjectNegotiation;
expose C_SrcgProjNegttnQuotationTP as SrcgProjNegttnQuotation;
expose C_SrcgProjNegttnQtanItemTP as SrcgProjNegttnQtanItem;
expose C_SrcgProjNegttnQtanSummary as SrcgProjNegttnQtanSummary;
expose C_SrcgProjItemHierarchy as SrcgProjItemHierarchy;
expose C_SourcingProjectQuotationTP as SourcingProjectQuotation;
expose C_SPNegttnQtnItemDemandDistrTP as SPNegttnQtnItemDemandDistr;
expose C_SPNegttnQtnItmDmndDistrDetTP as SPNegttnQtnItmDmndDistrDet;
expose C_SPQtnItmDmndDistrCompare as SrcgProjQtnDemandDistribution;
expose C_SPQtnItmDmndDistrDetCompare as SrcgProjQtnDmndDistrDetails;
expose C_SrcgProjDmndDistrByPlant as SrcgProjDmndDistrByPlant;
expose C_SrcgProjDmndDistrDetsCompare as SrcgProjDmndDistrDetsCompare;
expose C_SrcgProjDmndDistrCompare as SrcgProjDmndDistrCompare;
expose C_SrcgProjQtnCompareExcel as SrcgProjQtnCompareExcel;
expose C_SPNegttnRevisedQuotation as SPNegttnRevisedQuotation;
expose I_UserContactCard as UserContactCard;
}