HANA SQL- Internal Table Operation-5

light111Use APPLY_FILTER( )  Function


APPLY_FILTER( ) function can be used on internal table or DB tables to get all the items that match the filter condition.

In below the APPLY_FILTER( ) is applied on the DB table and then on the internal table.

1

Program that calls the AMDP Procedure method.

2

The debug details-  The DB table consists of 26 records for the client and it gives back the result where the FLTYPE = X.

Result filter table – when filter is applied on the DB table.

3

Result filter table – when filter is applied on the internal table.

4

The source internal table-

5


 

Leave a Reply