Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sumit_Holey
Participant
Hello, my fellow ABAPers,

In this blog, we are going to learn about what is Customer/ User exists for any transaction in sap.

So it is the place or area where we can add our custom logic which will get executed along with the Standard SAP code.

In this case, we are taking the example of User Exit for Batch Management. Let's check how to proceed with it.

To create Batch execute the Tcode - MSC1n


Go to system -Status.


Check and click on the program and open it.


Once program got open click on Goto - Attributes


Check the package and note it for the next execution.


Goto transaction SMOD to check the available enhancements.


Click on Find


Put the package as VB (which we got from the program) and execute.


Below is the list of different enhancements which are available for this Tcode


We have double-clicked on the SAPLV01Z here we get 2 function modules where we need to check the documentation if available or we need to apply break-point and try to check if it is getting triggered.


Double click on the Include and hit enter to get it into the include... and here you can write and do the customization.



 

Conclusion:

By this way, we can find the right enhancement to enhance the SAP standard Tcode / Code.
5 Comments
NTeunckens
Active Contributor

In the past, people have offered a custom report to list UserExit / BAdI's in a straighforward way. This might be a usefull tool, regardless of the Transaction / Module you're working in : Program to display Exits and BAdI | SAP Blogs

Kind regards

Nic T.

Sumit_Holey
Participant
0 Kudos
Appreciated the way the program is built, but the traditional way will never get failed in any case.

This will help beginners as well as experts to get to the root and learn new things in the traditional way.

 

Thanks!
Sumit_Holey
Participant
0 Kudos
Hi Cremin,

Agreed, here I just try to explain the concept of exits in SAP.

Anyway will post a few more blogs that will give detailed ideas about available enhancements to wider audiences.

 

Thanks!
matt
Active Contributor
Can you please correct the typo in your blog title.

User exits. Not user exists.
Sumit_Holey
Participant
0 Kudos
Hi Matthew,

Thanks for the identification.
Labels in this area