Folks.
I'm facing a strange issue. I have a data model with 6 entities. If just try to open the metadata for all of them, works perfectly except for one.
This entity is provoking a dump. The reason I can find in ST22 is that there is a 'Multiple specification of the Name XXXXXX' as a component. I have done a debugging in method 'CHECK_COMPONENT_TABLE' of class 'CL_ABAP_STRUCTDESCR'. Table p_components has much more entries than the ones I have for that entity (180 and I get 280, more or less). For the rest entities tested, no issues found.
I've already cleanup caches :
/IWFND/CACHE_CLEANUP
/IWFND/CLEANUP
... and regenerated the model. I'm still getting undesired fields there. The error is produced when trying to insert in an internal table and I have duplicated entries.
Your help is much appreciated.