SAP Knowledge Base Article - Preview

2589234 - SAPLSWIG time out dump

Symptom

SAPLSWIG program terminated with the following TIME_OUT dump.

Category               ABAP programming error
Runtime Errors         TIME_OUT
ABAP Program           SAPLSWIG
Application Component  BC-BMT-WFM
Short text
Time limit exceeded.
What happened?
Program "SAPLSWIG" has exceeded the maximum uninterrrupted runtime and has therefore been
terminated.
Source Code Extract

[..]
IF sel_loghist = 'S' AND sy-batch NE 'X'.
        IF l_migration EQ 'B'.
          PERFORM schedule_job_for_migration USING user.
          RAISE execution_delegated_to_batch.
        ELSE.
          OPEN CURSOR WITH HOLD l_cursor FOR
                 SELECT * FROM sww_outbox WHERE meth_user IN creator
                                           AND method IN method
                                           AND meth_edate GE seldate
                                           AND wi_stat IN status
                                           AND wi_rh_task IN task
                                           AND wi_type IN type.
        WHILE l_cursor IS NOT INITIAL.
          FETCH NEXT CURSOR l_cursor APPENDING CORRESPONDING FIELDS OF TABLE lt_sww_outbox P
          IF sy-subrc NE 0.
            CLOSE CURSOR l_cursor.
[..]


Read more...

Environment

  • SAP Business Workflow
  • SAP NetWeaver
  • SAP Web Application Server for SAP S/4HANA
  • ABAP PLATFORM - Application Server ABAP
  • SAP Note 2236005 or the relevant Support Package is implemented

Product

ABAP platform all versions ; SAP NetWeaver all versions ; SAP Web Application Server for SAP S/4HANA all versions

Keywords

SWF_WORKFLOW, LSWIGU01, SWI_OUTBOX_CREATE, after upgrade, migration, WORKFLOW/SWI_OUTBOX/DO_MIGRATION_ON_DEMAND, WORKFLOW, SWI_OUTBOX, DO_MIGRATION_ON_DEMAND, SWPA , KBA , BC-BMT-WFM , Business Workflow , 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.