Application Development 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: 

OSS Notes Comparison among different systems

Former Member
0 Kudos

Hi

How do we check if a particular OSS note is implemented in Dev , Test and also Production System.

Normally we do a version comaprion .

I would like to know do we follow the same approach for checking if code changes is made effective in different

systems . I dont have authorization with SNOTE transaction .

So is there any approach for the same.

Appreciate the inputs

K.Nadesh Kumar

4 REPLIES 4

Former Member
0 Kudos

Hi Nadesh,

One way is to do version comparison of the objects in the SAP note.

Also have a look at the report SCWN_NOTE_BROWSER. This gives the status of the notes implemented in the system

Regards

Raj

0 Kudos

Hi Raj

Thanks for the valid inputs .

When i ran the report SCWN_NOTE_BROWSER it has asked for some selection screen parameters .

So if i am correct

in the Selection Screen i muct give the follwoing parameters

SAP Note Number

and also

Implemented status - Completely Implemented

and Sort order as Number (radio button)..

Or in the other method you had suggested i can do a version management if that is the case do we take the main

program for which the SAP OSS note might be implemeted and do a code comparison

I have previously done only code comparion for the program through SE38

K.Nadesh Kumar

0 Kudos

Hi Nadesh,

In the SAP note you will find correction instructions. This lists all the objects which will be modified by the SAP note. You can do a Remote version comparison with other systems for the all listed objects.

For the report none of the fields are mandatory. Just run with your note number

Regards

Raj

Former Member
0 Kudos

Resolved