cancel
Showing results for 
Search instead for 
Did you mean: 

Store results of _SYS_AFL.PAL_ Procedure

dirk_meyer2
Explorer
0 Kudos

Hi all you PAL users,

I am trying to find my way into applying PAL and stumbled over a problem to save away data.
Example would be _SYS_AFL.PAL_MULTIVARIATE_ANALYSIS.

In the documentation it is used with
CALL "_SYS_AFL"."PAL_MULTIVARIATE_ANALYSIS"(PAL_MULTIVARSTAT_DATA_TBL, #PAL_PARAMETER_TBL, ?);
which works perfectly fine but is useless, since in need to store the data.
So the Ouput table "Result" is defined with columns ID and Dataset (equal to input), and all my attempts to define some table variable and adress the output it in the call move the data there (or to an db table) for further processing failed.
Anybody here who can provide a code example or spend some enlightening links.
Thanks for Help
Dirk

Accepted Solutions (1)

Accepted Solutions (1)

dirk_meyer2
Explorer
0 Kudos

Found it .... finally .....

i stumbled over this
HANA PAL PROCEDURE CALL ERROR | SAP Community
Worked for me also with a time dependent table

Although - if anybody knows how to use a table variable....
Please tell.

Thanks Dirk

Answers (0)