‎2005 Jul 21 6:18 AM
Hi All,
Does anybody know the Function Module name which resets the <b>time limit counter to zero</b>? If knows then plz tell me how to use that function module?
Thanks In Advance,
Sagar
‎2005 Jul 21 6:33 AM
I don't know a function module,
but a "commit work." will also reset the time limit counter.
Grettings
Frank Brackmann
‎2005 Jul 21 6:33 AM
I don't know a function module,
but a "commit work." will also reset the time limit counter.
Grettings
Frank Brackmann
‎2005 Jul 21 6:56 AM
Hi Frank,
I need to do in ABAP Report which shows an ALV Output. I should use "commit work" whenever i perform database operation. I don't do any database updation. So think this won't work for it.
Hi Vinod,
In report how should i use the "message". It will stop the program excecution at that point so everytime user interruption required to get the output.
Regards,
Sagar Vadher
‎2005 Jul 21 7:00 AM
Hi Sagar,
Are you just guessing that the COMMIT WORK statement will not work? Or have you tried it and found it to be of not much use ?
Regards,
Anand Mandalika.
‎2005 Jul 21 7:03 AM
If you use a success message type the program execution will not stop. May be you can give a message saying that 'Processing data, please wait'.
e.g. Message S100.
Thanks
Vinod
‎2005 Jul 21 7:07 AM
Hi Sagar,
You can use the "commit work" without having any database operation.Plz try it out,i think it will solve your problem.
Greeting
Frank Brackmann
‎2005 Jul 21 7:22 AM
Hi Anand,
I reffered SAP Help. I find that "commit work" can be used whenever we want to commit database operation. No i haven't tried yet.
Regards,
Sagar
‎2005 Jul 21 7:38 AM
Hi Sagar,
I agree that COMMIT WORK is not exactly designed for this purpose. But as far as I know it does reset the program time counter internally. The reasons for that can be found when you read about Dialog Step / Programming Database Updates.
Please do try using it and then let us know if it doesn't work.
Regards,
Anand Mandalika.
‎2005 Jul 21 8:26 AM
Hi Vinod,
I used the "Message" but it didn't work.
Hi Poornanad & Frank,
I will let you know using "Commit Work".
Regards,
Sagar
‎2005 Jul 21 6:44 AM
Try using the MESSAGE command. I think this will trigger a commit work and reset the time counter.
‎2022 Mar 21 10:17 AM
Hi Sagar,
You can do Commit Work or call a Function module TH_REDISPATCH inside loop after executing certain amount of data records.
Hope this helps.
Thanks,
Shubh
‎2022 Mar 21 10:19 AM
19 years latter
I am not sure he waits behind his computer for your solution
‎2022 Mar 21 11:45 AM
‎2022 Mar 21 12:29 PM