Application Development 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: 

Subroutine

Former Member
0 Kudos

Dear all,

Is there any way to jump to a subroutine without returning the place form where the perform has been executed:

Within the standard ATP check program the ATP core logic is located between two user exit dedicated form (user_exit_in and user_exit_out). I would like to by pass the standard AVAILABILITY_CHECK_CONTROLLER FM logic in enhancing this FM in ZAVAILABILITY_CHECK_... . THerefore I thought to call the user_exit_out from the user_exit_in and call my z FM from here.

ANy idea?

Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hI,

No it is not possible.

You can jump out of the program but not at specific location.

Regards,

Atish

1 REPLY 1

Former Member
0 Kudos

hI,

No it is not possible.

You can jump out of the program but not at specific location.

Regards,

Atish