Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: WZRE_QUAR - Quarantine Messages
Message number: 023
Message text: Classical FI Interface call is not longer supportet, see long text
The Function Module cannot used anymore because the system is set up to
create the FI related data via the class based FI interface.
To avoid inconsistencies the system stop the transaction.
Please call the Method ac_document_create of class cl_wlf_accounting
instead the actual FM
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
WZRE_QUAR023
- Classical FI Interface call is not longer supportet, see long text ?The SAP error message:
WZRE_QUAR023: Classical FI Interface call is not longer supportet, see long text
Cause:
This error occurs because the classical FI (Financial Accounting) interface, which was used in older SAP systems for posting financial documents, has been deprecated and is no longer supported in the current SAP system or component you are using. SAP has moved to newer interfaces and technologies (such as the BAPI-based or API-based interfaces) for financial postings.
The message indicates that your system or a custom program is still trying to use the old classical FI interface calls, which have been disabled or removed in the current SAP release or patch level.
Solution:
Check the Long Text of the Message: The long text usually provides more detailed information and possibly points to the new interface or method to be used.
Update the Interface Calls:
- Identify the program, user-exit, BAdI, or custom code that is calling the classical FI interface.
- Replace the classical FI interface calls with the new supported interface. This typically means:
- Using BAPIs such as
BAPI_ACC_DOCUMENT_POST
for posting FI documents.- Using the new API or function modules recommended by SAP for financial postings.
Consult SAP Notes and Documentation:
- Search for SAP Notes related to message
WZRE_QUAR023
or the classical FI interface deprecation.- SAP Notes often provide detailed instructions on migration paths from classical interfaces to new ones.
Testing:
- After updating the interface calls, thoroughly test the financial postings to ensure correctness and completeness.
Related Information:
BAPI_ACC_DOCUMENT_POST
).If you provide the exact SAP system version or component (e.g., SAP ERP 6.0, S/4HANA), I can help you find more specific notes or migration guides.
Get instant SAP help. Sign up for our Free Essentials Plan.
WZRE_QUAR022
BAPI &1 no longer supported, see long text
What causes this issue? The BAPI &V1& cannot be used because the creation of the underlying Business Object (settlement document list) is not...
WZRE_QUAR021
Use transaction &2; transaction &1 no longer supported
What causes this issue? You cannot run this transaction. The transaction &V1& has been deprecated. Use transaction &V2& instead.Syste...
WZRE_QUAR024
BAPI &1 no longer supported, see long text
What causes this issue? The BAPI cannot be used because the creation of the underlying Business Object (settlement document) needs a valid settlement...
WZRE_QUAR025
function module &1 is deprecated, please see note 2204135
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.