DaV написал(а):
Hello,
п скажите является ли Ваше полем ключевым и какое оно по счету в описании таблицы?
Я попробовал, как мне кажется, все возможные варианты определения этого поля, результат у меня был одинаково-неправильным.
MATA
MAT_B
MATB
MATC
Как оказалось проблема сортировки имеет место быть в версии 4.6

, на эту тему есть нота 676612
Symptom
When you execute an F4 help, the hit list appears to be sorted incorrectly. Blank characters and technical special characters stay may be ignored.
Other terms
SORT ... AS TEXT, locale
Reason and Prerequisites
An F4 help, as implemented with the generic standard tools of the ABAP Dictionary, sorts the hit list by calling the ABAP command SORT ... AS TEXT. Since this is a generic service, the semantic context in which this F4 help is called cannot be determined, which results in an apparently incorrectly sorted hit list.
This is particularly likely to occur with fields of the CHAR type that contain blank characters or technical special characters.
It is not possible to avoid using the SORT AS TEXT commend, as it is required to sort fields of the same type correctly in the relevant native language.Вопрос снят.
Всем спасибо за помощь.