Application Development 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: 

Module Pool screen fields not getting populated

Former Member
0 Kudos

Hi all,

I'm having following issue. I'm working on one module pool program.

On screen 100, on left had side i have a tree display and remaining part as subcreen(initially to display blank screen on right).

When user double clicks on any node on tree i'm calling subscreen 101 which have tab strip control and subscreen for tab strip are 102 and 103.

On Subscreen 102, i have alv grid display on half part and 4 Input fields below the grid.

when user double clicks on ALV grid, the below fields should get populated with the values in alv grid row.

I'm handling this through event "double click" of cl_gui_alv_grid.

In this method I'm able to pass the values to the screen fields(4 Input fields), but those are not reflecting on screen, Old values are only showing on screen.

I tried following ways

1. Passing values directly to screen fields

2. SET/GET Parameter

3. FM "DYNPRO_VALUES_UPDATE".

I hope the problem is due to the PBO of the screen 102 is not getting triggered.

Can any body could throws your views to resolve this issue.

Thanks in Advance

3 REPLIES 3

Former Member
0 Kudos

Hi

before passing yoru values to screen fields clear screen field contents.

0 Kudos

Sorry,

I forgot to mentioned that. I was clearing the variable also.

0 Kudos

Solved problem using other FM

Thanks everybody.