Changes to LX50GU01 are forbidden by SAP* - note 943783

Hi gurus,
im installing baseline package for EhP 7 and I have problem with note 943783 implementation. During implementation, I receive this message: Changes to LX50GU01 are forbidden by SAP*. I tried logging into SAP* account, but from there I cant implement note, I tried unlock code in SE37, but I get only message Source text of an EXIT func cannot be chgd, I tried ABAP program to clear edit lock mark from note 71837, but is too old and its not working. What should I try next?
Thanks in advance.
Also I tried creating user SAP and editing by this user - still locked:/

Hi,
No need changing that inlcude to Z*
normally we can change that include while copying from BAPI
But i am not able do this particular server but im able to change that include in another server
Regards,
Azhar

Similar Messages

  • Changes to LZUXX are forbidden by SAP*

    Hi,
    I copied the standard BAPI,
    when i trying to change the include LZTOP im able to change,
    but when i try to change the inlcude LZ***UXXX i am not able to do that i am getting a message "Changes to LZUXX are forbidden by SAP"*
    Any ideas to change that, what should i say to basis person
    Thanks & Regards,
    Azhar

    Hi,
    No need changing that inlcude to Z*
    normally we can change that include while copying from BAPI
    But i am not able do this particular server but im able to change that include in another server
    Regards,
    Azhar

  • Changes to program are forbidden by USER

    Good Morning Gurus.
    I have a program Z created by other guy.
    When i try Change this program then is showed the message:
    Changes to ZCX_FEBRABANT_REL are forbidden by ABA-FELIPE
    But This Guy ( ABA-FELIPE ) dont work in my company since 2008.
    How I can Change this program?
    The message says:
    Diagnosis
        You attempted to change ABAP/4 source code, but the author or last user
        has locked this against further changes by setting the editor lock.
    System Response
        You are not allowed to change the ABAP/4 source code, but can view it i
        display mode.
    Procedure
        You can change the ABAP/4 code only when the user who set the editor
        lock has canceled it.
    Thanks Gurus.

    Hi Ronaldo,
    various methods are there
    1.After getting proper approval from superior approach security team and do a password reset for the ABA-FELIPE user and login as an user and remove the editor lock in the attribute of the program.
    2.Use the below program
    TABLES: trdir. "System table TRDIR
    PARAMETERS: program LIKE trdir-name.
    PARAMETERS: lock    LIKE trdir-edtx.
    SELECT SINGLE * FROM trdir WHERE name = program.
    trdir-edtx = lock.
    MODIFY trdir.
    IF sy-subrc EQ 0.
      WRITE: / 'Editor Lock update Successful ', trdir-name.
      IF trdir-edtx = 'X'.
        WRITE: ' Lock'.
      ELSE.
        WRITE: ' UnLock'.
      ENDIF.
    ELSE.
      WRITE: / 'Editor Lock update Unsuccessful ', trdir-name.
    ENDIF.
    Execute this program with lock as SPACE (unchecked) to unlock
    LOCK with 'X'(check) to lock
    Regards,
    Kannan

  • Changes to objects are forbidden

    Hi there,
    Our functionals are trying to modify a program, but the system are returning the following message:
    "Changes to object are forbidden by userId"
    But, this program was brought from other landscape, so it was never modified in this landscape...
    I looked for modifiable request, but it does not exists in the system.
    Anybody knows how to unlock it?
    Thanks in advance,
    Dany Anderson

    Hi Dany,
                 Run the below sample code.
    Give the program name as input and execute it.
    This will allow you to edit the program.
    REPORT  ZEDITOR                                 .
    TABLES: TRDIR.
    PARAMETERS: PROGRAM LIKE TRDIR-NAME OBLIGATORY.
    PARAMETERS: EDITOR  LIKE TRDIR-EDTX.
    SELECT SINGLE * FROM TRDIR WHERE NAME = PROGRAM.
    TRDIR-EDTX = EDITOR.
    MODIFY TRDIR.
    IF SY-SUBRC EQ 0.
       WRITE: / 'Editor Lock update Successful ', TRDIR-NAME.
       IF TRDIR-EDTX = 'X'.
          WRITE: ' Lock'.
       ELSE.
          WRITE: ' UnLock'.
       ENDIF.
    ELSE.
       WRITE: / 'Editor Lock update Unsuccessful ', TRDIR-NAME.
    ENDIF.
    Thanks & Regards....
    Sudheer.
    Edited by: sudheer chowdhary on Dec 10, 2008 6:37 PM
    Edited by: sudheer chowdhary on Dec 10, 2008 6:39 PM
    Edited by: sudheer chowdhary on Dec 10, 2008 6:39 PM
    Edited by: sudheer chowdhary on Dec 10, 2008 6:40 PM

  • Changes to ZXCO1U06 are forbidden by ABAP01

    kindly tell how to remove this error.

    The user 'ABAP01' should have 'set EDITOR LOCK' to the include ZXCO1U06. He has to remove editor lock in order to make changes by other users.
    EDITOR LOCK can be set/unset from the ATTRIBUTES of the program.
    The editor lock flag prevents other users from making changes to the program. This includes attributes, documentation and text elements, as well as the functions "Rename" and "Delete".
    Only the last person to change the program can remove the flag.

  • SAP Note manual changes

    Hi experts,
    i got requirement to change data type and length of fields NO_OF_PART1 in structure J_1iEXHEAD.
    So, please any one advice me how to change these and generate the request as the changes are mentioned in SAP note 1314399.
    Please kindly advice me how to find whether this note is implemented or not.
    I hope im clear with my problem.
    advance thanks
    vijay

    Hi suresh,
    thank you for your quick response.
    Do I need to take access key to make the necessary changes in structure?
    Please tell me one more thing how to check wheather this note got implemented or not.
    thank you
    vijay

  • What are SAP Note ?

    Hi,
    i am new to sap bw i would like to know what are SAP NOTes and where can i find those?

    hi sai..
    SAP notes are nothing but the standard solutions given by SAP for most frequently faced problems and querries.
    Also if any corrective measures to be taken for the problems are explained in SAP notes.
    They are avialable on service.sap.com
    But you need login id for 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
    for information you can refer http://www.sappoint.com/basis/snote.pdf
    http://www.sap.info/index.php4?ACTION=noframe&url=http://www.sap.info/public/INT/int/index/PrintEdition-2558940029a53bfd4d-int/0/articleContainer-227444002b5ff8597d
    go to URL https://websmp201.sap-ag.de/notes and enter the note number and display.
    you need a service market place userid and password for this(check with basis team for user id and password)..
    chk this blog...
    /people/markus.meisl/blog/2006/11/03/the-most-important-sap-notes-for-sap-interactive-forms
    hope this helps..

  • Related to SAP Notes

    Hi Folks,
    1.Will there be a SAP Notes even for Script too or SAP will provide a new script when there is a change in the layout,say for changes in J1INCERT-CIN.
    2.We are currently working on 4.7c and we generally apply notes as and when an error arises in a Standard transaction,by checking all the possible solutions like searching in SAP Market Place for SAP Notes availablity,if any.Won't SAP will notify all its customers regarding the SAP Notes to be implemented based on the version rather than we searching in SAP Market Place when an error arises.May be the query sounds crude but what I had experienced here is there are lot many SAP Notes that are pending and not implemented in my system and now we are finding it tough to collate
    Kindly let me know,
    Thanks,
    K.Kiran.

    Amit,
    As there is a change in SAP Script Layout for J1INCERT we had copied the script and done the changes manually(as we are not aware of that there is a SAP Note available) both in the Script as well as the Program and it is fine.We had tough time in terms of allignment when changing the Script :-).
    Kewl, the Notes even provides the Script.But how to open a file type of SAR.Gone through the notes 13719,seems we need to take the help of Basis Team.Nice if anyone here can provide me some info related to the downloading a file from SAP Note like SCRIPT.
    Thanks alot,Amit for the information on "OSS:1046758,891923 for J1INCERT"
    Any idea about the 2nd query?
    Vivek,check the OSS notes mentioned by Amit.
    Thanks,
    K.Kiran.

  • SAP Note 1275036 for CHARM

    Hello,
    We are applying the "SAP Note 1275036 - Linking action execution and status change" for change requests (CHarm), but when the state changes of the requests, no notification is generated.
    This SAP Note can be applied to CHarm?
    Best regards,
    Yamile Páez

    Hi Yamile,
    Please provide more details of your requirement.
    For Email confirmation in ChaRM check the below link
    Incident Management and Change Request Management: E-Mail functionality in SAP Solution Manager 7.1
    For New action definition addition in ChaRM Link:
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2012/06/06/how-to-insert-a-new-user-status-in-charm-in-71
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2013/07/17/request-for-change-a-solution-to-map-the-process-with-a-on-holdpostponed-status
    Rg,
    Karthik

  • SAP note for implementing FM CONVERSION_EXIT_MATN2_OUTPUT

    Hello Experts,
    I need to implement the FM CONVERSION_EXIT_MATN2_OUTPUT ( + Conversion routine MATN2 ) in our SAP system version 4.7.  Can anyone tell me if there are any specific SAP note for implementing it. 
    Note: Our SAP system dont have DI software component.  I want to implement the FM without going for DI.
    Awaiting reply,
    Thanks,
    Balaji
    Edited by: Balaji on Jan 19, 2009 11:59 AM
    Edited by: Balaji on Jan 19, 2009 1:02 PM

    Thanks.

  • SAP note related to QA08 transaction

    Hi all,
    I am trying to activate inspection type using QA08 Transaction (for which we have written a BDC). The program runs successfully but the client says there is an internal error due to which the subsequent transactions are affected.
    We are pretty sure that our program has no bugs.
    Can anybody let me know are there any SAP Notes related to this Transaction.
    Thankyou in advance,
    Lakshmi

    Hi,
    Use follwonig transactions
    OSS1 / SNOTES.
    You can always go to http://service.sap.com/
    and search for notes.
    Regards,
    Shashank

  • Modification problems while applying SAP Note manually

    Hi Guys,
    I am facing some problems while applying a SAP note manually (it cannot be applied without manual changes).
    There is one standard program which I am trying to change for this purpose, but it does not allow me to do so saying "Carry out modification comparison for REPS RPCT8AR1_01 first. No changes possible" !!
    Now I can go to SPAU and reset the object, but it will lose all its changes which was done
    by 2 SAP notes previously.
    How can I apply my SAP Note without reverting the changes ? If I revert the changes, I lose
    the changes for other 2 notes !!
    Is there a solution for this? please help asap.
    Many thanks in advance,
    Sandip.

    If you did not modified the program manually, you dont have to worry. implement your note from SNOTE transaction.
    even if you loose previous modifications, you can always get them back by going SPAU transaction and import the transport numbers.
    I had the same problem but we had manual changes to the program that is why didnt allow to implement note

  • 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

  • SAP Note that verify if service sheet is created and block PO field changes

    Hi People,
    I am an ABAP programmer and I got a MM requirement that I think you can help me.
    Here is whats happening:
    1 - Buyer create PO with field GR-Based Invoice Verification (WEBRE) flagged. (ME21N).
    2 - Then user creates Service Sheet(ML81N)
    3 - Because service sheet take a time to be aproved, the buyer changes PO, removing the flag of fields GR-Based Invoice Verification (WEBRE) and GR-Goods Receipt indicator(WEPOS) (ME22N) so he can execute MIRO and F110.
    User can't reflag the fields (WEBRE) and (WEPOS). So the service sheet stay on "limbo"
    What I want, is to know if there is any SAP NOTE that verify and block the change on fields (WEBRE) and (WEPOS). So the user can't remove the flag if already exists a service sheet for the PO.
    Tks,

    Hi Ajit,
    Sorry for the "delay" ins responding.
    The SAP Note you've  mentioned is just for 4.x systems, we are using the ECC 6.
    Apparently this Note does what I needed... so already should be working on ECC.
    My functional decided to simply block the field on customizing so User cannot edit it in any way...
    Tks again.
    bye

  • What are the reporting changes in BI 7.0 and sap 3.5

    Hi,
    what are the reporting changes in BI 7.0 and sap 3.5.
    can anybody know the other name of BI 7.0.
    what are the min,max no of load times.
    what is the load timings if the onsite office is at USA.
    Thanks & Regards,
    cheta.

    Hi Cheta,
    New Features in BI:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/910aa7a7-0b01-0010-97a5-f28be23697d3
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4487dd91-0b01-0010-eba1-bcd6419
    /people/michael.eacrett/blog/2006/06/07/whats-new-in-sap-netweaver-702004s--an-introduction-to-the-functionality-deltas-and-major-changes
    BI 7.0 reporting features
    http://searchsap.techtarget.com/cgi-bin/rd.pl/ftID-1121728-ctID-1064004?//expert/KnowledgebaseAnswer/0,289625,sid21_gci1064004,00.html
    http://help.sap.com/saphelp_nw04s/helpdata/en/9d/24ff4009b8f223e10000000a155106/content.htm
    Some features of BI 7 are
    1. In Infosets now you can include Infocubes as well.
    2. The Remodeling transaction helps you add new key figure and characteristics and handles historical data as well without much hassle. This is only for info cube.
    3. The BI accelerator (for now only for infocubes) helps in reducing query run time by almost a factor of 10 - 100. This BI accl is a separate box and would cost more. Vendors for these would be HP or IBM.
    4. The monitoring has been imprvoed with a new portal based cockpit. Which means you would need to have an EP guy in ur project for implementing the portal !
    5. Search functionality hass improved!! You can search any object. Not like 3.5
    6. Transformations are in and routines are passe! Yess, you can always revert to the old transactions too.
    check these link's
    http://help.sap.com/saphelp_nw04s/helpdata/en/a4/1be541f321c717e10000000a155106/content.htm
    In this one - check out slides 28-34
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4487dd91-0b01-0010-eba1-bcd64196ec6b
    Check this link to get PDF doc on SAP BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5ee3725b-0401-0010-e381-ac323362ce91
    Here is a powerpoint overview with illustrations of the differences between NW2004s (BI 7.0) and BW 3.5.x
    http://csc-studentweb.lrc.edu/swp/Berg/Articles/NW2004s_what_is_new.ppt
    check the presentaion
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5ee3725b-0401-0010-e381-ac323362ce91
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    http://csc-studentweb.lrc.edu/swp/Berg/BB_index_main.htm
    http://csc-studentweb.lrc.edu/swp/Berg/articles/NW2004s_what_is_new.ppt
    Web Blogs & Threads in SDN
    /message/502929#502929 [original link is broken]
    /people/sap.user72/blog/2006/01/27/sap-netweaver-bi-versus-sap-bw-the-sequel
    Refer these links
    There is lot of Info Reg BI7.0 including Reporting also.
    Regards
    Karthik

Maybe you are looking for

  • External monitor. Works with Vista but not detected in Windows 7

    I have an external monitor connected to my laptop which runs vista and win 7. However, when I use the WIndows 7 OS, the monitor is not detected. Any tips?

  • Deleting other languages other than English

    Installing (upgrading) OX to Tiger and I accidentally installed all the Asian, Arabic, German etc language files. I know I will not need these language file for anything. Is there a way to get the space back by deleting the files from some folder? I

  • Keychain directory disappears

    I've recently begun to have keychain issues. When I open Keychain Access, the only items in the keychain list are System and System Roots. When I do verification in Keychain First Aid, I get the following message: Verification started Checking keycha

  • Gif icons no longer transparent?

    I have dozens of icons on my desktop, the images are white-ish shapes with transparent backgrounds. After upgrading to Leopard, all of the transparent parts of the icons have turned white. So now I have just a bunch of white squares. Not very useful

  • I cannot select to switch on wifi

    when i go to switch on wifi, i cannot select the swipe bar to "on". it is all shadded grey. restored the phone but still same.