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

SNOTE Implementation Procedure

Former Member
0 Likes
1,065

Hi,

Can anybody please give me the Step By Step procedure of implementing SNOTE.

Points will be rewarded definitely for all the contributors.

My mail id is <b>PVK_20@Yahoo.com</b>

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
698

1. If the SNOTE is provide first check the note no and then check on dependencies available for that note and if there are dependencies click on the note and then check whether certain note is been implemented, else implement the note first and the main one.

2. if the dependicies are been implemented then u need check the main note by Version no choose the latest version and check first check in the note that first

start of deletion exists and then comment out the code in the programe and then copy the code from the note from insert the code to end of code and then paste at same place in ur programe, u doesnt not need to searc each and every line, copy the line/ block need to be deleted and search in the program and find out whether the deletion line is right and then change the coding.

3. after u make coding changes in the development server make shure ur code works fine with out any erros.

4. transprot the code to the testing .

3 REPLIES 3
Read only

Former Member
0 Likes
698

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 these links. It gives details about OSS Implementation using SNOTE transaction.

http://help.sap.com/saphelp_nw70/helpdata/en/b8/3cf839fd35384de10000000a11402f/frameset.htm

http://www.sapdevelopment.co.uk/tips/tips_snote.htm

Read only

Former Member
0 Likes
698

Hi Krishna,

1. Identify the Note which is to be implemented.

2. Check the corrections mentiioned in the note. Confirm whether your system requires the note.

3. Get approval from IT Manager to implement the Note.

4. Goto SNOTE & Download the note. Click on the Note & Click Execute

5. It will ask for Transport Details. Provide a new Transport Request No. & Add the necessary transport description.

6. Check the Note details. There is a possiblity, that everything is done implemented through Note & you might have to do few changes manually. Do the same if required.

7. Test the changes

8. Move the transport to subsequent systems.

Best regards,

Prashant

Read only

Former Member
0 Likes
699

1. If the SNOTE is provide first check the note no and then check on dependencies available for that note and if there are dependencies click on the note and then check whether certain note is been implemented, else implement the note first and the main one.

2. if the dependicies are been implemented then u need check the main note by Version no choose the latest version and check first check in the note that first

start of deletion exists and then comment out the code in the programe and then copy the code from the note from insert the code to end of code and then paste at same place in ur programe, u doesnt not need to searc each and every line, copy the line/ block need to be deleted and search in the program and find out whether the deletion line is right and then change the coding.

3. after u make coding changes in the development server make shure ur code works fine with out any erros.

4. transprot the code to the testing .