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

Get a field value from screen

fernando_pena
Participant
0 Likes
880

Hello All,

Please, I need to get a value in a field that is in screen...

example:

field name: glu1-bukrs

I created a match code using a function, and in this function I created a select in the correct table, in this select have a "where" clause: "where bukrs EQ glu1-bukrs"...

But this process work properly just when the user click "enter"... else this is a value is initial...

I want to know a way to get the value field before the user click enter...

Somebody could help me, please?

Fernando Pena.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
586

use fm DYNP_VALUES_READ

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
587

use fm DYNP_VALUES_READ

Read only

fernando_pena
Participant
0 Likes
586

Thanks for your answer.

Read only

Former Member
0 Likes
586

Hi,

There are also two function modules - DYNP_VALUES_READ and DYNP_VALUES_UPDATE - that can read the values of screen fields and return values to them during the POV event.

Please refer to this link LINK: [http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm].

Please reward if you find the answer useful.

Thanks,

Kamesh Bathla