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

regarding snote

Former Member
0 Likes
566

hi gurus,

do any one know how to use snote.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
540

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

3 REPLIES 3
Read only

Former Member
0 Likes
540

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 .

Read only

Former Member
0 Likes
541

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

Read only

Former Member
0 Likes
540

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