Skip to Content
0
Aug 18, 2023 at 03:03 PM

How to get the list of objects which is using a particular filter condition

122 Views Last edit Aug 21, 2023 at 11:12 AM 3 rev

My requirement is to list down the objects based on specific filter condition or to display all objects with all filter conditions used in a Calculation view /Projection/ Functions in SAP Native HANA.

Not able to find any metadata table which holds the objects name and its filter condition, So created query on top of _SYS_REPO.ACTIVE_OBJECT to identify the filter conditions which is working for most of the objects , but still wanted to cover all objects and looking for simple method.