‎2007 Oct 19 9:54 AM
Hi Experts,
I have one doubt about the SNote transaction.
In an SAP standard program I have done some customizations ( say : added an if condition ) in my system as per the client needs.If I apply a note in my system through the SNote transaction for that SAP standard program, will my cutomization be overridded?.
eg: Context Block1(In my system) Context Block(SAP note)
B1 B1
Delete......
Insert........
if .... (if , endif is not there in std pgm)
endif.
Will this if...endif be overridded after applying the note through SNote transaction?.
Thanks & Regards,
Soumya
‎2007 Oct 19 9:58 AM
while appliying SNOTE...
if the SAP Code has been changed.. it gives old and new code extract...
you need to select where the new code from note should be added...
so your code wont get overwritten
‎2007 Oct 19 10:00 AM
No...if your SAP note not having the same corrections...what you did....
‎2007 Oct 19 10:02 AM