Message type: E = Error
Message class: UCT1 - Messages for Set Maintenance
Message number: 002
Message text: Lower range limit (&1) is greater than the upper range limit (&2)
You have selected value &V1& for the lower range limit and value &V2&
for the upper range limit. However, the lower range limit is greater
than the upper range limit.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Enter different values for the range limits, the value for the lower
range limit must be less than the value for the upper range limit.
Error message extract from SAP system. Copyright SAP SE.
UCT1002
- Lower range limit (&1) is greater than the upper range limit (&2) ?The SAP error message UCT1002 indicates that there is an issue with the range limits defined in a selection screen or a report. Specifically, it means that the lower range limit specified is greater than the upper range limit, which is logically incorrect.
Cause: This error typically occurs in the following scenarios: User Input Error: The user has entered a lower limit that is greater than the upper limit in a selection screen. Program Logic Error: There may be a bug in the ABAP code where the values for the lower and upper limits are being set incorrectly. Data Entry Error: If the limits are being populated from a database or another source, the data might be incorrect or not validated properly.
Solution: To resolve the UCT1002 error, you can take the following steps: Check User Input: If you are entering the limits manually, double-check the values you have entered. Ensure that the lower limit is less than or
Get instant SAP help. Sign up for our Free Essentials Plan.
UCT1001
Both range limits have the same value (&1)
What causes this issue? You have entered the same value for both range limits (&V1&).System Response The system issues an error message and ...
UCT1000
Program error in set: &1 &2 &3 &4
What causes this issue? An internal error occurred in the set. Error parameters: &V1& &V2& &V3& &V4&System Response ...
UCT1003
Single value &1 already contained in range &2 - &3 (in line &4)
What causes this issue? A range with lower limit &V2& and upper limit &V3& is defined in line &V4&. This range already contai...
UCT1004
Range &1 - &2 already contained in range &3 - &4
What causes this issue? You have defined two ranges, but range &V3& - &V4& already contains range &V1& - &V2&.System ...
Click on this link to search all SAP messages.