Hello All,
Im reading data from a local file to a internal table. The internal table is also getting populated with those values. With this internal table Im inserting records into a Database Table. This internal table is having same structure as Database table.
But Im getting the following dump.
"RSQL error 13 when accessing table "Y16V_AO_LEVEL_IN ".
Plese find my code beow:
DATA: G_T_Y16V_AO_LEVEL_IN TYPE TABLE OF
Y16V_AO_LEVEL_IN WITH HEADER LINE.
INSERT y16v_ao_level_in FROM TABLE g_t_y16v_ao_level_in.
Good answers will be appreciated.
Thanks in advance.
Best Regards,
Sasidhar Reddy Matli.