‎2007 Jun 13 4:01 PM
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
‎2007 Jun 13 4:04 PM
I DO TI!!
loop table ITAB.
read table
modify z99 from table ITAB.
end table.
more a less!