What is OSS note?

hi,
Can u plz explain what is a OSS note?
why do we need this? i mean when do we get the requirement for OSS notes?
Regards
Vaja

Hi,
OSS notes are corrections/fixes found in the SAP service marketplace.
There are two ways to connect to the notes search system.
These are:
1. The <a href="https://websmp103.sap-ag.de/notes">Web Frontend</a> via your browser.
2. The SAPGUI for Windows frontend via transaction OSS1 in your SAP system. [must be preconfigured by your system administrators]
The notes contain instructions and in some cases code corrections. The code can be applied manually via the developer tools or via transaction SNOTE which will try to automatically step you through the application process.
Where the correction is complex and/or not a high priority it maybe that the code is delivered in a Support package and no "advance" code is provided. In this case you have to apply a collection of fixes together at once. This is usually done by your system administrators.
Also you will find all the needed information in the note assistant guide
http://service.sap.com/note-assistant -> Note Assitant Tutorials ->
Documentation Note Assistant (en).
Once you have access to the snote transaction, you must get the needed OSS note into the transaction in some way. You can do this directly if you have an OSS link to SAP by using the download function, or you can download the OSS note using the SAP Download Manager and uploading the note into snote. Once the OSS note has been made known to snote in some manner, an entry line showing the note number and topic will appear on the main snote screen. There will be an icon to the left of each displayed line. In order to apply the OSS note in your SAP instance, the icon must show as a black arrow head on a blue background.
Also this is one very useful link which would explain you further regarding SNOTE .
http://www.sapdevelopment.co.uk/tips/tips_snote.htm
Regards,
Ferry Lianto

