Hi All,
The problem for INSERT is solved. Since I am having 3 columns in my internal table, so the INSERT statement has to be changed.
it should be
INSERT INTO dbtab VALUES ( ?,?,? ). with 3 questions marks.
Thanks,
Sumit
Hi All,
The problem for INSERT is solved. Since I am having 3 columns in my internal table, so the INSERT statement has to be changed.
it should be
INSERT INTO dbtab VALUES ( ?,?,? ). with 3 questions marks.
Thanks,
Sumit