‎2006 Nov 21 6:53 PM
Hi,
I am very new to User exit and oss notes. How should I find the user exits for any transaction does it have or not. Then how to use those. How about OSS.
Regards
Reddy.
‎2006 Nov 21 6:55 PM
Hi,
Check this link "Finding the user-exits of a SAP transaction code "
http://www.sap-img.com/ab038.htm
Thanks,
Naren
‎2006 Nov 21 6:56 PM
OSS notes or SAP Notes (OSS is the old term!) are corrections/fixes found in the SAP service marketplace. A note can range from simple consulting type advice to complex corrections and corrective steps.
There are two ways to connect to the notes search system. They are:
1. The web frontend via your browser at http://service.sap.com/notes
2. The SAPGUI for Windows frontend via transaction OSS1 in your SAP system. [must be preconfigured by your system administrators]
The notes contain instructions and in some cases code corrections. The code can be applied manually via the developer tools or via transaction SNOTE which will try to automatically step you through the application process.
Where the correction is complex and/or not a high priority it maybe that the code is delivered in a Support package and no "advance" code is provided. In this case you have to apply a collection of fixes together at once. This is usually done by your system administrators.
<b>User Exits</b>
You can find out using the below code.
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-code-samples/userexits%20in%20a%20transaction.doc">Userexits for a given transaction</a>
Regards,
Santosh
‎2006 Nov 21 7:06 PM
Hi Santosh,
Still I dont know the exact requirement. But this OSS is assigned to me.
Thanks
Reddy