UI_SUPPLIERLIST_MANAGE
Service defn for UI_SupplierList_Manage
UI_SUPPLIERLIST_MANAGE is an OData service definition in SAP S/4HANA. It exposes 9 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (9)
| CDS View | Alias |
|---|---|
| C_SuplrListBusinessPartnerTP_2 | SuplrListBusinessPartner |
| C_SuplrListBusinessPartnerVH | SuplrListBusinessPartnerVH |
| C_SuplrListMaterialGroupTP_2 | SuplrListMaterialGroup |
| C_SuplrListPrpsdCompanyCodeTP | SuplrListPrpsdCompanyCode |
| C_SuplrListPrpsdSupplierTP_2 | SuplrListPrpsdSupplier |
| C_SupplierListCompanyCodeTP_2 | SupplierListCompanyCode |
| C_SupplierListCompanyCodeVH | CompanyCodeValueHelp |
| C_SupplierListTP_2 | SupplierList |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_SUPPLIERLIST_MANAGE | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4333 | Manage Preferred Supplier Lists | Transactional | An application to maintain a list of suppliers for one or more material groups and company codes |
Source
@EndUserText.label: 'Service defn for UI_SupplierList_Manage'
define service UI_SupplierList_Manage {
expose C_SupplierListTP_2 as SupplierList;
expose C_SuplrListBusinessPartnerTP_2 as SuplrListBusinessPartner;
expose C_SuplrListMaterialGroupTP_2 as SuplrListMaterialGroup;
expose C_SuplrListPrpsdSupplierTP_2 as SuplrListPrpsdSupplier;
expose C_SupplierListCompanyCodeTP_2 as SupplierListCompanyCode;
expose C_SuplrListBusinessPartnerVH as SuplrListBusinessPartnerVH;
expose C_SuplrListPrpsdCompanyCodeTP as SuplrListPrpsdCompanyCode;
expose C_SupplierListCompanyCodeVH as CompanyCodeValueHelp;
expose I_UserContactCard as UserContactCard;
}