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

soumya_jose3
Active Contributor
0 Likes
526

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

3 REPLIES 3
Read only

Former Member
0 Likes
505

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

Read only

Former Member
0 Likes
505

No...if your SAP note not having the same corrections...what you did....

Read only

Former Member