Hi .
How to resolve this syntax error in upgrade 7.0 ?
FIELD-SYMBOLS: <t_zsrm_change> LIKE LINE OF t_zsrm_change.
APPEND <t_zsrm_change> TO change_item.
AT END OF <t_zsrm_change>-logsys.
Error : <t_zsrm_change>-logsys is not defined as field symbol .
But this error doesnt exists in 4.6 c version .
Moderator message: please stop flooding the forum with your upgrade errors, invest some effort to solve these yourself before unloading your work here.
Edited by: Thomas Zloch on Feb 19, 2011 4:31 PM