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

Z Report

Former Member
0 Likes
618

Hi exprerts,

In my sales report For Example I have 10 sales records line item.

After 1 Hr. when I execute program i want it should refresh automaticaly and it will show current sales records like 15 line item.

how to refresh program automatically on time. ?

Hi exprerts,

In my sales report For Example I have 10 sales records line item.

After 1 Hr. when I execute program i want it should refresh automaticaly and it will show current sales records like 15 line item.

how to refresh program automatically on time. ?

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
593

Whenever a report is executed it automatically get refresh and fetch records freshly. Why you are looking for forced refresh..?

Regards,

Amit

Read only

Former Member
0 Likes
593

Hi,

Whenever the table gets update and once you execute the report , report shows the all the records including the new records.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
593

thanks for your reply,

once i run it automaticly it should refresh, that is no need to execute it again and again.

execute once and initial it will display 5 records and after some time it should show more than 5 records..

Read only

0 Likes
593

Once you execute the program, an event should trigger to process anything in SAP.

Instead do one thing, schedule your report for every one hour, this will take care of every thing.

Regards,

Amit