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

    Function createCustomerMaster

    • Creates a customer master record (SD-MD XD01 / Manage Customers).

      Parameters

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

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

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