Hi,
I need to show several constant in multiple SQL selects. These constants are derived from a table that contains one record only.
How to pick up these constants from HANA procedures or functions if scalar function doesn't allow any SQL operations.
SELECT MANDT, MATNR , Costant01, constant02
FROM "SAPSR3"."MARA"
Thanks