Skip to Content
0
Former Member
Mar 02, 2009 at 11:46 AM

Regarding modifying database from internal table

22 Views

Hi ABAP Experts,

I am facing an issue regarding modifying DB table from itab.

All the records of itab are not getting reflected in DB table using Modify statement.

Syntax is as follows -

Locking DB table using enque FM

MODIFY abc FROM TABLE i_abc.

Unlocking DB table using deques FM

Please suggest what could be wrong with this. Helpful suggestion will be appreciated.

Thanks in adv,

Akash