You can use this clause to correspond to input tables specified in the table operator ON clause during function processing that do not have a correlation name and do not match any of the named parameters. See Example: Function Mapping with Multiple ANY IN TABLE Clauses.
You can also specify a name to substitute for non-mapped tables in a table operator ON clause. In the example below, a non-mapped name specified during function processing is replaced with ConversionEvents:
ConversionEvents(ANY) IN TABLE
See Example: Function Mapping with (ANY) IN TABLE Clause Substitution.