Do you have any question about this error?
Message type: E = Error
Message class: PORD_MESSAGES - Message class for PORD services
Message number: 081
Message text: If strtdateoffsetduration is passed skip Planstrtdatetime.
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.
PORD_MESSAGES081
- If strtdateoffsetduration is passed skip Planstrtdatetime. ?The SAP error message PORD_MESSAGES081 typically indicates an issue related to the planning of production orders, specifically when there is a conflict or inconsistency in the parameters being passed to the planning function. The message suggests that if the parameter
strtdateoffsetduration
is provided, the system expects that thePlanstrtdatetime
parameter should be skipped.Cause:
- Parameter Conflict: The error arises when both
strtdateoffsetduration
andPlanstrtdatetime
are provided simultaneously. The system is designed to use one of these parameters to determine the start date and time for planning, and having both leads to ambiguity.- Incorrect Data Input: The user or the system might be incorrectly passing parameters that are not aligned with the expected input for the planning function.
- Configuration Issues: There may be configuration settings in the SAP system that are not set up correctly, leading to this error when trying to execute planning functions.
Solution:
- Review Input Parameters: Check the parameters being passed to the planning function. Ensure that if
strtdateoffsetduration
is being used,Planstrtdatetime
is not included in the request.- Adjust Code Logic: If you are working with custom code or a program that calls the planning function, modify the logic to ensure that only one of the two parameters is passed based on the business logic.
- Consult Documentation: Refer to the SAP documentation for the specific planning function you are using to understand the expected parameters and their usage.
- Testing: After making changes, test the planning function with different scenarios to ensure that the error does not occur again.
Related Information:
By following these steps, you should be able to resolve the error and ensure that your production planning processes run smoothly.
Get instant SAP help. Start your 7-day free trial now.
PORD_MESSAGES080
&1 Function name is invalid
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
PORD_MESSAGES079
&1 Function not found
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
PORD_MESSAGES082
If strtdateoffsetduration is not passed enter both Planstrtdatetime.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
PORD_MESSAGES083
If enddateoffsetduration is passed skip Planenddatetime.
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.