‎2007 Oct 01 7:28 AM
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
‎2007 Oct 01 7:46 AM
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 .
‎2007 Oct 01 7:35 AM
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
‎2007 Oct 01 7:42 AM
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
‎2007 Oct 01 7:46 AM
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 .