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

ABAP runtime error in TSV_ILLEGAL_REFERENCE "Internal Table Destroyed"

Former Member
0 Likes
968

Hi Experts,

I am getting an error in Transaction CV01N.

In Function Group CTMS, there is a statement REFRESH CONTROL tab_con FROM SCREEN nnnn.

In data decleration tab_con is decalred as :

Controls: tab_con TYPE TABLEVIEW screen nnnn.

I am getting short dump in Dev system. However there is no short dump in Q system.

Thanks,

Naidu

Hi Experts,

I am getting an error in Transaction CV01N.

In Function Group CTMS, there is a statement REFRESH CONTROL tab_con FROM SCREEN nnnn.

In data decleration tab_con is decalred as :

Controls: tab_con TYPE TABLEVIEW screen nnnn.

I am getting short dump in Dev system. However there is no short dump in Q system.

Thanks,

Naidu

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
728

Well firstly, you can try is find out the difference b/w your Dev and Prod systems for this particular screen/program or it can be something wrong with F4 help for classification.

Secondly , you may search for SAP notes for particular issue.

Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
728

More information, e.g. more details from the actual dump would be needed.

This may be related to a classification-related enhancement that is only there in DEV but not in QA... but it's hard to say what's going on without knowing more specifics about the exact error or location.