Hi,
i have one field in the first row/column of the table control, as soon as the user press ENTER, data related to that field should be reteived from related tables and get displayed in the
other colums in the same row.
How to handle it?
example: My table control screen/fields
col1 col2 col3
-
-
-
Wa_mchb-charg Wa_mchb-clabs Wa-fld3
Wa_mchb-charg ,, ,,
as soon as i enter some value in wa_mchb-charg and press ENTER, it should give values for wa_mchb-clabs etc.
and it should follow for any no. of rows.
thanks in advance...