Creates a vendor master record (MM-MK MK01 / Manage Suppliers).
UI5 interaction handler.
Navigation API.
Vocabulary lookup service.
Vendor master data.
Optional
Optional intent options.
IntentResult describing the outcome.
IntentResult
Navigates to Supplier-create, fills name, country, and optional fields, then clicks Save.
Supplier-create
Create a new vendor/supplier master record.
MD
MK01 / Manage Suppliers — vendor master creation.
import * as masterData from '#intents/domains/master-data.js';await masterData.createVendorMaster(ui5, ui5Nav, vocab, { name: 'Acme GmbH', country: 'DE', taxId: 'DE123456789',}); Copy
import * as masterData from '#intents/domains/master-data.js';await masterData.createVendorMaster(ui5, ui5Nav, vocab, { name: 'Acme GmbH', country: 'DE', taxId: 'DE123456789',});
Creates a vendor master record (MM-MK MK01 / Manage Suppliers).