Skip to Content
Author's profile photo Former Member

HANA Artifacts Part3.1 (SQLScript Debugger SP7)

Please refer http://scn.sap.com/docs/DOC-48851 for debugging procedure in HANA SP6.

Before SPS 07, anyone with SYS.DEBUG role was authorized to debug everything, this authorization is no longer required in SPS 07.

Now this restricts the debugging of procedures owned by other users.

With roles:

Grant debug on <proc> to <user>

Grant debug on schema <schema> to <user>

By giving these roles, users can be assigned for debugging a particular procedure or at schema level.

Let’s start debugging now…

First create a wrapper procedure and set the break point (open is _SYS_BIC schema):

/wp-content/uploads/2014/06/1_467693.png

Open debug prospective and configure a new debugger.

/wp-content/uploads/2014/06/2_467694.png

Now select Catalog schema and select the procedure to debug from the schema, click ‘Browse’ button on the right.

/wp-content/uploads/2014/06/3_467695.png

/wp-content/uploads/2014/06/5_467698.png

/wp-content/uploads/2014/06/4_467699.png

OUT_MARA has one row selected.

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo rama anne
      rama anne

      Thanks Krishna
      I ha