‎2008 Jan 02 10:33 AM
Hi,
I need to search for oss notes, for one of my function module
Thanks in advance
vinesh
‎2008 Jan 02 10:37 AM
Hi Siddi
Pls read this--
SAP Note is the new term for OSS. If standard SAP program
has any bug or error, SAP will provide small correction
instructions patch/note for customers to implement the
changes. You can user transaction SNOTE for downloading and
implementing note.
Pls Reward pts if help.
Deepanker
‎2008 Jan 02 10:40 AM
Goto link
Click on SAP Notes Search link below the SAP support portal, enter your service marketplace login id and password. SAP Notes Search window will be opened.
Give your function module name in the field search term and click on SEARCH.
Lokesh
‎2008 Jan 02 10:42 AM
Hi,
The transaction code SNOTE is used to implement OSS Notes. With the SNOTE
transaction, it is no longer necessary to register ABAP objects such as report function
modules etc. manually. But data dictionary objects such as screens, tables need to
be modified manually by registering them in OSS system.
In order to use the transaction code SNOTE, the relevant transport which implement
this transaction in the system need to be transported. Please refer to the SNOTE
guide available at http://service.sap.com
this pdf will be helpful
http://www.sappoint.com/basis/snote.pdf
Thanks.