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

Screen Refresh Problem

Former Member
0 Likes
541

hi,Friends,

I am working on a module Pool Program.

After excuting one screen when i come back and excute next one it shows no data while the table have entry.

I already cleared all local variable and internal tables before call any one screen.

Is it screen refresh Probelm or something else?

Please suggest me solutions.

Regards

Ricky

5 REPLIES 5
Read only

Former Member
0 Likes
520

Hi..

In screen attributes, check mark the "hold data" checkbox.

Hold Data Allows you to hold onto any entries you have made on screen

When the screen is next processed, system automatically redisplays the data in input fields.

REWARd Pts if its useful for u..

Thanks

- Rishika bawa

Read only

0 Likes
520

hi,

Rishika.....

My problem is not regarding hold up data to screen.

My problem is that for second options I am getting none of data from internal tables even they hhave value.

this releate to Refreshing problem......

Please suggest me any solution.

Regards

Ricky

Read only

0 Likes
520

hi..

okies. u can try one thing. you might have written a select query for fetching the data into internal table. just write "append <internal table>" below that, if u r using internal table with header row.

good luck..

Read only

0 Likes
520

Hi,

Rishika,

I am already doing same thing.The problem is that it is not going into the loop even having data into internal table.

Regrads

Ricky

Read only

Former Member
0 Likes
520

Hi,

Don't clear the internal tables bcz before ur PBO is going to exe it should have some data to display.

May be it will works or send me code i will work on it.