Hi, Dear All,
In the below SQL statement, i'm trying to insert the data from the dynamic itab(this has the same structure as that of master table). But while executing the statement, it is leading to dump; saying that "the database table has a width of 312 bytes but the work area is only 296 bytes".
INSERT zmard_x FROM TABLE <dyn_table>.
INSERT (h_table) FROM TABLE <dyn_table>.
Pl. any one can suggest, how to correct the error.
with regards
Mahesh