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: 

changing the field

Former Member
0 Kudos

Hi Guru,

I am displaying one ALV in which I have some fields.

In that I have 2 fields as edit mode. When I am editing that field and press sabe button.

Then it should update Z table and this field is primary key in Z table.

and the fields which are not editable those are also primary key.

I used UPDATE but this is not working.

Can u pls suggest me.

Use Meaningful Subject for your Future Questions

Edited by: Vijay Babu Dudla on Jan 28, 2009 11:00 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sandeep,

Pls check [SCN|] before posting..

Regards!

3 REPLIES 3

Former Member
0 Kudos

Hi Sandeep,

Pls check [SCN|] before posting..

Regards!

MarcinPciak
Active Contributor
0 Kudos

Hi Sandeep,

You can't update entry in a table after its key has changed. It becomes no longer unique in the table and you loose reference to it. You would have to insert this changed data to the table, but that's new entry.

Regards

Marcin

Former Member
0 Kudos

hi

see these thread