cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging context in WD ABAP

prasad
Participant
0 Kudos

Hi all,

Please let me know the procedure to debug the context in runtime  in WD ABAP,

ie i have created a node and some attributes and binded that node to a table UI element.

i want to know the context values at runtime for a particular node in WD ABAP

Regards

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

Lukas_Weigelt
Active Contributor
0 Kudos

I think what he actually wants to know is, WHERE to see this.

  1. In the debugger, open a tab you don't usually need (like "diff").
  2. Click on "New Tool"
  3. Choose "WebDynpro"
  4. Here you can navigate down the UI- and COntext tree in runtime and see the values

Is this what you need? Or did all three of us misunderstand?

Cheers, Lukas

prasad
Participant
0 Kudos

Thanks Lukas

This is exactly what i want.

Regards

Prasad

JanarthananE
Contributor
0 Kudos

Hi prasad,

Close the discussion.

Regards

Jana

Markus_Schutz
Participant
0 Kudos

Something I was always looking for. Thank you very much. I didn't know that.

Lukas_Weigelt
Active Contributor
0 Kudos

You're welcome

It's fun and reassuring to see that a thread that's over two years old still proves to be a knowledge carrier.

Markus_Schutz
Participant
0 Kudos

First hit on Google search 🙂

Answers (2)

Answers (2)

chengalarayulu
Active Contributor
0 Kudos

Hi Prasad,

1. Create a button on your view and create an action.

2. go to code wizard and read the node by selecting As Table operation check box.

3. Activate the component.

4. put a break point inside created action.

5. Debug now,

6. you will be able to see all the values which are available at context node level.

Former Member
0 Kudos

Hi Prasad,

When is the table UI element populated with the respective data:

Is it when the view is loaded or on a button click.

If it is when the view is loaded put a debugger in WDDOINIT to check.

If it is on a button click check in the event handler.

Regards,

Sayan