Creates a customer master record (SD-MD XD01 / Manage Customers).
UI5 interaction handler.
Navigation API.
Vocabulary lookup service.
Customer master data.
Optional
Optional intent options.
IntentResult describing the outcome.
IntentResult
Navigates to Customer-create, fills name, country, and optional fields, then clicks Save.
Customer-create
Create a new customer master record.
MD
XD01 / Manage Customers — customer master creation.
await masterData.createCustomerMaster(ui5, ui5Nav, vocab, { name: 'Globex Corp', country: 'US', salesOrganization: '1000',}); Copy
await masterData.createCustomerMaster(ui5, ui5Nav, vocab, { name: 'Globex Corp', country: 'US', salesOrganization: '1000',});
Creates a customer master record (SD-MD XD01 / Manage Customers).