Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function ISU_TABLE_PREPARE_FOR_UPDATE is obsolete

Former Member
0 Kudos

Hi all,

i am getting a dump with the following error on execution of a particular transaction.

Diagnosis                                                             
      You called function module ISU_TABLE_PREPARE_FOR_UPDATE. This     
      function module has been replaced by function module              
      ISU_TABLE_UC_PREP_FOR_UPDATE because this also produces correct   
      results in a UNICODE system.

The function module is part of a non-modifiable SAP program, kindly suggest a note to apply for the same.

2 REPLIES 2

debasissahoo
Active Contributor
0 Kudos

Hi Neha,

What exact dump you are getting.. post the detail dump along with the dump name.

also give the details like.. so that it will help someone to give you some quick solution.

What system you are runnnig?

What SP level?

which database?

whether any unicode conversion has been carried out in this sytstem in near past?

Regards,

Deabasis.

Former Member
0 Kudos

Hi Neha,

ISU_TABLE_PREPARE_FOR_UPDATE is obsolete function module.

Instead of the above function module use ISU_TABLE_UC_PREP_FOR_UPDATE function module and pass the same Import and Export parameters.

Regards,

Mahender Reddy.