‎2006 Jun 19 1:08 PM
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
‎2006 Jun 19 1:10 PM
User exits are only meant for standard sap programs.
Z or Y programs can be modified directly.
Regards,
Ravi
‎2006 Jun 19 1:11 PM
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.
‎2006 Jun 19 1:13 PM
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