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: 

SAP note for DDIC

Former Member
0 Kudos

hI

Is it possible to apply sap notes to data dictionary objects.

2 REPLIES 2

Former Member
0 Kudos

yes...you can apply SAP notes on DDIC

we've been applied in our system...

Message was edited by:

Perez C

Former Member
0 Kudos

yes.

refer this...

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

OSS notes are used by SAP to issue corrections to known bugs to the application/system.

If you experience problems with the way SAP is working you can search OSS notes to see if the problem you are having is known to SAP. If it is then you can implement the fix (usually through code corrections) that SAP have provided.

If the problem is not listed you are able to raise a call with SAP to inform them of the problem, they should then get back to you with suggestions and/or solutions.

Check the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/11/ffb13a70ea671ce10000000a11402f/frameset.htm

Regards

vasu