‎2020 May 12 7:38 AM
Hi experts,
I have a list of data definitions that looks like generated. When I try to edit something, I get the error You cannot edit object R3TR DDLS XXX with the standard editor.
The definitions throw errors (Inconsistent) because the underlying data elements have been changed. I should delete the data definitions, but I don't know what to look for.
‎2020 May 12 7:43 AM
Hi,
Do you know how those Data definitions were generated? Try to re-generate and then see.
Gaurav
‎2020 May 12 7:43 AM
nw.,
Can you let us know what you mean by Data Definitions here? Is it CDS View that you are talking about?
Regards!
‎2020 May 12 7:53 AM
Hi
I assume it is not a standard data definition, may be a IDOC segment. If it is so, please use transaction WE31 instead.
Regards,
Venkat
‎2020 May 12 8:12 AM
Is there an easy way I can find out what kind of data definition it is?
‎2020 May 12 8:07 AM
Unfortunately I don't know where they were generated, can I find that out somewhere?
I'm not sure they were generated, but they have names like "47H7FE56NKAM78."
Yes they are CDS views (extend).
‎2020 May 12 8:16 AM
‎2020 May 12 8:20 AM
Hi
If it is a CDS data then, you need the IDE.
The SAP Web IDE for SAP HANA provides editing tools specially designed to help you create and modify CDS documents.
Or
You may do it with Eclipse with ADT plugin.
Regards,
Venkat
‎2020 May 12 8:20 AM
You try to edit a CDS-Views.
CDS database views are created by activating a CDS source code for a CDS view and are defined in the database. They cannot be edited in the ABAP Dictionary (transaction SE11). CDS source texts are edited in the ABAP Developement Tools (ADT).
This SAP note describes how to delete a CDS-View
SAP Note 2602789
‎2020 May 12 8:57 AM
Okay, yes, I have to use Eclipse.
@Claus Brunner the note I had seen before, but unfortunately I don't have a source and don't know how to find it.
Maybe it helps, I have attached a picture of what I see.
‎2020 May 12 9:01 AM
I believe that solves your current problem? If this answer has solved your problem, accept the answer and close the thread. This will help other who search for the same solutions.
‎2020 May 12 10:58 AM
‎2020 May 12 11:09 AM
"The column ZZVERNR is unknown."
There lies my original problem I should remove some tables, in the proof of use was not to be seen that CDS refer to it. The errors started after I took the tables from the search help of corresponding data elements, which can't be activated now because it leads to inconsistency.
My approach is to delete everything that refers to the data elements. (They are no longer used)
‎2020 May 12 1:16 PM
Restore the table with your column and delete the CDS-View. Afterwards you can delete the table/column again.
‎2020 May 12 4:01 PM