Forum Discussion
Runtime Data Filter
- Anonymous7 years ago
Anonymous,
You can directly put the above statement into advanced options during the import process.
If the Mat_Doc_Post_Date field is date type, your condition should be as follows.
WHERE "BUDAT" > Current_Date - 90 or WHERE "BUDAT" > ADD_DAYS(Current_Date,-90)
There is a blog about date time functions in SAP hana for your reference.
https://sapstudent.com/hana/sql-datetime-functions-in-sap-hana
Regards,
Lydia
Anonymous,
You can directly put the above statement into advanced options during the import process.
If the Mat_Doc_Post_Date field is date type, your condition should be as follows.
WHERE "BUDAT" > Current_Date - 90 or WHERE "BUDAT" > ADD_DAYS(Current_Date,-90)
There is a blog about date time functions in SAP hana for your reference.
https://sapstudent.com/hana/sql-datetime-functions-in-sap-hana
Regards,
Lydia