help!
Возникла динамическая ошибка!
Код взят из образца
"DATA: t_cosel LIKE TABLE OF cosel ." OCCURS 0 WITH HEADER LINE.
ranges t_cosel for cosel-field.
* data: begin of t_cosel occurs 0,
* kstar like coss-kstar,
* end of t_cosel.
PERFORM dissolve_set IN PROGRAM RKAEP000
TABLES t_cosel "таблица возвращаемых значений
USING '.V_RAB' "это и есть имя варианта выбора например '.ALL_VZ'
'0102'
'KSTAR'
'1000' "КЕ
space
CHANGING t_groups[].
Возможно неправильно описан t_cosel ???Перепробовали несколько вариантов. Ситуация не изменилась
Динамическая ошибка
Actual parameter too short when passing parameter in PERFORM.
Анализ ошибки
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was
not caught in
procedure "%_SEL_SCREEN_BLOCK_1000000" "(FORM)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The field which is supposed to receive a structured parameter is
shorter than the structure of the parameter. This is not supported.
This is parameter no. 2 of the FORM "DISSOLVE_SET" in program "RKAEP000".
The actual parameter is 126 bytes long, the formal parameter 226 bytes.
Что в программе указано неверно?
