Do you have any question about this error?
Message type: E = Error
Message class: BORGR - Messages Multi-Level Goods Receipt
Message number: 671
Message text: You can return a maximum of &2 for &1
The quantity you are trying to return for item &v1& is too large. The
total return delivery quantity of all outbound deliveries cannot be
larger than the sum of all goods receipt material documents.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Reduce the quantity of the return delivery to &v2&.
Error message extract from SAP system. Copyright SAP SE.
BORGR671
- You can return a maximum of &2 for &1 ?The SAP error message BORGR671, which states "You can return a maximum of &2 for &1," typically occurs in the context of a function module or method that is trying to return more data than is allowed based on the defined limits in the system.
Cause:
This error usually arises when:
- Data Limit Exceeded: The function or method you are calling has a predefined limit on the number of records it can return. The parameters
&1
and&2
in the error message represent the function name and the maximum number of records allowed, respectively.- Incorrect Configuration: There may be a configuration issue where the limits are not set correctly, or the calling program is not adhering to the expected limits.
- Business Logic: The business logic implemented in the program may be attempting to fetch or process more records than allowed.
Solution:
To resolve this error, you can take the following steps:
- Check the Function Module/Method: Review the documentation for the function module or method you are using to understand its limitations regarding the number of records it can return.
- Adjust the Data Retrieval Logic: Modify your code to ensure that the number of records being requested does not exceed the maximum limit specified in the error message. This may involve:
- Implementing pagination or limiting the number of records fetched in a single call.
- Filtering the data more effectively to reduce the number of records returned.
- Review Configuration Settings: If applicable, check the configuration settings in your SAP system to see if the limits can be adjusted to accommodate your needs.
- Consult SAP Notes: Look for any relevant SAP Notes or documentation that might provide additional insights or updates related to this error message.
Related Information:
By following these steps, you should be able to identify the root cause of the BORGR671 error and implement a suitable solution.
Get instant SAP help. Start your 7-day free trial now.
BORGR670
Total of specified difference (&2) should be smaller than &1 in &3 &4
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BORGR669
The inbound delivery does not contain an item which can be processed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BORGR672
Difference quantity specified (&1) in &2 is not between 0 and &3
What causes this issue? The given difference quantity is larger than the default. This larger quantity can only be correct in one specific case.Syste...
BORGR673
Return delivery with outbound delivery for SumJCs not allowed
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.