‎2009 Jul 08 9:31 AM
Hi all!
I've got a subscreen with an input field. We would like to use function module RH_OBJID_REQUEST_46A to create a popup where the user is able to select values.
In a normal report I would do this with AT SELECTION-SCREEN ON VALUE-REQUEST FOR. I wonder how it to do it in a dynpro? Is it neccessary to implement a search help and call the function module in a search exit?
Thank you a lot!
Florian
‎2009 Jul 08 9:59 AM
hi
in the Dypro screen , goto flow logic.
Process Before output
......................
......................
Process After input
......................
......................
Process on value request.
field vbeln module mycode_vbeln. "in this module mycode_vbeln, u will write ur codeKind Regards
Sajid
‎2009 Jul 08 9:41 AM
Hi,
In Dialog Programming, you have to code this in POV ( Process on Value Request) in the flow logic.
See F1 help for POV.
Regards
Karthik D
‎2009 Jul 08 9:43 AM
Hi Florien, You can do the same in PROCESS ON VALUE-REQUEST event. Thanks Venkat.O
‎2009 Jul 08 9:59 AM
hi
in the Dypro screen , goto flow logic.
Process Before output
......................
......................
Process After input
......................
......................
Process on value request.
field vbeln module mycode_vbeln. "in this module mycode_vbeln, u will write ur codeKind Regards
Sajid
‎2009 Jul 08 5:30 PM