Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error dump in UI Environment.

Former Member
0 Kudos

Hi Gurus,

Created a Z customisation in CRM which is working fine in GUI environment but getting dump on UI environment.Error message showing in ST22 transaction given below.

Short text of error message:

The dataset (57,076,480 bytes) is too big (abap/alvgrid/size_nodod_mb)

Long text of error message:

Diagnosis

The system tried to send a data record to the frontend, which

contains 57,076,480 bytes. However, the data volume has been

restricted to 52,428,800 bytes.

System Response

The current application program has been terminated with a runtime

error.

Procedure

Restrict the data selection if possible or contact your system

administrator.

Procedure for System Administration

The maximum size of these data volumes can be set using the kernel

parameter 'abap/alvgrid/size_nodod_mb' (in mega bytes).

Technical information about the message:

Message class....... "AWRT"

Number.............. 000

Variable 1.......... "57,076,480"

Variable 2.......... "52,428,800"

Variable 3.......... " "

Variable 4.......... " "

Thanks and Regards

Vinayak Sapkal

2 REPLIES 2

Former Member
0 Kudos

Hi,

The dump message is self explanatory : the size of the data record you are trying to retrieve is bigger than the maximum size set in your system.

Only 2 solutions : contact your system administrator and ask him to change the setting (the name of the parameter is in the dump message) or change your selection in ordrer to retrieve less data.

Regards.

Nicolas

Former Member
0 Kudos

The solution is in increase em/global_area_MB. Be careful and consult the sap note: Note 742048 - Integrated ITS, memory requirement in application server