cancel
Showing results for 
Search instead for 
Did you mean: 

watchpoint for an attribute of a node in the context

Former Member
0 Kudos

Hi,

Is it possible to put a watchpoint for an attribute of a node in the context generally.

If so, pls. advise how is it feasible.

If not, what else can be done to achieve that. Any alternatives?

Can anyone help in this issue.

Thanks in advance.

BR

Alexander

Accepted Solutions (1)

Accepted Solutions (1)

uppu_narayan
Active Participant
0 Kudos

Hi Alexander,

         creating watch point is similar to abap but you can't directly put watch point on the attribute of context, first you have to read the structure or internal table then put a watch point on the attribute while you are looping or assigning structure attrib to something then debugger will stop for you.

regards,

narayan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Alexander,

In webdynpro abap we are not processing the data of the context node directly. We load the values of the context node into an internal table using get methods of context api and then process the data.

in debugger watch points can be set in a way for the normal internal table.

Best Regards,

Arun Krishnamoorthy

Former Member
0 Kudos