Skip to Content
0
Former Member
Oct 28, 2005 at 01:43 PM

subroutine in an include in form userexit_move_xxx

19 Views

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?