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

    Function checkDeliveryStatus

    • Checks the delivery status for a sales order.

      Parameters

      • ui5: UI5HandlerSlice

        UI5 interaction handler.

      • ui5Nav: NavAPI

        Navigation API.

      • input: { salesOrderNumber: string }

        Sales order reference.

      • Optionaloptions: IntentOptions

        Optional intent options.

      Returns Promise<IntentResult<string>>

      IntentResult<string> where data is the delivery status text.

      Read the delivery status of a sales order.

      SD

      VL06O / Manage Outbound Deliveries — status check.

      const result = await sales.checkDeliveryStatus(ui5, ui5Nav, { salesOrderNumber: '10000001' });
      logger.info(result.data); // e.g. 'Completely Delivered'