Do you have any question about this error?
Message type: E = Error
Message class: /SAPPO/ACR -
Message number: 079
Message text: &1: RETRY class &2 does not implement interface /SAPPO/IF_PPO_COMMAND
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
/SAPPO/ACR079
- &1: RETRY class &2 does not implement interface /SAPPO/IF_PPO_COMMAND ?The SAP error message
/SAPPO/ACR079 &1: RETRY class &2 does not implement interface /SAPPO/IF_PPO_COMMAND
typically indicates that there is an issue with a class that is expected to implement a specific interface but does not. This error is often encountered in the context of SAP Process Orchestration (PO) or SAP Process Integration (PI) scenarios.Cause:
- Missing Implementation: The class specified in the error message (
&2
) does not implement the required interface (/SAPPO/IF_PPO_COMMAND
). This can happen if the class was not properly defined or if it was modified incorrectly.- Configuration Issues: There may be configuration issues in the process that are causing the system to look for a class that does not conform to the expected interface.
- Transport Issues: If the class was transported from another system, it might not have been transported correctly, leading to missing implementations.
Solution:
Check Class Implementation:
- Go to the ABAP Workbench (SE80 or SE24) and check the class mentioned in the error message.
- Ensure that the class implements the interface
/SAPPO/IF_PPO_COMMAND
. If it does not, you may need to implement the required methods defined in the interface.Review Configuration:
- Check the configuration settings related to the process or scenario where the error occurred. Ensure that all necessary components are correctly configured and that the correct classes are being referenced.
Transport Check:
- If the class was recently transported, verify that the transport request included all necessary objects and that there were no errors during the transport process.
Debugging:
- If the issue persists, consider debugging the process to identify where the error is being triggered. This can provide more context on why the class is not implementing the required interface.
Consult Documentation:
- Review SAP documentation or notes related to the specific version of SAP PO/PI you are using. There may be known issues or patches available that address this error.
Contact SAP Support:
- If you are unable to resolve the issue, consider reaching out to SAP Support for assistance. Provide them with the error message and any relevant details about your configuration and environment.
Related Information:
/SAPPO/IF_PPO_COMMAND
interface to understand what methods need to be implemented and any specific requirements.By following these steps, you should be able to identify the cause of the error and implement a solution.
Get instant SAP help. Start your 7-day free trial now.
/SAPPO/ACR078
&1: RETRY class &2 does not exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SAPPO/ACR077
&1: If the error category is set, RETRY, FINISH or FAIL must be defined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SAPPO/ACR080
&1: FINISH class &2 does not exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SAPPO/ACR081
&1: FINISH class &2 does not implement interface /SAPPO/IF_PPO_COMMAND
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.