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

    Function createQuotation

    • Creates a quotation (VA21) in SAP.

      Parameters

      • ui5: UI5HandlerSlice

        UI5 interaction handler.

      • ui5Nav: NavAPI

        Navigation API.

      • vocabulary: VocabLookup

        Vocabulary lookup service.

      • input: { customer: string; material: string; quantity: number }

        Quotation creation parameters.

      • Optionaloptions: IntentOptions

        Optional intent options.

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Create a sales quotation from structured input data.

      SD

      VA21 — create quotation.

      await sales.createQuotation(ui5, ui5Nav, vocab, {
      customer: '200001',
      material: 'FG-1000',
      quantity: 10,
      });