cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

missing SAC optimized story functions

Eliram_Lugassi
Participant
0 Likes
462

I'm using Optimized Story Experience API Reference Guide to enhance my stories and I encounter lots of missing functions.

for example, I'm missing the export function 

I'm missing all of the functions in this link and more

Optimized Story Experience API Reference Guide Version 2023.8 (sap.com)

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Eliram_Lugassi
Participant
0 Likes

So actually i found out nothing was missing but it's not as trivial as I'm used to from programming.

 

in order to have the functions available we must create Script object and variables, for example in order to export a table to Excel we must create an Export object 

Eliram_Lugassi_0-1718027143630.png

 

and afterwards address it as <exportObject>.<function>