SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...
    • Combine Filterables with logical or to create a FilterList.

      Type Parameters

      • EntityT extends EntityBase

        Type of the entity filter on.

      • DeSerializersT extends DeSerializers<
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
        >

      Parameters

      Returns FilterList<EntityT, DeSerializersT>

      The newly created FilterList.

      Entity.requestBuilder()
      .getAll()
      .filter(or(filterExp1, filterExp2));
    • Combine Filterables with logical or to create a FilterList.

      Type Parameters

      • EntityT extends EntityBase

        Type of the entity filter on.

      • DeSerializersT extends DeSerializers<
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
        >

      Parameters

      Returns FilterList<EntityT, DeSerializersT>

      The newly created FilterList.

      Entity.requestBuilder()
      .getAll()
      .filter(or(filterExp1, filterExp2));

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