cancel
Showing results for 
Search instead for 
Did you mean: 

RUNTIME ERRORS: TYPELOAD_NEW_VERSION

daixiong_jiang3
Active Participant
0 Kudos

Hi,

Firstly we append a structure to the sap standard table MARA and then active it.

Object                     MARA

Object Type                       Transparent table
Timestamp runtime object   2010-05-31  13:44:46
Timestamp ABAP               2010-05-31  13:44:58
Timestamp DYNP               2010-05-31  13:44:58

Result of check            Runtime Object is Consistent

but when we are trying to run ME21N we get the following error:

A newer version of data type "MARA" was found than one required

The following object was requested   :
Data type............................: "MARA"
Time stamp of requested version......: 20100531134458
Time stamp of found version..........: 20100528090632
The request was made from the following object:
Object type..........................: "Prog"
Object name..........................: "SAPLMDR1"
Time stamp of requesting object......: 20100531134508

so how can i correct this error? should i use ST02 to synchorize the buffer or something? and how to do that?

thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

paul_power
Active Contributor

Good morning,

If you then still get the TYPELOAD_NEW_VERSION you can use the

TOUCHTAB/TOUCHALL report as described in SAP note 162991

The TYPELOAD_NEW_VERSION dump can occur after changes have taken place

to dictionary objects.

You could also try resetting the buffers to see if it helps solving

the issue with the dumps? You can reset the buffers by executing /$sync

in the transaction command line. But please ensure to only do this during a period of low usage on the system as it will be slow when the buffers are not fuly available due to reset.

regards,

Paul

Former Member
0 Kudos

Wow....... thanks a ton Paul. I had this issue oflate and your tip really helped me fix the issue.

Kudos to you.

Regards,

Subhas Katikala.

daixiong_jiang3
Active Participant
0 Kudos

after we regenerate the program SAPLMDR1 it works, but we still can not find the right solution.

Former Member
0 Kudos

Hi,

Please search in SDN for the run time error.

Please have a look at the below links.

-Srini