ABAP Runtime Errors

DATASET_PIPE_CLOSED SAP ABAP Runtime Error dataset pipe closed







DATASET_PIPE_CLOSED is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


DATASET_PIPE_CLOSED ABAP Runtime Error

Pipes can only be used in one 'unit of work' using OPEN DATASET ... FILTER .... A 'rollout' closes the pipe automatically. Pipe closed after rollout. Pipe <runtime parameter> has been closed. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

A pipe <runtime parameter> > <runtime parameter> has been opened and then closed either explicitly or implicitly by 'COMMIT WORK', screen change or RFC call. It is then no longer possible to access this pipe. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Another possibility is:
The system performed an implicit 'COMMIT WORK' during debugging. This resulted in the pipe beig closed.