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

Regarding OSS notes

Former Member
0 Likes
374

Hi,

I need to search for oss notes, for one of my function module

Thanks in advance

vinesh

3 REPLIES 3
Read only

Former Member
0 Likes
358

Hi Siddi

Pls read this--

SAP Note is the new term for OSS. If standard SAP program

has any bug or error, SAP will provide small correction

instructions patch/note for customers to implement the

changes. You can user transaction SNOTE for downloading and

implementing note.

Pls Reward pts if help.

Deepanker

Read only

Former Member
0 Likes
358

Goto link

https://www.service.sap.com

Click on SAP Notes Search link below the SAP support portal, enter your service marketplace login id and password. SAP Notes Search window will be opened.

Give your function module name in the field search term and click on SEARCH.

Lokesh

Read only

Former Member
0 Likes
358

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

Thanks.