SAP ABAP Message Class 37 Message Number 675 (Element name & is already in use (text not copied))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Attribute
Message class 37  
Short Description Screen Painter    
Message Number 675  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20090618   
Message Text
Element name & is already in use (text not copied)
Help Document

Diagnosis

You adopted an ABAP Dictionary element as a checkbox or radio button with text into a table control, and a naming conflict with an existing screen element resulted.

Within the table control, the text of the checkbox or radio button forms the column header, and the input/output field forms the column element. Since the names of heading and column elements must be different, the name of the header element is changed to a star ("*"). This is the cause of the problem.

System Response

The system only copies the input/output field from the ABAP Dictionary. It does not create the header element.

Procedure

Rename the text element that was causing the naming conflict, then copy the heading text for the table control column again.

History
Last changed on/by 20140121  SAP 
SAP Release Created in