2007 Jul 02 3:52 PM
Did you write any user exit code?
For what you have written? Please send me code sample if you have and tell me what your code does*
Thank you very much.
Deniz.
2007 Jul 02 7:45 PM
the coding in user exits is no different than regular ABAP. you just only have access to data passed to you in the exit(technically).
so the user exit is really just a function module called within the standard SAP program where you can put your own code.
2007 Jul 02 3:56 PM
2007 Jul 02 4:03 PM
Thank you rich.
Could you please send me code?
I wait for your answers for all of my questions. Thanks.Deniz
2007 Jul 02 7:45 PM
the coding in user exits is no different than regular ABAP. you just only have access to data passed to you in the exit(technically).
so the user exit is really just a function module called within the standard SAP program where you can put your own code.