Symptom
When using AIF to monitor web service messages, messages are in 'in process' status in transaction /AIF/ERR.
For the same message error 'Runtime error TIME_OUT has occurred' is shown in SRT_MONI.
Below dump is ocurring in ST22.
- Category ABAP programming error
Runtime Errors TIME_OUT
ABAP: Program CL_ABAP_STACK_TEMPERATURE=====CP
Application Component BC-ABA-LA -
Error Analysis
Once the maximum runtime is exceeded, the program is aborted. This
serves to prevent work processes being blocked for an unnecessarily
long period of time, for example by
- endless loops (DO, WHILE, etc.)
- lengthy database accesses
.The maximum runtime of a program is set by profile parameter
"rdisp/scheduler/prio_normal/max_runtime". The
current setting is 3600 seconds. If the current setting deviates from
the value of the parameter in question, the application has set the
maximum runtime itself. Once the maximum runtime is exceeded, the
program is aborted.
Read more...
Environment
- SAP S/4HANA Cloud Public Edition
- SAP S/4HANA
- ABAP Platform
Product
Keywords
SAP S/4HANA Cloud Public Edition, large data volume, long processing time, timeout issue, rdisp/scheduler/prio_normal/max_runtime, multiple service calls, In Process, AIF , KBA , BC-SRV-AIF , Application Interface Framework , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.