Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function createVendorMaster

    • Creates a vendor master record (MM-MK MK01 / Manage Suppliers).

      Parameters

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Navigates to Supplier-create, fills name, country, and optional fields, then clicks Save.

      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',
      });