Application Development and Automation 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: 
Read only

Table Maintainance Generator Updation problem

Former Member
0 Likes
724

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
Read only

Former Member
0 Likes
698

Hi

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

6 REPLIES 6
Read only

Former Member
0 Likes
699

Hi

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

Read only

Former Member
0 Likes
698

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

Read only

Former Member
0 Likes
698

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

Read only

0 Likes
698

Hello All.

Thanks for your reply.

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

Thanks.

Swati

Read only

0 Likes
698

>

> 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?

Read only

Former Member
0 Likes
698

Thanks to all for replying.

Problem has been resolved.