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

User exit in Z program

Former Member
0 Likes
1,166

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
842

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.

3 REPLIES 3
Read only

Former Member
0 Likes
843

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.

Read only

Former Member
0 Likes
842

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

Read only

ThomasZloch
Active Contributor
0 Likes
842

did you copy a function module? if yes, this might help:

Greetings

Thomas