2011 Aug 02 8:26 AM
Hi Experts,
need help!
currently i have a ztable where i have 10 fields. later have added few fields at the end of the ztable, totaly 16 fields.
programatically, when i try to insert the entries into ztable from the internal table, I;m getting the run time error.
which says: DBIF_RSQL_INTERNAL_ERROR
Internal error when accessing a table.
before inserting, I'm deleting the records from ztable.
please advice!
regards,
MS
Hi Experts,
need help!
currently i have a ztable where i have 10 fields. later have added few fields at the end of the ztable, totaly 16 fields.
programatically, when i try to insert the entries into ztable from the internal table, I;m getting the run time error.
which says: DBIF_RSQL_INTERNAL_ERROR
Internal error when accessing a table.
before inserting, I'm deleting the records from ztable.
please advice!
regards,
MS
2011 Aug 02 8:30 AM
Hi,
Before inserting the records try to adjust the Fields by using Tcode SE14 . The reason why am telling is you have created again some records but not activated properly in the custom table.
Edited by: Devireddy omkar on Aug 2, 2011 9:31 AM
2011 Aug 02 10:04 AM
Hi Devireddy,
have already done those changes using system-utilities(se14)
table is active.
after these changes have ran the program, it ended with run time error.
2011 Aug 02 10:08 PM
2011 Aug 02 10:55 PM
Did you adjusted your workarea or itab with new fields before using it for table insert? Provide more details from short dump that will help resolving your issue.
Nitesh
2011 Aug 02 10:06 AM
can you paste the code?
try to create a maintenance screen for the ztable and try to insert the record.
2011 Aug 02 9:47 PM
Hi Praveen,
you said you are deleting the records before inserting it rite.. so try using commit work after delete statement.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |