cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit

Former Member
0 Kudos

Hello

What is the role of SD consultant on USER EXIT?

Thanks in advance,

Vamsi P.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Userexit can be used for adding extra functionality to std. functionality which is not supported by std. SAP,if you do development in the userexits SAP will not provide support if anythinh wrong in the coding part.

For ex:

--Before saving the sales order if the order qty#confirmed qty. then the system should throw the error and not to allow save sales order,in these cases we are using user exits.

---If you want plant specific number ranges at billing document level,here we have to use userexit.

All the above examples upto SAP version ECC 5.0 and from ECC 6.0 there is new concept called Badi and Enhancement spots.If you use this there is no need of userexits.

Hope you are getting clarity on this part.

Reward points if it useful.

Regards,

Chandra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Friend

As a functional consultant you need to find out the user exit as you must be very clear about the existence of user exit for the functionality you reqire, before you give your functional spec to your ABAPer.

Different Ways to find Enhancements/User exits

01> In SMOD find options of screen, menu, function exits.

02> Go to SE81 and select the relevant module find the enhancement.

03> Go to the program or transaction and search for “CALL CUSTOMER-FUCTION” or “EXIT__nnn”

04> For screen exits go to screen in SE51/SE80 search for- “CALL CUSTOMER-SUBSCREEN”