cancel
Showing results for 
Search instead for 
Did you mean: 

Error when saving ne BP, TYPELOAD_NEW_VERSION - short dump

Former Member
0 Kudos

Hi Guys

I really do hope you can help me. I am getting the following short dump "TYPELOAD_NEW_VERSION"

The short dump prevents users from creating business partners (customers)in the system. The system is currently live and this is preventing newcustomers from being created in order to be able to purchase in the stores.

A custom development is used to create BP's in SAP for the business. Thedevelopment calls standard BAPI's to do the creation and some of these

customers are then converted to Debtors. The Debtor is copied from the BP

and a FI role added so that credit limits can be created for customers.

The scenario works in the DEV and QA systems. The error cannot be

attributed to any specific change in coding or customizing.

Steps for Reconstruction:

Every morning when users run the custom transaction ZCMS and populate the

users data, the system short dumps when they attempt to save the new

customer data.The error is not data specific and occurs in screen 200 of

the custom transaction when saving.

If I run the following transaction $SYNC then the program work till the next day.

System info:

- SAP ECC 6.0

- oracle 10.2.0.2.0

- SAP_BASIS 700 17

- Kernel - SAPEXEDB_201-20000979.SAR

- SAPEXE_201-20000978.SAR

What can I do?

Thanks in regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

problem solve

Former Member
0 Kudos

Hi,

Usually the TYPELOAD_NEW_VERSION runtime error occurs; when the requesting program has a newer version of the structure than the version active in the buffer. The case where the requesting program in the short dump has an older version of the structure than that found in the buffer.

Did u tried lookin @ some SAP notes in SMP???

Note 595104 - Runtime error TYPELOAD_NEW_VERSION

Regards,

Ravi