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

refresh a list after output

Former Member
0 Likes
531

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
509

Hi

Clear the input fields.

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

3 REPLIES 3
Read only

Former Member
0 Likes
510

Hi

Clear the input fields.

Read only

Former Member
0 Likes
509

Ertas,

Clear : Itab

Refresh : Itab

Read only

Former Member
0 Likes
509

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.