Private note in ME52N - ECC6.0

Hi,
In Purchase Req procedure, user entered the private note.
Next users should not allow to modify it.
How to restrict this private note in ME52N ?
With Regards,
Ramakrishna

Hi,
After creating Private note. add to  your  'My Objects'. so that next user can view only.
regards
Rm

Similar Messages

  • Changes made to the order in SAP CRM 7.0 is not transferring into ECC6.0

    Hi SAP CRM Experts,
    Could you please provide me the solution for the below concern?
    When the changes are made in SAP CRM order ,the synchronization is not taking place i.e., those changes are not replicating into ECC6.0 and the other way round is working fine(from ECC6.0 to CRM)The order is not editable in CRM and giving the message as "Document is being distributed; changes are not possible" and BDOC status as " After qRFC step (intermediate state)" and in the in bound queue (SMQ1) and it is showing as "running" after a while it is clearing but the BDOC and the orders messages are still the same.
    Would appreciate for the quick solution.
    Best Regards
    Succhi

    Hi, Succhi
    Note 1621031 - Incorrect status I1054 "To be distributed"
    Note 1620893 - Screen output without connection to user - SMQ1
    also check program CRM_DATAEXCHANGE_TOOLBOX
    Denis

  • How to extract the Private Note data in Document Service Object?

    HI EXPERTS,
    In transaction ME53N, display document, click on the Service Object button and enter a Private Note.
    How to extract this data and show it in a report?
    Moderator message: please analyse yourself before asking, describe your own efforts and where you are stuck when posting again.
    locked by: Thomas Zloch on Aug 19, 2010 1:33 PM

    I did quite an amount of debug of transaction Code FB03.
    SO_OBJECT_READ is the function module that is used to read this data.
    The inputs are as below:
    folder_id is generated from:
    Within CL_GOS_SRV_PERSONAL_NOTE and METHOD check_status -->
            CALL METHOD cl_binary_relation=>read_links_of_binrel
              EXPORTING
                is_object              = is_lporb
                ip_relation            = 'PNOT'
                ip_role                = 'GOSAPPLOBJ'
              IMPORTING
                et_roles               = lt_roles
    where
    is_lporb-typeid = BKPF
    is_lporb-catid = BO
    is_lporb-instid = 'CompanyCodeDoc nofiscal year'
    lt_roles-instid+12 is used for the SO_OBJECT_READ function module
    Thanks,
    Ven
    PS: if any body comes across a better solution, let me know.

  • Update Private Note in Vendor Master

    Hi All,
    We have a requirement to update Private Note in Vendor. It can be seen in Transaction XK02 on any screen on the top at the left most corner of the screen before the title in the drop down menu.
    I tried using BDC but BDC is not capturing this event and thus it is not being recorded.
    Please provide a solution to this or any other way to update the private note.
    Thanks,
    Manish

    hi,
    Use T code - XK02- change  /XK01- create  -  Vendor Master data change - --select Address check box in general data - press enter and  in communication - E-Mai --- their we need to maintain vendor Email address in vendor master data
    Thanking you
    Mahesh

  • Assignement block - Private Note

    Hello everyone,
    I have a question regarding the assignement block "Private Note" available in service request.
    I have read somewhere that this block is for user only; which means that the text enters in that block will be only visible by the user that wrote it.
    However, I am struggeling to find information on that block and on the authorization process that there is. In fact, my client requirement is to have that block that can be visible for everyone and not only the user.
    Would anyone know if that's possible (even with little coding or enhancement)? Would you have any links or information available on that assignement block?
    Thanks a lot,
    Regards,
    Anaïs

    Hi,
    To use private note for all users it will require enhancement in system which would be complex.
    Everything is done in class : CL_CRM_PRIVNOTE_IL
    Better to use standard notes section for this where you can define one more text type as per requirement and also can show text of newly defined text type in private notes or different assignment block by making small enhancement.
    Regards,
    Naresh

  • Duplicate class, modifier private not allowed

    I can't get javadoc to create doc for any class I make, I keep on getting these errors
    here is the class:/**
    * Like Integer, but isn't.
    * @author Phillip Bradbury
    public class Int
      /** the internal value */
      private int i;
       * Creates an Int.
      public Int(int val)
        i = val;
       * Gets the value passed in the constructor.
       * @returns the value
      public int get()
        return i;
    }and the error:cspc49-c3018900: javadoc temppack -d doc
    Loading source files for package temppack...
    Constructing Javadoc information...
    /nfs/student1/csse/c3018900/./temppack/Int.java:5: duplicate class: Int
    public class Int
           ^
    /nfs/student1/csse/c3018900/./temppack/Int.java:8: modifier private not allowed here
      private int i;
                  ^
    javadoc: warning - No source files for package temppack
    Standard Doclet version 1.4.1
    Generating doc/constant-values.html...
    javadoc: No public or protected classes found to document.
    1 errors
    3 warningswhat am I missing?
    I've tried using -classpath and -sourcepath with a lot of different weird and wonderful paths (including ., temppack/ and somewhere completely unrelated to Java), i've tried it with a compiled .class file there and not there, i've tried remaning the class and package to random gibberish in case there was a conflict, and now I'm out of ideas.
    Thanks in advance,
    =====
    Phlip

    This is curious.
    classes
    +-doc
    +-temppack
    doc is empty, and temppack contains only Int.java
    ...but if I run
    javadoc temppack -d doc
    in the classes folder I get the duplicate class / private
    not allowed errorsIf you're using 1.4.1, it has a bug that you might be seeing
    that is present in 1.4.0 and 1.4.1 but in no other versions.
    I recommend you upgrade to 1.4.2, which fixes this bug:
    Execution: Fixed so duplicate classes are documented (4673477, tool, REGRESSION)
    http://developer.java.sun.com/developer/bugParade/bugs/4673477.html
    Here is the list of other enhancements in 1.4.2:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/javadoc/whatsnew-1.4.2.html
    execute the following on the commandline
    javadoc -package temppack
    Yep, it works perfectly with -package there!The -package option should make a difference only if
    your class or members are package-private (which they are not).
    The default is to allow public and protected program elements
    to be documented. When you add -package, all it does is
    also package-private program elements to be documented:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/javadoc.html#package
    -Doug

  • Field Exit is not working in ecc6.0

    hi all,
    i have upgraded my system from 4.7 to ecc6.0, there was a field exit 'FIELD_EXIT_QLGO_VM04_A'  in 4.7 for QA32, but problem is that it was working in 4.7 but not working in ECC6.0 while codes are the same. can anyone help me that what shud i do?
    Regards saurabh.
    Edited by: saurabh srivastava on Dec 6, 2008 11:45 AM
    Edited by: saurabh srivastava on Dec 6, 2008 11:57 AM

    Hi
    U can ran the report to manage the field-exit (now I don't remember the name) by SE38 and check if your field-exit is still active and if it's active u can check the system parameter abap/fieldexit by trx RZ10: it has to be set to YES.
    Anyway u should consider the field-exit are not supported by SAP from release 4.70.
    Max

  • Upgrade Issue: CHECK_IBAN_ACTIVE does not exist in ECC6.0

    Hi,
    We are upgrading ECC system from 4.6C to 6.0. I am getting a short dump in a program as function module CHECK_IBAN_ACTIVE does not exist in ECC6.0. I checked SAP note and found one (SAP Note 392091). But this cannot be implemented as it is valid till 4.6C. Could not find any alternative SAP note too.
    Any of you know alternative SAP note for the same in ECC6? Quick help appreciated.
    Reward points assured if the answer helps.
    Regards,
    Sanju.

    Hey i have the same issue with this FM
    Did u find any solution to this..?
    plz help me ... urgent..!!

  • FBL1n attachments not opening after ecc6

    Hi,
    Incoming invoices attachments in FBL1n not opening after ecc6,
    But working fine via Fb03.
    SAP note 1476350 is already applied.
    If you guys can suggest something please.
    Best Regards,

    Hi ,
    Please implement the below note as well,
    1498082 - FBL1N - FB03 - Attachment list empty
    Many Thanks
    Regards
    Preeti Agarwal

  • Header and Item Text is not replicating from ECC6.0 to SAP CRM 7.0

    Hi SAP Experts,
    When the text is added at header and item in Texts tab from SAP CRM then this is transferring into ECC6.0 but the otherway round is not working i.e., from ECC6.0 to SAP CRM.
    Would appreciate for giving solution.
    Thanks in advance.
    Best Regards
    Succhi

    Hi Succhi
    There are a number of oss notes to check: 1169856, 720147, 550343, and 549209
    Please make sure that the text tables are included in the filter as per note 720147.
    Also include the configuration as per note 549209.
    It is necessary that the same text types exist in both systems so please review the configuration carefully.
    I hop this helps.
    Best Regards
    Gavin

  • Java instance not working in ECC6

    Hi,
    I was installed ECC6 on Winsever2003 and oracle10g intialy both java and abap instaces works fine EP also works fine sudenly after three days Java instance is not starting but ABAP instance working fine without any problem I am posting error log here please suggest me or help me in this regard
    Here is develpoer trace log:
    trc file: "dev_enqsrv", trc level: 1, release: "700"
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    66
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        2620
    [Thr 4084] Mon Jul 07 19:50:57 2008
    [Thr 4084] *** ERROR => ShmDelete: Invalid shared memory Key=34. [shmnt.c      719]
    [Thr 4084] *** ERROR => ShmCleanup: ShmDelete failed for Key:34. [shmnt.c      793]
    [Thr 4084] initialize_global: enqueue server without replication
    [Thr 4084] Enqueue: EnqMemStartupAction Utc=1215440457
    [Thr 4084] Enqueue Info: replication enabled
    [Thr 4084] Enqueue Info: enque/replication_dll not set
    [Thr 4084] Mon Jul 07 19:50:58 2008
    [Thr 4084] ***LOG GEZ=> Server start [encllog.cpp  493]

    Hi,
    useing cleanipc u can delete old sharedmemory follow the bellow steps hope this will be helpful
    Delete the old shared memories manually by entering:
    cleanipc <SAPSYSTEM> remove
    You can take the value of <SAPSYSTEM> from the profile file enqsrv.pf.
    cleanipc is in /usr/sap/<SID>/SYS/exe/run.

  • Messages not displaying in ECC6

    hi all,
    in 4.7 messages are displaying with out message class, but after upgradation to ecc6 those messages are not displaying instead "no vendor specified" is displaying...
    if the message class is not assigned to the message than system is taking default message class "00" and displaying first message "001"  i.e "no vendor specified" ...
    do v need to do any customization ? because max messages are with out message class, changing all messages in all programs are very dificult...
    what can v do ?
    kindly suggest..
    thanks

    >
    sap abap wrote:
    > Dear Christine,
    >  
    > thanks for your valuable solution... i have implemented impicit enhancement and cleared the default message id and message number... like this the actual message is displaying but along with 000 number in front of the message..
    >
    > hw can i restrict this dummy number....
    >
    >
    > thanks
    Now, there you have me.  I did the same thing in our test upgrade system and couldn't find any way of removing the dummy number, apart from replacing the default id and number with a custom message id and number pointing to a blank message (as I mentioned in my last post) ..... but then that had the effect of reducing the length of the message to the standard message length so removing the main reason why I didn't use a message class in the first place ie I wanted to display a longer message.
    We have our proper upgrade system in place now, so I'll be taking another look at this.  I haven't checked OSS again yet but it is possible there that is now a SAP note to fix this.  If not, I'll have another look at implicit enhancements.
    ......   I've just searched these forums using "no vendor specified" and there are some useful posts proposing solutions which I'm going to have a look at.
    Edited by: Christine Evans on Nov 3, 2008 11:57 AM

  • Search H_T555V is not working in ECC6.0

    Hi,
      I have a requirement to enhance a search help similar to H_T555V. when i execute this search help in ECC6.0 its not giving the hit list based on the restricted values for ZTERF,  where as its giving results for language field and text fields.
    Can any help me to solve this problem.
    Thanks in advance,
    Gupta.

    Hi,
    If we give input in test screen of search help its giving the results , when an input is given in restrictions it is showing all the values available in the table.
    Try to give inputs in restrictions of hit list and see.
    Thanks,
    Gupta

  • HT5071 How do I publish training documents that need to be private, not available to the public in the iBookstore?

    We have been asked by our client to create training manuals for the iPad. Is it possible to publish a book in iBooks author that can be distributed privately? This would be work that we would be paid by our client to produce. Thanks for any help.

    You can just export the book in .ibooks format from iBooks Author and make it available any way you like, such as sending it by email. uploading to Dropbox, making it available on a webserver for download, etc.
    Note that, if you do this, you must distribute the book free of charge, otherwise you will be in violation of the IBA EULA. However, it's OK to charge for the development of the book.
    Michi.

  • Field Exits are not working in ECC6

    Hi Friends,
    We upgraded our 4.6C system to ECC6 but after upgradation field exits are not working. What could be the reason.
    We are using GUI version-7.1 and SP-10,Release-6.
    Rewarded,
    Steve

    Hi there,
    Try this link ... it could help you.
    [http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm|http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm]
    If not, give an example.
    I did the same upgrade without problems.
    Best regards.
    Valter Oliveira.

Maybe you are looking for

  • How do I save an iPhoto slideshow on my macbook air externally?

    I have a macbook air (no CD slot) and am unsure how i can save an iPhoto slideshow externally from my mac. In the past (on my packard bell laptop) I have always burned photos to a dvd and feel comfort knowing I have the pics externally  if anything s

  • Need help connecting external monitor

    My brother needs help with connecting an external monitor to his 20" iMac G5. He has the adapter with the standard monitor port, and when plugged in, the monitor duplicates the iMac screen. His question is, how can he set it so that the desktop is ex

  • File-XI-SRFC

    Scenario: File - XI - Sync RFC Source File has say comp code and I want to call std RFC BAPI_COMPANY_GETDETAIL to retrieve the details. What should be my outbound and inbound message interfaces be ? I know inbound will be the RFC imported from SAP, b

  • Unable to get Bluetooth Headset Profile working with mic on Toshiba BT Stac

    Hi. I am having problems using my Motorola HT-820 Stereo headset, with the Toshiba Bluetooth Stack installed on Vista Home Premium 32bit laptop. I am unable to get the mic to function at all, so cannot use it for Skype / VOIP calls etc. Features such

  • How do I burn a slide show to a DVD?

    When I burn a slide show I created on Photoshop Elements 11 to a DVD using Premier Elements 11, only the botton half of the photos are copied.  How do I correct this?