Hi Sushant,
There are 2 problems which i notice here:
1. You are not using the Store ID Prompt in the Placeholder syntax. You have hardcoded the value '1001'. In this case if all your syntax is correct, the user will not be prompted for the Store ID as its prompt is not referred.
2. What is the data type of the Store ID input parameter in HANA? if it is numeric then the problem is quite basic. You are passing a value '1001' where as it is expecting 1001. i.e. the moment you put a value into a pair of single quotes, the SQL engine treats it as a string. So essentially you are trying to compare a numeric value with a string value. I suggest you remove the single quotes, if the input parameter of Store ID is having numeric data type in HANA.
Regards,
Piyush