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

insert internal table to BDtable

Former Member
0 Likes
324

hi experts,

I can't do it....

I have a internal table ITAB and i want to insert data into DB table Z99BW002 with the condition ITAB-DATE = sy-datum.

how can I structure that?

thanks a lot

1 REPLY 1
Read only

Former Member
0 Likes
303

I DO TI!!

loop table ITAB.

read table

modify z99 from table ITAB.

end table.

more a less!