cancel
Showing results for 
Search instead for 
Did you mean: 

How to see the content of a Procedure/UDF?

0 Kudos

I have created a HANA procedure/function using CREATE PROCEDURE/FUNCTION.   After that how do I see the content of the procedure/function?

Regards,

Sau-Boon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sau-Boon,

Call the procedure in SQL console or in script based calculation view

Refer https://scn.sap.com/thread/3158823

Best Regards,

Shireesha

0 Kudos

Sorry I don't get it.  Can you show an example?

I want to see the procedure/function text.

Regards,

Sau-Boon

former_member182302
Active Contributor
0 Kudos

Open from Catalog and select the schema and you will see the folder structure mentioning about Procedure

Regards,

Krishna Tangudu

0 Kudos

Sorry I am not using any HANA studio stuff.   How do I see it from SQL?

Regards,

Sau-Boon

lbreddemann
Active Contributor
0 Kudos

Hmm... as a SAP employee you might want to reconsider your approach towards our own tools.

I also like to encourage you to turn your attention towards the product documentation, that provides information like the one you are looking for.

The above mentioned system views should provide a comprehensive view on the definition of catalog procedures and functions.

Answers (1)

Answers (1)

Former Member
0 Kudos

just run the sql script in a  sql console and view the output. all the select statements can be viewed as output.

Regards,

Anupama