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

dynpro field: value help via function module

Former Member
0 Likes
929

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
750

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 code

Kind Regards

Sajid

4 REPLIES 4
Read only

Former Member
0 Likes
750

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

Read only

venkat_o
Active Contributor
0 Likes
750

Hi Florien, You can do the same in PROCESS ON VALUE-REQUEST event. Thanks Venkat.O

Read only

Former Member
0 Likes
751

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 code

Kind Regards

Sajid

Read only

0 Likes
750

Hi!

That was the right way! Thank you all!

Greetings,

Florian