2003 Dec 04 3:09 PM
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
2004 Mar 17 6:32 AM
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
2004 Mar 22 10:56 AM
You have to pass to function module the program and screen number corresponding to main dynpro, not subscreen.