‎2008 Feb 19 11:59 AM
Hello all,
I have copied a standard program to a Z program.
The standard program as a user-exit, but in the Z program this user-exit won't work. Does anyone know what i have to do so it will work?
Thanks in advance,
Nuno Silva
‎2008 Feb 19 12:04 PM
Hi
User exit is similar piece of code wirtten in the funtion module.
so if you copied a standrad program into a Z program the user exit will get triggerd if it not got triggred. Copy that function module into a Z funtion module and try to call that Z functionmodule in your Z program.
Regards,
Kiran.
‎2008 Feb 19 12:04 PM
Hi
User exit is similar piece of code wirtten in the funtion module.
so if you copied a standrad program into a Z program the user exit will get triggerd if it not got triggred. Copy that function module into a Z funtion module and try to call that Z functionmodule in your Z program.
Regards,
Kiran.
‎2008 Feb 19 1:14 PM
User exits will not work for Z pgms.
ie Uexits to write some extra code to standard pgms.
If it Z pgm, u can write ur code where ever u want. no need of Exits
Narendra
‎2008 Feb 19 1:28 PM