Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exit and Oss note

Former Member
0 Likes
561

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.

3 REPLIES 3
Read only

Former Member
0 Likes
424

Hi,

Check this link "Finding the user-exits of a SAP transaction code "

http://www.sap-img.com/ab038.htm

Thanks,

Naren

Read only

Former Member
0 Likes
424

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

Read only

0 Likes
424

Hi Santosh,

Still I dont know the exact requirement. But this OSS is assigned to me.

Thanks

Reddy