Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    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.

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