Application Development 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: 

User Time Out Parameter

former_member552974
Participant
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Hi,

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

Regards,

Siddhesh S.Tawate

0 Kudos

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

0 Kudos

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