Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Refresh fields in dynpro

Former Member
0 Likes
1,530

Hi all

I have a dynpro with a tree (cl_gui_alv_tree) at the top and some input and text fields at the bottom. I fill the tree from the database, and I want to display some fields in the bottom section of the screen when the user selects a node on the tree.

I've captured the double-click event on the tree, and I can read the information I want to display, but as this doesn't go through the PBO section of the dynpro, I don't know how to refresh those fields with the new information.

Can anybody help?

Thanks a lot

Ramó

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
717

Hi

U need to force the run of PBO, u can try to do it by statament LEAVE SCREEN

Max

2 REPLIES 2
Read only

Former Member
0 Likes
718

Hi

U need to force the run of PBO, u can try to do it by statament LEAVE SCREEN

Max

Read only

0 Likes
717

It's working.

Thanks a lot.

Ramó