Skip to Content
0
Sep 21, 2023 at 04:11 PM

How to create external view from query that sits on a hana view that has input parameter

107 Views

Hey Specs !

I've created an external view on a query that sits on a composite provider that gets the data from a calculation view that has input parameter.

I can read data from the composite provider if I use these placeholders
('PLACEHOLDER' = ('$$keydate$$',

'20230930'),

'PLACEHOLDER' = ('$$SALESORG$$',

'SK01'),

'PLACEHOLDER' = ('$$mp_pruning_active$$',

'1'))
but the same does not work on the external view of the query .

What is the trick behind using a query as an external view, that uses input parameter ?
There is no error message the but the result is zero row.