on 2008 Nov 20 11:06 AM
hi all,
what is importance of USER EXIT? when it is to be used?. how to find standard USER EXIT availale in PP module
Dear Thennarasu,
User Exits are enhancements that can be activated as per the business requirement.
There are various user exits whch serve for different purposes.
You find the list of User exits related to PP Module in T code SMOD-->
Press F4>SAP Applications>Production planning.
Regards
Mangalraj.S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear,
Userexits are predefined places in the SAP standard coding where customer can put their own logic in order to adjust standard processes to customer requirements. These places are predefined by SAP.
Transaction SMOD shows you which enhancements SAP has provided and of which components they consist of .
If you want to implement a userexit then you have to define an enhancement project (transaction CMOD), assign all enhancements you need an then implement them.
Finally, you have to activate your project in order to activate the userexits.
Goto SE84, And search for the Exist, Or else, go to SMOD, Give development class of the transaction Code( You can check this by, status ( Which gives program Name) from that search attributes, you will get Development class, )
Give this, you will get all those things.
Pls refer below link
http://sap.niraj.tripod.com/id21.html
Regards,
R.Brahmankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Additional functionality given by SAP without changing the standard.
This can be used according to the requirement.
We can see the available userexits in Tcode : SMOD.
Kindly revert back for any queries
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
103 | |
6 | |
6 | |
6 | |
5 | |
5 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.