An SQLScript procedure or function created in the regular way in SAP HANA Studio or using Native SQL can call an SQLScript procedure or function implemented in an AMDP method or access an SQLScript function, if the procedure or function exists in the database system. This is not recommended...
SAP Managed Tags: SAP HANA Hi, I my AMDP procedure I need to use table which is created dynamically, which means that the name of the table will not be the same when we transport our development to QA. All I know, and what will be the constant across the landscape, is the particul...
different tasks should also be performed by different components in a system. In our case, separation of concerns means that database access should not be mixed with other application code. Instead, different classes should be created for each aspect. ...