cancel
Showing results for 
Search instead for 
Did you mean: 

To check whether the report has run or not

Former Member
0 Kudos

Hi all,

I have a requirement wherein i need to place a check whether the report has been executed and uploaded or not for a particular month entered i.e., in the field py_month. if yes then the upload button has to be disabled and if no it has to upload the amount.

Any pointers or code would be helpful.

Regards,

Amrita

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member761936
Active Participant
0 Kudos

Hi Amrita,

For this type of requirements generally we will do in the following way.

Create a Z table with program name , last run date and last runtime.

So we will use this table to know whether it is run for that month or not.And always update the table with lastest run.

We did this for lot of interface programs.

Hope this will help you.

Regards,

Narendra.Soma