Ver Mensaje Individual
  #4  
Viejo 06/07/07, 14:47:16
Avatar de Alberto Requejo
Alberto Requejo Alberto Requejo is offline
Junior Member
 
Fecha de Ingreso: jun 2006
Mensajes: 8
Te transmito lo que encontré al respecto

Enter the following parameter in the STARTUP profile of the Central Instance and every Dialog Instance

“abap/max_imode = four_gb”

This will allow the system to address up to 4GB of memory. When you analyze the IMODE short dumps in your system, you will see that they typically occur during an APPEND statement.
The above profile parameter fixed this IMODE error on our system (4.6c on 64-bit platform)
Responder Con Cita