Message type: E = Error
Message class: AC - Error messages from Asset Customizing
Message number: 688
Message text: Base method &1 is not defined
Base method &V1& is not defined.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Define base method &V1& in FI-AA Customizing under
<DS:TRAN.AFAMR>Maintain Base Methods</>.
Error message extract from SAP system. Copyright SAP SE.
AC688
- Base method &1 is not defined ?The SAP error message AC688, which states "Base method &1 is not defined," typically occurs in the context of ABAP programming, particularly when dealing with class-based programming and inheritance. This error indicates that the system is trying to call a method that is expected to be defined in a base class, but it cannot find it. Causes: Missing Method Definition: The method that is being called is not defined in the base class or any of its superclasses. Typographical Error: There may be a typo in the method name when it is being called. Incorrect Class Hierarchy: The class from which the method is being called may not be correctly inheriting from the base class that contains the method. Visibility Issues: The method may be defined but is not accessible due to visibility restrictions (e.g., it is declared as private in the base class). Changes in Class Definition: If the base class was modified (e.g., the
Get instant SAP help. Sign up for our Free Essentials Plan.
AC687
Period control &1 in chart of deprec. &2 is not defined
What causes this issue? Period control &V1& of chart of depreciation &V2& is not defined.System Response The system issues an error ...
AC686
Declining-balance method &1 in chart of deprec. &2 is not defined
What causes this issue? Declining-balance calculation method &V1& in chart of depreciation &V2& is not defined.System Response The s...
AC689
Level &1 is not defined in chart of depreciation &2
What causes this issue? Multi-level method &V1& is not defined for chart of depreciation &V2&.System Response The system issues an e...
AC690
Special retirement treatment is not defined
What causes this issue? There is no special treatment of retirement defined for transaction type &v2& for depreciation area &v3& in c...
Click on this link to search all SAP messages.