Ver Mensaje Individual
  #1  
Viejo 26/08/14, 22:27:19
Liquiddry Liquiddry is offline
Junior Member
 
Fecha de Ingreso: may 2013
Localización: Mexico
Mensajes: 8
Dump CONNE_IMPORT_WRONG_OBJECT_TYPE

Hola a todos,

Quisiera saber quien me puede apoyar con este problema que tengo al momento de ejecutar una transaccion Z la cual me marca un Dump que dice lo siguiente:

Runtime Errors CONNE_IMPORT_WRONG_OBJECT_TYPE
Except. CX_SY_IMPORT_MISMATCH_ERROR

Short text
Error when attempting to IMPORT object "RID0".

What happened?
Error in the ABAP Application Program

The current ABAP program "SAPLZPSIU" had to be terminated because it has
come across a statement that unfortunately cannot be executed.

Try to find out why the type of the object is incorrect.
There are various possible options:

1. The type of the imported object has changed in the Data Dictionary.
Make sure that the type of the imported object matches the type
of the object in the Data Dictionary.
If the data cannot be restored from another source, the data must be
read by the 'old' structure, converted und again eported with the new
structure, so that future IMPORTs will always function with the new
structure.

2. A new program version is active, which no longer fits the dataset.
Try to solve the error generating the program "SAPLZPSIU" again. This
works as follows: Select transaction SE38 in the SAP system. Enter
the program name "SAPLZPSIU". Then activate the function 'Generate'.



En el codigo marca el error en lo siguiente

88 * verifica o status de processamento da interface
>> load_restart_data.

el cual el load_restart_data tiene:

define load_restart_data.
import
dtmh to mc_dtmh
tcnt to mi_tcnt
ecnt to mi_ecnt
scnt to mn_scnt
sqid to mc_sqid
name to mc_name
hstc to mi_hstc
ldfs to mh_ldfs
rid0 to restart_id0
rid1 to restart_id1
rid2 to restart_id2
rid3 to restart_id3
rid4 to restart_id4
from database zb002(sg) id zb000-intid.
end-of-definition.


Pero no se donde definen el objeto de importe RID0... Ojala pudieran apoyarme en este problema ya tengo tiempo con esto

Muchas gracias a todos.
Responder Con Cita