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

Update BSEG

former_member386202
Active Contributor
0 Likes
576

Hi friends,

I want to update zuonr field in bseg table but BSEG is a cluster table.

so can we update the cluster table using update or modify statement.

Thanks,

Prashant

Hi friends,

I want to update zuonr field in bseg table but BSEG is a cluster table.

so can we update the cluster table using update or modify statement.

Thanks,

Prashant

1 REPLY 1
Read only

Former Member
0 Likes
487

Instead of ths use a function module G_BKPF_BSEG_UPDATE

First read the bseg record READ_BSEG.

instead of update or modify command.

Please reward if useful.