cancel
Showing results for 
Search instead for 
Did you mean: 

missing SAC optimized story functions

Eliram_Lugassi
Explorer
0 Kudos
165

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)

 

View Entire Topic
Eliram_Lugassi
Explorer
0 Kudos

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>