Skip to Content
0
Former Member
May 15, 2008 at 12:12 PM

Insert to Databse table

19 Views

Hi Guy's,

Please help me what is the wrong in my code.

getting error message (it is not long enough).

tables : zinsert, kna1.

types : begin of ty,

kunnr type KUNNR,

name1 type NAME1_GP,

land1 type land1_GP,

end of ty.

data : it type standard table of ty,

wa type ty.

select kunnr

name1

land1

into table it

from kna1.

INSERT zinsert FROM TABLE it.