‎2010 Jan 20 3:34 PM
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
‎2010 Jan 20 3:44 PM
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.
‎2010 Jan 20 3:58 PM
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