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: 

Regarding OSS Notes

Former Member
0 Kudos

How can we implement OSS notes manually and automatically? What is the structure of OSS Notes

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

some OSS notes have corrections which needs to be done manually and some have corrections to be performed automatically.

To perform automatic implementation we use transaction SNOTE. go to thsi tranction import the OSS note and then implement.

Regards,

Pankaj

5 REPLIES 5

Former Member
0 Kudos

Hi,

some OSS notes have corrections which needs to be done manually and some have corrections to be performed automatically.

To perform automatic implementation we use transaction SNOTE. go to thsi tranction import the OSS note and then implement.

Regards,

Pankaj

Former Member
0 Kudos

Dear Naveen

hope that it will help you.

Pls reward if help.

The transaction code SNOTE is used to implement OSS Notes. With the SNOTE

transaction, it is no longer necessary to register ABAP objects such as report function

modules etc. manually. But data dictionary objects such as screens, tables need to

be modified manually by registering them in OSS system.

In order to use the transaction code SNOTE, the relevant transport which implement

this transaction in the system need to be transported. Please refer to the SNOTE

guide available at http://service.sap.com

this pdf will be helpful

http://www.sappoint.com/basis/snote.pdf

piyush_mathur
Active Participant
0 Kudos

Use Transaction SNOTE to implememt the notes.

Thanks

Piyush

Former Member
0 Kudos

Hi,

You can make use of the transaction code SNOTE and import the OSS notes, it will automaticallly do the work for you.

Thanks,

Sri,

Former Member
0 Kudos

What is OSS?

OSS Notes or SAP Notes (as they are called now) are a way of modifying or enhancing the SAP standard objects such as Reports, Function Modules, Data Dictionary Objects etc. as per requirement or the problem faced.

These notes contain instructions, workarounds to a problem or links to support packages that might need to be installed in order to rectify the problem.

A typical SAPNote consists of the version of the note, correction instructions and the SAP releases for which the note is valid. It also mostly has a list of related notes which might have to be implemented before the note can be used.

Now that you know a little about OSS, we’ll go about the way in which you can find a note

that is relevant to your problem. This can be achieved in two ways:

1) Through SAP Service Marketplace( http://www.servive.sap.com/notes)

2) T Code OSS1

Very useful material regarding basis --

http://www.sap-img.com/basis/oss-notes.htm

http://www.experts-exchange.com/Applications/SAP/Q_20861605.html

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci989635,00.html

http://www.sap-img.com/sap-bc.htm

http://www.sap-img.com/bc021.htm

http://www.sapdevelopment.co.uk/index.htm

http://www.sap-img.com/basis/oss-notes.htm

http://help.sap.com/saphelp_erp2005/helpdata/EN/1c/2cee3957f7cd55e10000000a114084/frameset.htm

REward points if useful.