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

DUMP when Executing Custom table for contents.

Former Member
0 Likes
903

HI All,

I added new CURR field as last field in the existing table and i activated it in se11 and also adjusted the same in se14.

After this i tried to display the content of that table at this point of time it went to DUMP as following:

1).One of the columns addressed in a table or view

does not exist in the database.

table) exists in the ABAP/4 Dictionary, but not in

the database.

Note: Column in the above statement is new CURR field added.

Please advise me how to overcome it.

Thanks,

Rama krishna.

6 REPLIES 6
Read only

Former Member
0 Likes
818

Hi,

You need to to use Currkey as the reference.

Regards

Guru

Read only

0 Likes
818

Thank you all..

If refrence is not maintained the table won't be activeted right...

Refrence had been given, activeted the table and adjusted in se14.. very thing is fine upto there...

My problem is, when i am executing the table for content.

steps:

1. T-Code : se11.

2. Opened table.

3. contents(Ctrl + Shift + F10).

4. F8(Execute).

5. Now Dump come.

Refrence fields: TCURC WAERS

Read only

0 Likes
818

Hi pankaj,

What exactly the dump says.

Read only

0 Likes
818

If the added field has a custom dataelement , make sure that it is also activated.

Read only

sachin_soni
Active Participant
0 Likes
818

u need to assign a reference field to the newly added currency field

Read only

Former Member
0 Likes
818

Did you mention the Reference Table and Field when you are adding the Currency field.

If not add it and check it once again.