InterviewSolution
| 1. |
What Are The Different Input Parameters Types In Sap Hana? |
|
Answer» Direct: USING this parameter type, you can pass any value for the parameter. COLUMN: This parameter type ALLOWS you to SELECT any value from the list of distinct values available in a column in HANA view. Derived From Table: It is also POSSIBLE to create dynamic values in a table. This allows you to select any of the available values from the list. Static List:It is also possible to create a static list of values and provide user input during execution. Direct: Using this parameter type, you can pass any value for the parameter. Column: This parameter type allows you to select any value from the list of distinct values available in a column in HANA view. Derived From Table: It is also possible to create dynamic values in a table. This allows you to select any of the available values from the list. Static List:It is also possible to create a static list of values and provide user input during execution. |
|