Hello Expert,
I want to execute SQL query on HANA view in AMDP class. How it is possible.
Please find below query.(ZFG_ATP_TIMEBASE is my HANA Calculation view)
SELECT * FROM "_SYS_BIC"."FG_BI.ATP_NEW/ZFG_ATP_TIMEBASE" | |
WITH PARAMETERS ( 'PLACEHOLDER' = ('$$FROM_DATE_TIME$$', '20160623010101') , 'PLACEHOLDER' = ('$$TO_DATE_TIME$$', '20160623121212') ) | |
When I execute query in SQL console in HANA studio , it is working fine. Same I need to execute in AMDP class methods.
Please find attached screen shot of AMDP class and methods.
Could you please help me to resolve this one.
Regards,
Chintan