2007 Feb 08 9:09 AM
Dear All,
do you have an idea how to do the following:
I have a list with some outputs and further
on I have some text-input fields on this list.
And now all these outputs should be refreshed
then a user makes an input into these text-input fields.
Regards
Ilhan
2007 Feb 08 9:18 AM
Dear All,
do you have an idea how to do the following:
I have a list with some outputs and further
on I have some text-input fields on this list.
And now all these outputs should be refreshed
then a user makes an input into these text-input fields.
Regards
Ilhan
2007 Feb 08 9:18 AM
2007 Feb 08 9:23 AM
2007 Feb 08 9:28 AM
Hi,
when you want to clear then clear your internal table or any record that you need to clear and give gty_selfield-refresh = 'X(gty_selfield-refresh type slis_selfield) when the user adds something tho the screen and presses any button then read the line using gty_selfield and modify your internal table from the work are for that index and user gty_selfield-refresh = 'X'.
Mark all helpful answers.