Hi Mahesh,
it's not clear in which context you want to do this.
In update thru ABAP you can't use maintenance views (generally not possible) and database views (they support only update for a single database table). I would suggest to write an update function module for this case.
For a SM30 update you can create a maintenance view. You need foreign key relation between the tables for that.
Regards,
Klaus