Skip to Content
0
Former Member
May 18, 2015 at 09:21 AM

[PAL] What is the best way to integrate a PAL Script into a procedure?

47 Views

Hi experts,

i finished a anomaly detection which is working fine within a SQL console. To use this script i want to copy my sql pal script into a procedure, but it's more difficult then i thought it would be.

Many operators like drop type, truncate table and so on are not allowed in a procedure. Now i am asking myself:

1) Is a procedure the best way to use the sql pal script in a sapui5 frontend?

2) If yes, how to avoid the issues caused by the procedure or

how to transfer the sql script easliy into a procedure?

3) If no, what would be a better way?

thanks,

Andreas