‎2007 Oct 01 7:11 AM
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?
‎2007 Oct 01 7:30 AM
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.
‎2007 Oct 01 7:34 AM
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