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: 

Filling dynpro fields from a subscreen

Former Member
0 Kudos
436

Hi,

I am trying to return values from a value request (F4) into respective fields on a dynpro without PBO. This works fine via function 'DYNP_VALUES_UPDATE', but fails when the value request originates from a subscreen of the dynpro (tab strip).

The parameters dyname and dynumb of the function are never evaluated!

Any suggestions how to access the dynpro fields of the affiliate main dynpro?

TIA

Peter

2 REPLIES 2

Former Member
0 Kudos
261

Hi,

Try using FM - 'POPUP_WITH_TABLE_DISPLAY', which displays the F4 values in a table and when selected, it is returned in the parameter CHOICE as a tabix of the internal table. Then read that internal table with the CHOICE parameter and then assign to screen field. It works for all kinds of screens and across screen types either.

Hope this helps.

Thanks & Regards,

Amrut

franois_henrotte
Active Contributor
0 Kudos
261

You have to pass to function module the program and screen number corresponding to main dynpro, not subscreen.