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: 

Table Maintainance Generator Updation problem

Former Member
0 Kudos

Hello,

I am having the problem related to table maintainence generator updation.

I am fetching the data in table maintainance generator from Standard table.

Now the problem is that, if I fetch some records ; some records are updated properly but some records are not.

Please suggest the solution.

Thanks.

Swati.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Check that is there any foreign key relation maintained in that standard table

6 REPLIES 6

Former Member
0 Kudos

Hi

Check that is there any foreign key relation maintained in that standard table

Former Member
0 Kudos

Hello Swati,

Check your table for key fields, it is possible that you are trying to change key field value. As you cannot change key field value a new entry is created is created every time.

Hope this solves your problem.

Regards,

Brajvir

former_member181995
Active Contributor
0 Kudos

If the Key fields already exsist in table than new entry would not be created again with same key field.

Check table carefully if the values with the key field may be already exsist.

Edited by: Ámit Güjärgoüd on Sep 18, 2008 6:33 AM

0 Kudos

Hello All.

Thanks for your reply.

The field which is not updating is not the key field.

Thanks.

Swati

0 Kudos

>

> Hello All.

> Thanks for your reply.

> The field which is not updating is not the key field.

>

> Thanks.

> Swati

It does't matter.

But the fields is not updating you need to check its key in table whether it is exsist?

I'm yes it is there.

One more thing i would like to confirm are you using Update or modify?

Former Member
0 Kudos

Thanks to all for replying.

Problem has been resolved.