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

input field wid data dict

Former Member
0 Likes
422

Hi all

i got an input field that bind with a data dictationary. Now i want to select a value from the input field, a value will be populated to another input field automatically with having to press enter. How can i do it? I found out that when i bind the input field with the data dict, the fctcode is disable. Cos i need to assign a value in the fctcode for dynamic fill the other input field when i call the fctcode. Is there another way out to enable the fctcode field in the input field with data dict? Or other option to fulfiled my task?

2 REPLIES 2
Read only

Former Member
0 Likes
388

I assume that you are talking about Module-Pool and not selection screen.

cliking of enter key does trigger The module-pool cycle , i.e PAI-PBO. So, you can check for the input field 1 value and calculate input field 2 value accordingly.

Or, if u r using Selection-screen, then try out for event At-selection-screen on Input field1.

reward if helpful..

regards,

G@urav.

Read only

0 Likes
388

do u hav any sample code to do that? yea i using dialog screen. When i select a field value from input field 1, input field 2 will auto populated a value. My input field 1 is ties to a data dict. The fctcode is disable. help on the code