Web Generation User Exits › CompareExit—Web Generation Compare Exit › CompareTo Method—Compares two strings(upto the indicated length) › Default Behavior
The default behavior of this method is as follows.
Check null for both parameters.
Trim the given strings to the specified length.
Delegate the comparison to Java CompareTo() method.