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

changing the field

Former Member
0 Likes
820

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

Former Member
0 Likes
802

Hi Sandeep,

Pls check [SCN|] before posting..

Regards!

3 REPLIES 3
Read only

Former Member
0 Likes
803

Hi Sandeep,

Pls check [SCN|] before posting..

Regards!

Read only

MarcinPciak
Active Contributor
0 Likes
800

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

Read only

Former Member
0 Likes
800

hi

see these thread