cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Record in User define Table.

0 Kudos

Dear SAP Expert,

We face a problem when we delete record in User Defined Table,

We have below XML and want to delete record "135_0_001",

We have record in User Defined Table.

But we always get error : failed to find object record

When we delete record such like "92_0_001" , it can be deleted successfully.

If it means the number of digits is 9, it will failed to delete ?

How to solve this problem.

<?xml version="1.0" encoding="UTF-16" standalone="no" ?> 
<BOM> 
 <BO>  
   <AdmInfo>  
     <Object>0</Object>  
    <Version>2</Version>  
   </AdmInfo> 
    <QueryParams>  
        <Code>135_0_001</Code>  
    </QueryParams> 
  </BO>
 </BOM> 

"2022/06/27 22:08:06","","","6","Internal error (failed to find object record)"

BR

Chen

Rajasekhar_Dina
Participant
0 Kudos

Can you tell me how the value of field "code" looks when you double click on the record? Any conversion routines are in place for the field?

Accepted Solutions (0)

Answers (0)