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 for Z Programmes

Former Member
0 Likes
543

hii

is there any user exit by which i can store some entries in my Z table, wheneever any Z or Y prograamme is executed.

abhishek suppal

3 REPLIES 3
Read only

Former Member
0 Likes
477

User exits are only meant for standard sap programs.

Z or Y programs can be modified directly.

Regards,

Ravi

Read only

Former Member
0 Likes
477

simple

in z programm just call any transaction

call transaction 'any one'.

now u do the coding for insert entry in z table

in ny userexit of transaction which is called in z programm.

Read only

Former Member
0 Likes
477

If you are looking for User Exits for Z programs there will not be any unless the programmer has done the coding that way and usually its not done.

The whole idea behind the exits is that you should not modify the standard code, so the exits are provided.

Why can't you modify the Z Program yourself?

Bottom line, there will not be any user exits.

Regards,

Ravi