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

table update -

Former Member
0 Likes
833

can we update ztable from one internal table .

please reply

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
805

hi,

please search in SCN before posting it really helps you.

use MODIFY. check syntax in ABAPDOCU transaction

hope it helps you.

thanks

Sachin

6 REPLIES 6
Read only

Former Member
0 Likes
805

yes we can

Read only

0 Likes
805

can u plz give the solution and how to do

Read only

0 Likes
805

HI

If your itab has data then

if not itab[] is initial

modify dbtab from table itab.

endif.

Best Regards

Ramchander Rao.K

Read only

0 Likes
805

Hi

Refer This Link

Ranga

Read only

Former Member
0 Likes
805

Use-

MODIFY z_dbtab FROM TABLE itab.

Regards,

Aparna

Read only

Former Member
0 Likes
806

hi,

please search in SCN before posting it really helps you.

use MODIFY. check syntax in ABAPDOCU transaction

hope it helps you.

thanks

Sachin