How To Fix RSBK072 - Database selection was interrupted (see long text)


RSBK072 - Overview

  • Message type: E = Error

  • Message class: RSBK - Messages for the Data Transfer Process

  • Message number: 072

  • Message text: Database selection was interrupted (see long text)

  • Show details Hide details
  • What causes this issue?

    You are extracting data from a DataSource or an InfoProvider. The
    selection is made with an open database cursor. This cursor was in
    validated by one of the following ABAP commands:
    <AB>COMMIT WORK</>
    <AB>ROLLBACK WORK</>
    <AB>CALL TRANSACTION</>
    <AB>SUBMIT</>
    The ABAP command leading to the termination was probably executed in a
    custom transformation routine.

    System Response

    Processing of the request ended with errors.

    How to fix this error?

    Change the code of the transformation in which one of the
    above-specified ABAP commands is executed. If you are using the command
    <AB>COMMIT WORK</>, replace it with the following call:
    <AB>CALL FUNCTION 'DB_COMMIT'.</>

    Procedure for System Administrators

    The system issues an error message and will not allow you to continue with this transaction until the error is resolved.


    Error message extract from SAP system. Copyright SAP SE.


Smart SAP Assistant

  • What is the cause and solution for SAP error message RSBK072 - Database selection was interrupted (see long text) ?
    The SAP error message RSBK072, which states "Database selection was interrupted," typically occurs in the context of data extraction or reporting in SAP BW (Business Warehouse). This error can arise due to various reasons, including issues with the database connection, performance problems, or interruptions in the data retrieval process.
    Causes:
    
    Database Connection Issues: The connection to the database may have been lost or interrupted, leading to the failure of the data selection process.
    Timeouts: Long-running queries may exceed the allowed execution time, causing the system to terminate the process.
    Resource Limitations: Insufficient system resources (CPU, memory, etc.) can lead to interruptions in data processing.
    Locks or Deadlocks: Other processes may be locking the database tables, preventing the current query from executing.
    Network Issues: Problems with the network can disrupt communication between the SAP application server and the database server.
    
    Solutions:
    
    Check Database Connection: Ensure that the connection to the database is stable and functioning correctly. You can test

    Already have an account? Login here!




Instant HelpGet instant SAP help. Sign up for our Free Essentials Plan.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author