• 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) => ReturnT)

      The deserialization function for transforming the payload.

    Returns ReturnT

    The transformed value.

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