Do you have any question about this error?
Message type: E = Error
Message class: SY - ABAP/4 system messages
Message number: 472
Message text: Could not display more than & entries
You tried to increase the size of a list of objects with dynamic memory
consumption. This was not possible because not enough memory could be
allocated internally. The system will continue to use the size of the
old list.
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.
SY472
- Could not display more than & entries ?Get instant SAP help. Start your 7-day free trial now.
SY471
Reference destroyed; cannot display header
What causes this issue? You wanted to display the header of a deep data object (string, internal table, object, data reference) in the ABAP Debugger....
SY470
To create the exception object change the setting
What causes this issue? The system did not create the exception object and therefore cannot display it.System Response The system issues an error me...
SY473
READ BINARY SEARCH check switch on
What causes this issue? You can only use the READ ... BINARY SEARCH statement if the relevant internal table is sorted by the key used. Otherwise any...
SY474
READ BINARY SEARCH check switched off
What causes this issue? You can only use the READ ... BINARY SEARCH statement if the relevant internal table is sorted by the key used. Otherwise any...
Click on this link to search all SAP messages.