‎2007 Jul 16 12:04 PM
‎2007 Jul 16 12:13 PM
Hi,
Notes are nothing but Corrections / Changes happend in Standard SAP .
check tcode : SNOTE
SNOTE is the transaction that implements SAP recommended OSS Note in your system for you. In other words if you want to implement a OSS you have to get access key to change the SAP Standard program and then implement the code corrections manually at the appropriate place. SNOTE wipes out the process for you and implements the note directly and changes all the objects that are affected. It even asks for a Transport number and all you have to do to implement the note is to move the transport.
check this link too
http://www.sapdevelopment.co.uk/tips/tips_snote.htm
<b>Reward points</b>
Regards
‎2007 Jul 16 12:10 PM
GO to Tcode : SNOTE
SELECT Download Sap Note
Give your Note Number to IMplement .
Note will be downloaded with status (whether it can be implemented or cannot be implemented )Just place cursor in the note number and status will be displayed .
If the status is Can be Implemented .Place cursor on your note and select Execute .
System will prompt you for some messages , accept that and continue .
Once implemented you can check the repesctive programs which gets changed .
STMS is used for maintaining Request numbers .
‎2007 Jul 16 12:13 PM
Hi,
Notes are nothing but Corrections / Changes happend in Standard SAP .
check tcode : SNOTE
SNOTE is the transaction that implements SAP recommended OSS Note in your system for you. In other words if you want to implement a OSS you have to get access key to change the SAP Standard program and then implement the code corrections manually at the appropriate place. SNOTE wipes out the process for you and implements the note directly and changes all the objects that are affected. It even asks for a Transport number and all you have to do to implement the note is to move the transport.
check this link too
http://www.sapdevelopment.co.uk/tips/tips_snote.htm
<b>Reward points</b>
Regards
‎2007 Jul 16 12:16 PM
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
<b>Reward points for useful Answers</b>
Regards
Anji