‎2008 Sep 01 8:35 AM
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.
‎2008 Sep 01 8:37 AM
‎2008 Sep 01 10:22 AM
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
‎2008 Sep 01 10:33 AM
‎2008 Sep 01 10:35 AM
If the added field has a custom dataelement , make sure that it is also activated.
‎2008 Sep 01 8:39 AM
u need to assign a reference field to the newly added currency field
‎2008 Sep 01 8:39 AM
Did you mention the Reference Table and Field when you are adding the Currency field.
If not add it and check it once again.