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

Did you write any

Former Member
0 Likes
600

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
577

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.

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.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
577

We have done a few here, one of which is implemented into the MIGO transaction. WHen the user recieves a certain type of material, another screen from another program is thrown and the user enters some values which get stored in a custom table. This is just one example.

Regards,

Rich Heilman

Read only

0 Likes
577

Thank you rich.

Could you please send me code?

I wait for your answers for all of my questions. Thanks.Deniz

Read only

Former Member
0 Likes
578

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.