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: 

Update BSEG

former_member386202
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.