ABAP Runtime Errors

STRING_TOO_MANY_HEADERS SAP ABAP Runtime Error string too many headers







STRING_TOO_MANY_HEADERS 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: O - Resource Shortage

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.


STRING_TOO_MANY_HEADERS ABAP Runtime Error

Do not allow this many (different) strings to be created.
If more than one string has exactly the same value, the problem can be solved by using the memory space for a string more than once (sharing). This can be achieved by assigning strings to each other instead of making an assignment (MOVE) using a character field or a character literal on a string. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Maximum number of (different) strings exceeded. Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.

An attempt was made to create <runtime parameter> (different) strings (string headers). The maximum limit set in the system is <runtime parameter> however.
The amount of strings being created was therefore too large. The ABAP program running had to be terminated because an internal capacity limit was reached.