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: 

implementing OSS notes

Former Member
0 Kudos

Hi All

Can anyone tell me ,While or After implementing OSS notes

How can I come to know the transactions that those

implemented OSS notes will affect.

Thanks in Advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Do a "where-used" on the module(s) that have changed. You may have

to

repeat this many times; for example, you could come up with an include

module that you need to do a "where-used" on to find a tcode.

Aside from that, the text of the note should give you some kind of

clue.

3 REPLIES 3

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

this links will be help ful for both oss notes and also sap basis

Former Member
0 Kudos

Do a "where-used" on the module(s) that have changed. You may have

to

repeat this many times; for example, you could come up with an include

module that you need to do a "where-used" on to find a tcode.

Aside from that, the text of the note should give you some kind of

clue.

Former Member
0 Kudos

Hi,

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

with regards,

sowjanyagosala.