EXPORT_BUFFER_NO_MEMORY 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: E - External 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.
You can increase the maximum size of the exportable objects by
increasing the size of the shared buffer. This is set using profile
parameter rsdb/obj/buffersize.
You can find more information about this parameter in transaction RZ11.
Note that for performance reasons one object cannot occupy too much of
the buffer. The maximum permitted object size is therefore much smaller
than the total size of the buffer.
Error code...............: <runtime parameter>.
Buffer ID...............: <runtime parameter>.
Table...................: <runtime parameter>.
Key.......................: <runtime parameter>.
Data length..............: <runtime parameter>.
The EXPORT data cluster is too large for the application buffer.
Please see external error for more details about the possible cause of this runtime error and how it could be avoided.
Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.
The shared buffer can only save objects of up to a certain maximum size
dependent on the (adjustable) total size of the buffer. In the
operation that has terminated, this maximum size was exceeded.
Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.
EXPORT_BUFFER_NO_MEMORY - export buffer no memory EXPORT_BUFFER_INVALID_PARAMS - export buffer invalid params EXPORT_BUFFER_INTERNAL_ERROR - export buffer internal error EXPORT_BUFFER_FAILED - export buffer failed EXPORT_BUFFER_EXTERNAL_ERROR - export buffer external error EXPORT_BUFFER_DUPLICATE_KEY - export buffer duplicate key