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

Call User-exit

Former Member
0 Likes
1,346

Hello,

I have a user-exit Z. I use it in an infotype, but now I would lilke to use it too in a programm, but I don't know how I can the user exit.

I have read in the forum that I can call it so: "CALL CUSTOMER-FUNCTION '009'", but I think that I have to put the name of Z proyect in some place.

Thanks

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
907

but now I would lilke to use it too in a programm

Its also possible to call it using the function module name directly.

But when you do modifications to the exit, it will also reflect in the flow of other programs using the exit.

Instead you can copy that into a Z Function module and use it in your program.

Read only

0 Likes
907

If I put directly the function module, I can use, but I thought that I could call it without calling the fucntion module.

Thank you because of the help