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

xsjob including a table function

SibaP
Participant
0 Likes
594

Hi All

Can we create a xsjob by including a table function. We know xs job can be created by adding stored procedure but can we add a table function to create a xsjob in hana?

 

 

Regards 

Siba

Accepted Solutions (0)

Answers (1)

Answers (1)

HakanHaslaman
Product and Topic Expert
Product and Topic Expert

As I know, you can create an XS job that includes a table function in SAP HANA. However, you cannot directly call a table function in an XS job. Instead, you can create a stored procedure that calls the table function and then call this stored procedure in your XS job.

SibaP
Participant
0 Likes
Thank you HakanHaslaman for answering