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: 

How and Where SAP Notes have to be implemented?

Former Member
0 Kudos

Dear All,

Being a new bee to ABAP environment, I am eager to know some information regarding SAP Notes.

often I am hearing that SAP notes have to be implemented for some programmes. Why we implement SAP notes, and how we add sap notes to the programmes.

If I want to add a note to Purchase Order process, under which transaction can I add, does it change any standard behavior of the system?

What is Development, how does it differs with standard sap process?

under which transaction all this developments take place,

How can I see all developments done by a consultant in a project?

Please clarify my doubts and your help will be highly appreciated

thank you

Raghu Ram

1 ACCEPTED SOLUTION

former_member386202
Active Contributor
0 Kudos

Hi,

Use TCODE SNOTE

Regards,

Prashant

3 REPLIES 3

former_member386202
Active Contributor
0 Kudos

Hi,

Use TCODE SNOTE

Regards,

Prashant

Former Member
0 Kudos

Hi Raghu,

SAP notes are corrections to the standard SAP functionality.

I f u find any bug in standard SAP ..we try to find the relevant sap note thru help.sap

sap note might content insert /delete block which either add new functionality or remove unwanted...

If we feel tht this functionality can meet our requirement we implement it by using SNOTE transaction...

We can check its status by downloading it to our system and then f8..

Regards,

Kaveri

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

Regards,

Omkar.