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

SAP standard program user exits (Inquiry)

Former Member
0 Likes
650

Hi,

I'm just new in ABAP programming and I'd like to learn how to use exits. I also want to know how they behave. Currently I already know how to find a user exit for a certain transaction. Can anyone give me an article about User exits?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

Hi,

Exits are the places provided by SAP where we can write custom code to enhance or modify the standard functionality.

You may search in SDN with key word 'User Exits' and you get lot of information regarding the same.

Regards

Sitharamaraju

Hi,

I'm just new in ABAP programming and I'd like to learn how to use exits. I also want to know how they behave. Currently I already know how to find a user exit for a certain transaction. Can anyone give me an article about User exits?

4 REPLIES 4
Read only

Former Member
0 Likes
613

Hi,

Exits are the places provided by SAP where we can write custom code to enhance or modify the standard functionality.

You may search in SDN with key word 'User Exits' and you get lot of information regarding the same.

Regards

Sitharamaraju

Read only

0 Likes
612

Hi,

Thank you for the links. That is quite helpful. Anyone happen to know what user exit will I use to validate the data inputed in MM01 and MM02 transactions?

Thanks,

Alfred

Read only

Former Member
0 Likes
612

Answered