Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DBIF_RSQL_INTERNAL_ERROR , when inserting records into ztable

Former Member
0 Likes
997

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

6 REPLIES 6
Read only

Former Member
0 Likes
906

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

Read only

0 Likes
906

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.

Read only

0 Likes
906

try to use modify Ztable from itab. rather than Insert.

Read only

0 Likes
906

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

Read only

Shahid
Product and Topic Expert
Product and Topic Expert
0 Likes
906

can you paste the code?

try to create a maintenance screen for the ztable and try to insert the record.

Read only

Former Member
0 Likes
906

Hi Praveen,

you said you are deleting the records before inserting it rite.. so try using commit work after delete statement.