Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

include or sub-routine in user-exit

Former Member
0 Likes
512

Hi all,

i want to put a sub-routine in my customer user-exit (CMOD).but i can not put the subroutine.

can i put a subroutine or include statement in a user exit?

correct answers will be rewarded.

Thanks

pabi

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
455

You can make subroutine calls inside a User exit, only if the exit is part of a function pool. All the subroutines can be placed in an include in the function pool & can be called with a Perform Statement from the User Exit.

~Suresh

Hi all,

i want to put a sub-routine in my customer user-exit (CMOD).but i can not put the subroutine.

can i put a subroutine or include statement in a user exit?

correct answers will be rewarded.

Thanks

pabi

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
456

You can make subroutine calls inside a User exit, only if the exit is part of a function pool. All the subroutines can be placed in an include in the function pool & can be called with a Perform Statement from the User Exit.

~Suresh