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

Is there any Buffer Memory for Report Programs to read data from Tables?

Former Member
0 Likes
542

Hi,

I had developed a (Dynamic ALV Report) Report Program and is there any thing like Buffer Memory for that report program?

Issue: If the data is updated in the Tables then changes made in the tables may not be displayed immediately in the report program?

After updating the table if it is executed with in 5 seconds, will it take time to display the updated records in the Z-Program that I had developed?

Any suggestions and information will be appreciated!

Regards,

Kittu

Edited by: Kittu on Mar 30, 2009 2:43 PM

Hi,

I had developed a (Dynamic ALV Report) Report Program and is there any thing like Buffer Memory for that report program?

Issue: If the data is updated in the Tables then changes made in the tables may not be displayed immediately in the report program?

After updating the table if it is executed with in 5 seconds, will it take time to display the updated records in the Z-Program that I had developed?

Any suggestions and information will be appreciated!

Regards,

Kittu

Edited by: Kittu on Mar 30, 2009 2:43 PM

3 REPLIES 3
Read only

Former Member
0 Likes
516

Dear Kittu,

U need to reexecute the program in different session to get the changes updated from table..

regards

Srikar

Read only

former_member156446
Active Contributor
0 Likes
516

you can wait to use the commit statement.... you can use commit work, when ever you feel in the particular session.

Read only

Former Member
0 Likes
516

Hi,

Thank you for your response!

Suggestions were helpful!

Regards,

Kittu