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

    Function searchPurchaseOrders

    • Searches for purchase orders matching the given criteria.

      Parameters

      • ui5: UI5HandlerSlice

        UI5 interaction handler.

      • ui5Nav: NavAPI

        Navigation API.

      • vocabulary: VocabLookup

        Vocabulary lookup service.

      • criteria: Readonly<Record<string, string>>

        Key/value map of filter field label → value.

      • Optionaloptions: IntentOptions

        Optional intent options.

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Search purchase orders using smart filter bar criteria.

      MM

      ME2M / Manage Purchase Orders — list search.

      await procurement.searchPurchaseOrders(ui5, ui5Nav, vocab, { Vendor: '100001' });