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

Error while implementing OSS Note

Former Member
0 Likes
1,762

Hi All

I am new to OSS Notes implementation..Can anybody help me as to what we are suppose to do incase we get message as "corrections incompletely copied; see change display " .

If I click on the object name it takes me to a screen similar to split editor and I see some code comparison. What does it suggest and what excatly are we suppose to do in this case. FYI I'm implemeting note 891923 at the moment.

Regards

Babita Sharma

4 REPLIES 4
Read only

Former Member
0 Likes
725

Hi ,

Please look at the SAP NOTE : 535570

You try to implement a note automatically into your system. A dialog box with the title "Confirm Changes" is displayed. It contains the message "Corrections incompletely copied; see change display". The traffic light on the left is yellow and warns you not to copy the correction without a corresponding change.

This problem occurs, for example, if you have implemented modifications by customer-specific developments in the standard system or if you have previously implemented notes manually.

Award points iff helpful.

Regards,

GSR.

Read only

Former Member
0 Likes
725

babitha,

i guess you are implementing through snote.

if you got this message as "corrections incompletely copied".

you have to check the note and manualy make changes in the program or function module or class objects as given.

here for note 891923.... changes are required in the program only.

so just change the code of the program suggested in the note.

hope, it help you

kiran

Read only

Former Member
0 Likes
725

Hello Babita,

For which version are u applying this note?? Is it for 4.7??

I checked the note and for r/3 release 4.7 there are two correction instructions.

Implement them in the following order

1. Correction instruction 434275

2. Correction instruction 434276

Please make sure you have implemented both corrections.

In code comparison editor you can check the code difference by clicking the "next code difference" tab in toolbar. It will tell you which code changes are missing.(You can see the required code changes just by clicking the correction instructions 434275 and 434276).

Hope this will helpful.

Regards,

Bhavana

Read only

Former Member
0 Likes
725

try to implement the oss note manually...get the access key and implement the same. U will not find inconsistencies...