How-To use data from a dynamic SQL in a procedure

If you are using in your procedure a data load from the HANA model you may need to parametrize for example the Placeholders. I’m not aware about any possibility how […]

How-To Create a temporary local table in a procedure

The temporary tables can be created at runtime and can be used for the same operations as the normal tables. But, based on the table types, the scope is limited. […]