matel написал(а):
Очень маленькая программак
Code:
PARAMETERS: var TYPE I MEMORY ID bug.
Запускаем, ничего не вводим, сохраняем вариант (имя и описание -- test). При сохранении дамп.
Это только у меня или у вас тоже. В чем причина. Я чего-то не знаю или САП виноват.
Спасибо.
Так в дампе есть внятное объяснение причины -
ST22 написал(а):
Анализ ошибки
For the statement
"GET PARAMETER ID pid FIELD f"
only flat, character-type data objects are supported at the argument
position "f".
In this case, the operand "f" has the non-character-type or non-flat
type "I". The current program is a Unicode program. In the Unicode
context, the type 'X' or structures containing not only character-type
components are regarded as non-character-type.