Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Function createMaterialMaster

    • Creates a material master record (MM-MM MM01 / Manage Material Master).

      Parameters

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Navigates to Material-create, fills material number, description, and optional type and base unit, then clicks Save.

      Create a new material master record.

      intent.masterData.createMaterialMaster

      MD

      MM01 / Manage Material Master — material master creation.

      await masterData.createMaterialMaster(ui5, ui5Nav, vocab, {
      materialNumber: 'RAW-0001',
      description: 'Raw material A',
      materialType: 'ROH',
      baseUnit: 'KG',
      });