hi,
why am i getting syntax error if i use a perform inside my include.
this nclude is inside the
form userexit_move_field...
include zmyinclude.
endform.
include zmyinclude.
perform zzz.
form zzz.
endform.
are we not allowed to have this user exits?