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

User Time Out Parameter

former_member552974
Participant
0 Likes
723

Hello Everyone,

Does anyone know if there is a way to reset the timeout parameter in an ABAP program if the user has not sent a command to the backend system? For example, our timeout is set at 30 minutes and we want this parameter to be constantly reset (or have the program ignore the timeout parameter) in a specific program that we have.

Please let me know what you think.

Scott

4 REPLIES 4
Read only

Former Member
0 Likes
694

Chek if there is any possibilities thru RZ11 transaction ..

I think value for Time out parameter is 'abap/timeout' .. enter this in

"Param. Name" in the transaction RZ11

Read only

0 Likes
694

Hi,

Use of just a 'commit work' statement will reset the counter and avoid time out.

Regards,

Siddhesh S.Tawate

Read only

0 Likes
694

Can you please tell me where exactly i need to use this "commit work".

Read only

0 Likes
694

Hi,

In programs it is used inside loop ... endloop when the data extraction or data updation takes long time.

Hope it helps.

Regards,

Siddhesh S. Tawate