Similar Messages

  • What is OSS notes

    hi all,
    can any one explain me what are oss notes? i need its explainination

    See the below link
    <a href="http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fe8dbb80-0c01-0010-fe84-b76d0d07db34">http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fe8dbb80-0c01-0010-fe84-b76d0d07db34</a>
    In BW Goto T.Code SNOTE, here you can see all the notes which has been applied.. also u can apply a new note in this T.Code.
    OSS Notes are corrections provided by SAP...You can find the here SAP Marketplace
    Sometimes, R/3 have some bugs...Using OSS notes and transaction SNOTE you can get rid of those bugs -;)

  • What is OSS Notes? where it is useful?

    What is Expansion of OSS Notes? What is it? where it is useful?
    Please give detail description and any related documents on that

    Hi,
    OSS NOTES : ONLINE SERVICE SUPPORT.
    SAP Notes give you instructions on how to remove known errors from SAP Systems. They include a description of the symptoms, the cause of the error, and the SAP Release and Support Package level in which the error occurs.
    Depending on the type of error, an SAP Note may also include:
    · Workarounds
    · Descriptions of how to correct repository objects in the ABAP workbench, known as correction instructions
    · Links to Support Packages that solve the problem
    You can access SAP Notes both from the SAP Service Marketplace and SAPNet - R/3 Frontend.
    You can raise an OSS note if you feel there is some error in standard functionality or program.
    Visit the following link for information regarding SAP Notes:
    http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/frameset.htm
    Thanks.

  • OSS Note in SAP

    Hi GURU's,
    What is OSS Note in SAP. I do not know about this. But so many times in Sdn some GURU's will suggest go to OSS note which help you. How to get authorisation to enter into OSS Note. Any membership. I am working in some company. Can you provide me the detailes?
    Thanks inadvance,
    Yogesh

    Hi
    On-line Support System is a service that SAP offers to their customers in order to manage situation in which you have to involve SAP in order to find a solution to your problem...if there are some errors in the std program, SAP can provide a note that contains the instructions to solve the issue..but notes are related also to FAQ, performance issues, consulting....
    you can search for a note by www.service.sap.com/notes or from your system with the transaction OSS1..
    Time to time SAP releases solutions of our (SAP) product as in form of notes. So it is just explanation of problem in SAP. You can use as a details of soln of your problem.
    OSS Note are nothing but correction/enhancement codes for a bug or error. When SAP releases a product it may have some bugs which are discovered later. Hence SAP releases the correction code as a OSS Note.
    We raise OSS notes when we are not able to resolve some of the issues or say some standard functionality/feature is not working out in BW and we ask help from SAP to resolve those. In turn, SAP comes back with a solution documented as an OSS note.
    You can logon into http://service.sap.com/notes
    OSS note is a document provided by SAP that described particular issue, usually with symptom, cause(the reason), solution provided, and some other info (correction instruction and code).
    OSS note has version, date issued, and categorized to application area (e.g BW, CRM, etc).
    Check my thread below.. it will definately solve your issue..
    Where to find SAP note?
    Regards
    Swati

  • Use of  OSS note

    how to Access OSS note? what  is use of  OSS note?

    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
    Transaction Code 'SNOTE'
    What are OSS Notes - Online Service System
    Re: Regarding OSS Notes
    How to apply OSS notes to my R/3 system?
    http://www.sap-img.com/basis/oss-notes.htm

  • Read and OSS notes

    Hello all
    How to get(download) the all Z reports from the system..i heard that by using Read statement we can download the report is int it?
    What is OSS notes and How to apply OSS notes  ?

    Aeda,
    The following program wil get you all the zobjects with their latest TR.
    REPORT  zobjects no standard page heading .
    TABLES:TADIR,TSTC,V_USERNAME,VRSD.
    TYPE-POOLS:slis,VRM.
    TYPES: BEGIN OF ittemp,
           object    LIKE tadir-object,
           obj_name  LIKE tadir-obj_name,
           text      LIKE trdirt-text,
           author    LIKE tadir-author,
           devclass  like tadir-devclass,
           name_text LIKE v_username-name_text,
           tcode like tstc-tcode,
           korrnum like vrsd-korrnum,
           END OF ittemp.
    DATA: itfinal TYPE STANDARD TABLE OF ittemp WITH HEADER LINE,
          wafinal   TYPE ittemp.
    DATA : name  TYPE vrm_id,
          list  TYPE vrm_values,
          value LIKE LINE OF list.
    DATA:itfieldcat TYPE slis_t_fieldcat_alv WITH HEADER LINE.
    DATA:itrepid TYPE sy-repid.
    itrepid = sy-repid.
    DATA:itevent TYPE slis_t_event.
    DATA:itlistheader TYPE slis_t_listheader.
    DATA:walistheader LIKE LINE OF itlistheader.
    DATA:itlayout TYPE slis_layout_alv.
    DATA:top TYPE slis_formname.
    DATA:itsort TYPE slis_t_sortinfo_alv WITH HEADER LINE.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETER: PACKAGE LIKE TADIR-DEVCLASS.
    SELECTION-SCREEN END OF BLOCK B1.
    START-OF-SELECTION.
    PERFORM getdata.
    PERFORM alv.
    *&      Form  GETDATA
          text
    FORM getdata.
    read the repository object table and link with username if found
    SELECT tadir~object
            tadir~obj_name
            trdirt~text
            tadir~author
            tadir~devclass
            v_username~name_text
            INTO TABLE itfinal
            FROM tadir
            LEFT JOIN v_username
            ON tadirauthor = v_usernamebname
            LEFT JOIN trdirt
            ON tadirobj_name = trdirtname
            WHERE tadir~devclass = PACKAGE
            "'$TMP'
            AND ( tadirobj_name LIKE 'Z%' OR tadirobj_name LIKE 'Y%' ).
    CHECK sy-subrc EQ 0.
    loop at itfinal.
    *TCODE FROM TSTC
    select single tcode from tstc into (itfinal-tcode) where pgmna =
    itfinal-obj_name.
    *LATEST TRANSPORT REQUEST NUMBER FROM VRSD
    select single korrnum from vrsd into (itfinal-korrnum) where objname =
    itfinal-obj_name.
    modify itfinal.
    endloop.
    delete itfinal where korrnum is INITIAL.
    SORT itfinal BY author object.
    ENDFORM.                    "GETDATA
    *&      Form  ALV
          text
    FORM alv.
    IF itfinal[] IS INITIAL.
        MESSAGE 'No Values exist for the Selection.' TYPE 'S'.
        STOP.
      ENDIF.
      DEFINE m_fieldcat.
        itfieldcat-fieldname = &1.
        itfieldcat-col_pos = &2.
        itfieldcat-seltext_l = &3.
        itfieldcat-do_sum = &4.
        itfieldcat-outputlen = &5.
        append itfieldcat to itfieldcat.
        clear itfieldcat.
      END-OF-DEFINITION.
      m_fieldcat 'OBJECT' ''   'OBJECT' ''       04  .
      m_fieldcat 'OBJ_NAME' '' 'PROGRAM NAME' '' 40 .
      m_fieldcat 'TCODE' ''    'TCODE' ''        20 .
      m_fieldcat 'TEXT' ''     'DESCRIPTION' ''  70 .
      m_fieldcat 'AUTHOR' ''   'AUTHOR' ''       80 .
      m_fieldcat 'DEVCLASS' '' 'PACKAGE' ''      30 .
      m_fieldcat 'KORRNUM' ''  'LATEST TRANSPORT REQUEST' '' 20 .
    itlayout-zebra = 'X'.
    itlayout-colwidth_optimize = 'X'.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program      = sy-repid
            is_layout               = itlayout
           i_callback_user_command =  'LIST1'
            i_callback_top_of_page  = 'TOP'
            it_fieldcat             = itfieldcat[]
            i_save                  = 'A'
         is_variant              = ITVARIANT
            it_events               = itevent[]
         is_print                = ITPRINTPARAMS
            it_sort                 = itsort[]
          TABLES
            t_outtab                = itfinal
            EXCEPTIONS
            program_error           = 1
            OTHERS                  = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    "ALV
    *&      Form  TOP
        Top of page for ALV Report
    FORM top.
    DATA:STRING1(70),
         STRING2(70),
         title1(100),
         title2(100),
         count(10).
    describe table itfinal lines count.
    CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
         EXPORTING
            i_list_type           = 0
         IMPORTING
            et_events             = itevent
    EXCEPTIONS
      LIST_TYPE_WRONG       = 1
      OTHERS                = 2
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    string1 = 'List of Objects in Development Class'.
    concatenate string1 ':' itfinal-devclass into title1.
    walistheader-typ = 'H'.
    walistheader-info = title1.
    APPEND walistheader TO itlistheader.
    string2 = 'Total No.of Objects'.
    concatenate string2 ':' count into title2.
    walistheader-typ = 'H'.
    walistheader-info = title2.
    APPEND walistheader TO itlistheader.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary      = itlistheader
        I_LOGO                   = ''.
        I_END_OF_LIST_GRID       =
       ENDIF.
      CLEAR itlistheader.
    ENDIF.
    ENDFORM.                    "TOP
    *&      Form  list1
          ALV Interactive-
         -->R_UCOMM    text
         -->RS_SELFIELDtext
    FORM list1 USING r_ucomm LIKE sy-ucomm rs_selfield TYPE slis_selfield.
      CASE r_ucomm.
        WHEN '&IC1'.
          IF rs_selfield-fieldname = 'OBJ_NAME'.
            READ TABLE itfinal INDEX rs_selfield-tabindex.
            SET PARAMETER ID 'RID' FIELD itfinal-OBJ_NAME.
            CALL TRANSACTION 'SE38' AND SKIP FIRST SCREEN.
          ELSEIF rs_selfield-fieldname = 'TCODE'.
            READ TABLE itfinal INDEX rs_selfield-tabindex.
            SET PARAMETER ID 'TCD' FIELD itfinal-TCODE.
            CALL TRANSACTION 'SESSION_MANAGER' AND SKIP FIRST SCREEN.
         ENDIF.
      ENDCASE.
    ENDFORM.
    OSS notes can be implmented using SNOTE Transaction.
    K.Kiran.

  • In what type of HA context should OSS Note 1052984 be applied to?

    Hello,
    I was wondering if somebody could clarify the Term u201CHigh Availabilityu201D (HA) in an SAP Context.
    I installed a PI 7.11 (SID=ABC) system as part of an HA Cluster Failover.
    The u201CABCu201D system is running on Server Host u201C123u201D. 
    I have another Server Host, u201C456u201D, that is part of the HA Cluster Failover.  This server has two other SAP Instances u201CDEFu201D and u201CGHIu201D installed on it.
    When u201CABCu201D needs to failover, due to Hardware failure, etc, the two Instances u201CDEFu201D & u201CGHIu201D are shut down by the HA Cluster Software on host u201C456u201D, and then u201CABCu201D fails over to server u201C456u201D, and runs on it until the original host, u201C123u201D is available again for u201CABCu201D to run on.
    I was reading OSS Note 1052984, u201CProcess Integration 7.1- High Availabilityu201D, and in this noteu2019s context it seems like HA is referring to an Instance where the
    ASCS u2013 (ABAP System Central Services)
    SCS u2013 (JAVA System Central Services)
    DVEBMGS u2013 (Primary Application)
    DB u2013 (Database Instance)
    Are all installed on separate servers, and not necessarily on an u201CHAu201D cluster, where one SAP instance resides on one server and can failover to another node B server, when the need arises.
    Any insight in to what context Note1052984 is referring to would be very helpful.
    Thank you.
    Regards.

    Hi Hiko,
    You might find the answer to your questions on the following links:
    http://www.sdn.sap.com/irj/sdn/ha#section12
    http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/b09d53ac-8b0f-2b10-6798-ecfd55894839 [original link is broken]
    Hope this helps!
    Kind regards,
    Mark

  • OSS note 506603 What is it And where can I get it?

    Hello,
    I am trying to create my form with a SAP Table wizard connection, when I try to use the Table wizard I got the error: "No such interface supported". I can see in a lot of comments the solution is on OSS note 506603. I was trying to find this patch in the sdn site but I could not find it. I am not sure if it is a document, an exe file, a dll,,, and when I see the same question asking where to get the OSS note 506603 there is no answer, could somebody help me telling me what is this and where can I get the patch? I would really appreciate it.
    Many thanks.

    Hi Eden,
    How are you doing ?
    OSS note is the older nomenclature for what is now SAP Notes.
    They are available at :
    http://service.sap.com/notes
    you will need a service marketplace user id to log on.
    alternatively, if you do not have access to service.marketplace.
    send me an email [view my business card], i will reply with the patch. it is a few hundred kb.
    with respect,
    amit
    the note number 506603 :-
    Summary
    Symptom
    Additional information for SAP.Net Connector that was not included in the guide.
    Other terms
    SAP .NET Connector, Proxy Wizard
    Solution
    SAP.NET Connector Version 1.0 has been available since Nov 21, 2002. You can download the software from http://service.sap.com/connectors.
    Version 2.0 is also available. Use only the new version for new developments.
    Report any problems with the SAP.NET Connector under the components:
    BC-MID-CON-DNW for problems with the .NET Proxy Wizard for Visual Studio.NET.
    BC-MID-CON-DNC for problems with Communication Runtime.
    Known problems
    1. The Proxy Wizard terminates with the error message "Exception caught in method createFunction for DD_GET_UCLEN Reason: null".
    This is caused by a missing function module, which can be installed as described in Note 580834.
    2. Corrections for SAP.NET Connector 1.0
    The updated version corrects various problems that have been noted during the interim period. You can download it from http://service.sap.com/connectors. To install this version, see the "Release Notes" file. For SAP.NET Connect 1.x, the newest patch-version is called "1.0.3".
    3. Corrections for SAP.NET Connector 2.0
    For Visual Studio Integration (Design Time) following problems have occurred:
    For proxies with several functions, the following runtime error can occur under certain circumstances: "Method xyz can not be reflected." The cause is a combination of an error in the .NET framework and the way in which the proxy generator uses XML-attributes.
    The SAP wizard table does not work. Existing tables are not recognized.
    Both problems are solved by the patch attached to this note. Stop all instances of Visual Studio and unpack the ZIP file into the "%Program Files%\Microsoft Visual Studio .NET 2003/Common7/IDE" directory, whereby the "SAP.Connector.Design.DLL" file is replaced.
    Header Data
    Release Status: Released for Customer
    Released on: 10.12.2004  16:40:26
    Priority: Recommendations/additional info
    Category: Installation information
    Primary Component: BC-OP-NET-NCO SAP .Net Connector
    Secondary Components: BC-OP-NET-VS Visual Studio .Net Connector Wizard
    Message was edited by:
            amit chawathe

  • What changes are required for OSS note 456507

    Hi All,
    PLease advise me what changes are required for OSS note 456507 (Assign the function groups QOWK or ORFC in the authorization object S_RFC to tRFC/qRFC users).
    I’m thinking of just going with the following additions to Role
    AAAB – Cross Application Auth Objects
    S_RFC
    Activity – 16
    Name of RFC - *
    Type of RFC - *
    But wanted to check what the implications of doing such a thing were, are there any negative points that you can think of opening up the access as above, as opposed to what was suggested in the OSS note?
    Your advice would be greatly appreciated.
    Thanks in Advance.
    Regards,
    Sandhya.

    Hello Sandhya,
    S_RFC is needed in case of making any RFC calls.
    Normally it is needed  for users that are mentioned in RFC destinations.
    As such mostly these users are system/communication users or super users.
    Without giving access to function groups through S_RFC successful RFC call can´not be done.
    Now the value of field name of RFC can be * but only for those users which are really global super users. In case you need this authorization for any selective functionality as in you case only for function groups QOWK or ORFC then you should try to  restrict the access. Negatiity is only that in case of * the authorization access increases but for system or super users you dont need to worry too much really because with system/communication users no one can login and the super users will have sap_all generally. Also their passwords will be a well kept secret so that a miususe can not be made.
    By global super users I mean users which are used for various types of activites.
    Please award points accordingly.
    Regards.
    Ruchit.

  • What's  the  oss  notes?

    what's  the  oss  notes ? 
    is this offical technology documents?
    somebody of you  can tello me ?
    thanks!

    SAP provides support in the form of Notes also and this is called OSS. Can check the link Sree provided.
    Just for an example if you face any error in your system. Then there is error number associated with the error. Then you can search for the OSS not for the error number, and the note will give you possible solution to your problem.
    You do have notes for any details for every thng and any thing related to SAP.
    Regards,
    Rohini

  • OSS note is not working in production but works correctly in test system .

    hello friends ,
    weh have implemented one OSS notes , which is working corectly in Test system , but not working in production .
    Could you please let me know , what could be the reason ?
    OSS note no 1064273-
    Regards,
    Manoj

    Pls. check with Basis if the OSS note has been implemented properly and successfully.

  • How to create a Attribute "Type standard table OF" to a OSS NOTE

    Dear experts,
    I need to add new attributes in a standard class as per one OSS note. I took access key to add new attributes. I have a question.
    class name: CL_J_1BEFD
    Attribute: MT_GROUP_C350
    Level: Instance
    Visibility: Private
    Type STANDARD TABLE OF mty_result
    How do i add the instance attribute because i do not want to give the typing and associated type, instead i have to declare data: MT_GROUP_C350 type standard table of mty_result in class builder private section code.
    if you look at the pushbutton between Associated type and Description, for all instance attributes there's a green color lining below the arrow. I want my attribute also to be exactly same.
    Though i have access key, in private section the display<->Change button is disabled.
    Please suggest me how do i add code in private section of a standard class. i have required access key to change the class.
    Thanks,
    Alysson

    Hi Friend...
    Thanks, but the question is...
    When I went to transaction se24 or se80, I chose the class CL_J_1BEFD and second I swap to "CHANGE MODE".. after that the pushbutton is blocked... I can create the Attribute  mt_group_c800 in the Class (using TYPE or LIKE option), but i can't change the code in the private session even using the assistant to modify it.
    When I acess the Button "Detail View" the option "Direct Type Entry" is just unavaliable too, no matter what i do!
    I coudn't find a way to create the Attibute like the note Describes (SAPNOTE NUMBER 1575772 - in the attachment of the note)
    The changes are contained in the attachment
    Follows the instructions retrieved from the file:
    Add the following Attributes on the Class CL_J_1BEFD Private section
    data:
    mt_group_c800 TYPE STANDARD TABLE OF mty_result .
    data:
    mt_group_c850 TYPE STANDARD TABLE OF mty_result .
    data:
    mt_group_c860 TYPE STANDARD TABLE OF mty_result .
    data:
    mt_group_c890 TYPE STANDARD TABLE OF mty_result .
    How can i make a way to creat this attributes using  "TYPE STANDARD TABLE OF " Option?

  • OSS Note for MIGO "Update terminate (SAPSQL_ARRAY_INSERT_DUPREC)"

    Dear all
    I am facing problem during MIGO GR reference Others, MVT 561.
    Upon clicing Button: Save, I face 2 types of errors intermittently
    1. Material document is saved and generated but when comes to displayed, it will say "Document 4900496xxx does not exist in calendar year 2009" And I check in Table: MKPF and it does not exist at all
    2. I am not able to save it and face this termination error:
    The ABAP/4 Open SQL array insert results in duplicate database record
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLGLIU" had to be terminated because one
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and adminis
    termination messages, especially those beyond their normal deletion"
    I have done my investigation and the number range uder FBN1 for this MVT 561 under this Company Code and Year has been maintained.
    Can anyone advise me the OSS note to solve it? I cannot find a direct OSS note on it to solve this.
    Thanks.
    Edited by: Daimos on Oct 26, 2009 7:58 AM

    Sorry Jurgen
    I have posted so many material documents using MIGO to test it out and try to update my OMBT there so many times until I lost track what is the current number range when I wrote my question here.
    I have read that thread you posted regarding the ST22 analysis [Solution from Jurgen|Document does not exist after creation of PO; . I exported them to HTML and did a detail checking, and I find out it is FI GL there did not update the number range properly which in turns cause my GR to have problems.
    Below is my analysis and learning to share with others:
    1. Ask the ABAPER to find out which record value the system trying to insert. Copy down this number.
    2. Check the OMBT value of Current Number.
    3. Then use the MFPK Table to search the latest Number Range.
    4. Try to check if the record value trying to insert already exists in Current Number. Normally, it will exist and that is why 
        system  prompt "insert duplication".
    5. Then check if the record value trying to insert already exists in MFPK Number. Normally, it will exists it will exist and that is
        why system prompt "insert duplication". (There can be situation that the Current Number is lower than the MFPK Number,  
        but it  rarely happen).
    6. Replace the Current Number to be the Next Number of MKPF largest Number. Save and it should work.
    7. If it is not work, please create a material which is non valuated and perform GR, if GR can be done and we can display
        material doc, it means the error is caused by the FI GL number range error.
    8. There can be other issues such as activation of user exits and other.
    Jurgen, I got one more question to ask you. I have tried to replace the current number with the largest number of MKPF without + 1. It can solve my problem.
    But I wonder why SAP Notes and you suggest us to replace Current Number with largest MKPF value PLUS 1?
    Please advise.
    Thanks.
    Edited by: Daimos on Nov 2, 2009 8:41 AM

  • How to apply OSS note and how to use it?--thanks

    Hi, morning all,
    I want to know how to apply OSS notes and how to use it, pls help me.
    Thanks.

    Applying OSS note is a critical activity in the system. Usually this task is carried out by the basis, as they maintain the system and the notes, support packs, etc.
    A OSS note has potential to impact the system in several ways. So it is better to work with the basis if  you need to apply a OSS note to be applied.
    Transaction code is Snotes. But pl dont attempt to apply by yourself.
    Reg your other question as how to use the OSS note, there is nothing like using aOSS note. Just apply and depending on what the notes do, it may change the config, or download a program or something.
    Ravi Thothadri

  • Problem while implementing  OSS note 1077403

    Hi,
    I am trying to implement a OSS note ( 1077403) using SNOTE transaction. When I download the note, the status of this note is u201CCan be implementedu201D. It creates few standard programs which are utility programs related to Unicode conversion. While  implementing this note, I am facing the issue "Objects can only be created in SAP package" and some of the objects in the note are not created. The note status becomes u2018Incompletely Implementedu2019.
    Can you please suggest what could be the issue?

    HI,
    For more efficence  direct link to note Note 1077403 - Cluster table check using SDBI_CLUSTER_CHECK
    Have you a basis release version >= 6.20 ?
    you can use transaction SNOTE to implement the version for Basis Release 6.20 and higher.
    Rgds
    Edited by: stéphane mouraux on Mar 1, 2010 6:31 PM

Maybe you are looking for

  • Open Orders are negitive in ODS and Info cube

    Hi, Our ODS is getting data from sales order Item data and from ODS data is going to Info cube. The problem is that: for few sales orders some open orders are deleting in R/3 but same records are reversing the old records due to this in the ODS and i

  • Inventory: incorrect valuated stock values

    this is regarding strange behavior of value of valuated stock (0VALSTCKVAL) in inventory management cube. after initializing 2LIS_03_BX and 2LIS_03_BF, we're running daily deltas on 2LIS_03_BF. keyfigure ValStockValue shows incorrect value in report.

  • Should I upgrade the RAM, the Processor, and add an ATA/133 card?!

    Hello! I have a few more questions... I only have 2 internal drives... (one 300GB which is the main one that runs the applications and one 60Gb used as extra storage mainly for my video projects) Do I need an ATA/133 PCI controller card for them? wil

  • Sorting for  storage type in LM12

    LM12 - change sort display so that alpha storage types with bin info displayed before numeric storage type and bin info. The standard LM12 shows sort order for storage type as  numeric storage types first then alpha storage types. But User is request

  • Number of songs that can be upgraded to iTunes Plus confusion

    When I go to upgrade my library, it says: $191.30 746 Total Songs 248 Songs 39 Albums 1 Music Video the dollar amount is obviously calculated based on 746 total songs but what is the difference between "total songs" and "songs". Not clear at all.