Skip to Content
0
Former Member
Dec 02, 2008 at 12:39 PM

DUMP in Select

31 Views

Hi All,

When i execute the below select query it goes for a dump and i have given the dump analysis also. Please tell me what is going wrong?

data: lc_matnr like mara-matnr,

lc_equnr like afih-equnr.

select single matnr into lc_matnr from equi

where equnr = lc_equnr.

DUMP:

Data type "EQUI" was found in a newer version than required.

*Error analysis:*

The data type "EQUI" was reloaded from the database while the program

was running.

However, the system found a version of the type that was newer than

the one required.