Find Customer/User Exits in SAP ABAP? Exit for Batch Management
Find Customer/User Exits in SAP ABAP? Exit for Batch Management
This is the place/area where we can add your custom logic which will get executed along with the Standard SAP code.
We are taking example of User Exit for Batch Management(BM) . Lets proceed -
To create Batch execute the Transaction code tcode – MSC1n
Go to system : Status.
Check & click on the program and open it.
Once program opens, click on Goto – Attributes
Check the package & note it for the next execution.
Goto tcode SMOD - to check the available enhancement.
Click on Find
Lets put the package as VB (which we got from the program) & execute.
The list of different enhancement which are available for this Transaction code -
We have double clicked on the SAPLV01Z, here we get two function modules(FM) where we need to check the documentation if available or we need to apply break-point & try to check if it is getting triggered.
Double click on the Include and hit enter to get it into the include & here you can write and do the customization.
Conclusion:
This way, we can find the right enhancement to enhance the SAP standard Transaction code tcode / Code.
Hope this helps. Thanks everyone.
Comments
Post a Comment
If you have any doubts let me know