SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Function transformReturnValueForUndefined

    • Transform the payload of the OData response to undefined. This function is used in function imports, when no values need to be returned.

      Type Parameters

      • ReturnT

      Parameters

      • data: any

        The OData payload.

      • builderFn: (data: any) => ReturnT

        The deserialization function for transforming the payload.

      Returns ReturnT

      The transformed value.

      Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.