cancel
Showing results for 
Search instead for 
Did you mean: 

Nodes attributes' value when debugging

Former Member
0 Kudos

Hi,

Someone know how to see the nodes attributes' value when debugging.

Thanks.

Edited by: dyngry on Apr 6, 2011 9:09 AM

Accepted Solutions (1)

Accepted Solutions (1)

sahai
Contributor
0 Kudos

hi,

read the node in a method using the code wizard and den put a debugger there.....when debugger starts you can find the value in the attributes currently.

thanks and regards,

sahai.s

Answers (2)

Answers (2)

former_member450736
Active Participant
0 Kudos

if you are using new abap debugger then follow this path.

new tool( which will be on extreme right, below close button )->Tools->Special Tools->Web dynrpo abap

then you will have component get displayed then go to context node's attributes directly you can see the values visually!!!

hope this helps..

saravanan_narayanan
Active Contributor
0 Kudos

In the debugging mode navigate to CL_WDR_CONTEXT_NODE(instance of the context node)->COLLECTION->CL_WDR_CONTEXT_ELEMENT->STATIC_ATTRIBUTES.

Static_attributes will point to the structure for the context node.

Best Regards,

Saravanan