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)
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.
Processing of the request ended with errors.
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'.</>
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.
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
Get instant SAP help. Sign up for our Free Essentials Plan.
RSBK071
You cannot copy remote DTPs into a process chain
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSBK070
Empty error message was written to the log
What causes this issue? An error message was written to the DTP runtime log using method ADD_MSG. The prerequisite of this method is that in importin...
RSBK073
No free background processes are available (see long text)
What causes this issue? A DTP request is processed in parallel in the background. The number of background processes used can be defined in the DTP m...
RSBK074
Could not repair last request ( &1 )
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.