The class implementation cannot be uniquely determined
Message type: E = Error
Message class: OO_SOURCE_BASED - WB - Class Builder - Messages for the source-b. Class Editor
Message number: 032
Message text: The class implementation cannot be uniquely determined
What causes this issue?
The class can't be separated into its different source parts (public-,
protected-, (package-,) private section or method implementation).
System Response
A warning will be sent and the changes won't be stored.
How to fix this error?
Please check whether the source contains the following statements:
<EX>CLASS <class_name> DEFINITION.</>
<EX>...</>
<EX>ENDCLASS.</>
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
<EX>CLASS <class_name> IMPLEMENTATION.</><EX> METHOD <method_name_1>.</>
<EX> ...</>
<EX> ENDMETHOD.</>
<EX> ...</>
<EX> METHOD <method_name_n>.</>
<EX> ...</>
<EX> ENDMETHOD.</>
<EX>ENDCLASS.</>
<EX>It is also important to check that the public-, protected-,
(package-) and private section are in the correct order.</>
<EX>The syntax check will help you to determine where the class
structure is insufficient.</>
Procedure for System Administrators
Error message extract from SAP system. Copyright SAP SE.
Related Error Messages
OO_SOURCE_BASED031 The class definition cannot uniquely be determined
OO_SOURCE_BASED026 Interface section of &1 is inconsistently declared, no save possible.
OO_SOURCE_BASED033 A method implementation cannot uniquely be determined
OO_SOURCE_BASED034 The public section is positioned incorrectly in the class definition