ABAP new editor

I would like to use the new front-end editor, but in my GUI setting, can't find the new editor, I am using the SAPGUI version is 710, how can I change it. thanks!

did you see this..
Back-porting the New ABAP Editor to older WebAS Releases
see the blog mentioned.
some problem with your SAP Gui installation. try to re install once again, select all the components when installing.

Similar Messages

  • ABAP new Editor problem

    Hi,
    Whenever i want to activate the New ABAP Editor, the SE38 always hangs. So i have to change it back to Old Editor to open Se38. How can i open se38 in new editor??
    current sap version ECC 6.0
    SAP GUI Release is 710 Final Release
    Patch level 0
    Plz help...
    Thanks in advance...

    I had the same issue and realized that some of my colleagues could display the programs. I was convinced that it had to be authorisations because all auths was taken away the previous day and then reinstated for post go-live support.
    However - I scratched around and found that if you switch back to the old editor I can view the code (that is the workaround). I then asked the SAP security manager to look into my profiles and something she did enabled me to switch back to the new editor. Here is in her words how she fixed it - "It was a profiles thing"... Afraid not of much help but might give you a starting point. In the mean time you can use the workaround
    Bottom line is that it is an authorisations issue.
    Cheers,
    Corné

  • ABAP New editor issue

    Hi All,
    I am not able to open programs in New Editor.
    Recently I have reinstalled Win XP on my system. I have IE6 and SAP GUI 7.10.
    I am not able to switch to New Editor where as it works fine for Old Editor.
    I have uninstalled and Reinstalled SAP GUI twice but still its not working.
    I also have reinstalled msxml6_x86 as read in some posts.
    Please suggest some solution.
    Thanks,
    Bharat

    dear bharat
    try to install or upgrade java virtual machine.
    or need to remove and reinstall sap gui
    remove all content including registry,user setting folder from documents and setting
    and all..
    finally...re download latest gui from web site.
    hope this works
    avirat

  • Where is the "Code Templates" description in ABAP New Editor option?

    I added Template in Code Templates.
    Where is my template source....
    Plz Help me...

    Hi  Jong chul Shin,
    <li>Check the following link and follow the screen shots sequentially.
    <li><b><u>[Creating code template in New ABAP Editor|http://an-abaper.blogspot.com/2009/11/creating-code-template-in-new-abap.html]</b></u>
    Thanks
    Venkat.O

  • ABAP Sneak Preview SAP NetWeaver 04s: where is the new Editor?

    It's so nice to have NetWeawer 2004s up and running...
    Anybody knows where is the new ABAP Editor?
    As I know, it should be included but I cannot see it...
    I'm using the SAPgui 640 Final Release - Patch 8.

    i am not sure whether it was there in patch 8, but i upgraded to patch14 and activated the new editor from
    se38->utilities->settings->ABAP editor
    here choose radiobutton front-end Editor (New)
    warning:- dont apply gui patch 15 it has got some problem. when i applied patch 15 i couldnt event start the sap logon pad.
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

  • ABAP New Front-end editor not opening in Windows 7

    Hi ,
    When I am trying to open a  report with the ABAP New Front-End Editor with  Windows 7 as OS, the system is getting  freezed without navigating to any other screen .The SAP GUI that I am using is  Release 710 with Patch level 17.
    Please help me to sort out the problem
    Thank You.
    Regards,
    Bala

    Hello
    please install the latest Sapgui patch 20 and the problem is solved.
    BR
    Sven

  • How to activate New Editor for XSLT Transformations?

    Hello Everyone!
    I am currentlyworking on some Simple Transformations (Txn STRANS). As I am very happy with the New Frontend Editor, I would like to use the new Editor for editing Simple Transformations, like I do, when editing usual ABAP Code.
    Where can I activate the New Editor fpr XSLT Programs? I have already set the Flag to use the new editor when editing ABAP Code, but this Flag unfortunately has to influence on the editor used for XSLT programs... ;-(
    Greetings
    --MIKE

    Hi all,
    How to use conditions in XSLT Transformation,
    Thanks
    Reddy.n.l

  • ABAP Code Editor

    from where i can download the new ABAP Code Editor.
    thx in advance

    hi
    check the link.
    I think if you want the new editor, you should let sap know that your company wants it and they will install it i guess..
    i'm not sure..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/acfcf5e6-0b01-0010-97ac-ad3e6020a584.
    Cheers
    Alfred
    Reward with points for helpful answers.

  • Pluggin for abap code editor

    Hi All,
    I was wondering is there anyway we could create a pluggin for our existing code editor in abap ?
    I have absolutely no idea about how could i do that. If there are any links or tutorials you can help me with, it would be of great help
    Thanks & Best Regards,
    Prateek

    Hi,
    Look at Create your own New Editor for BOR objects - ABAP Development - SCN Wiki
    Regards,
    Jarek

  • Insert email link missing in new editor??

    The new editor it seems to be missing inserting a email link.. If I highlight text in the editor and click the insert link button in the toolbar, there is no option for inserting a email address as a link like in the old editor - unless I am missing something? Telling my clients that they have to insert mailto:[email protected] in the external link field seems pretty silly and backward.
    Any plans to add this BASIC functionality back into the BC Editor?

    Should not be too hard to add under external link in the link manager a email one.
    This is all beta Alexander and BC know they got more things and bug fixes to add to it.

  • Regular Expressions in the new editor

    Hi,
    we just ubgraded to SAP GUI 6.40 and ERP 2005, when i hit ctrl-h the search and replace dialog is popping up in the new editor. But the checkbox "regular expression" is greyed out and cant be activated. Why?
    cu
    Rainer

    Hi, I can only confirm that. The help indicates that it should work, but on the screencaps, it's grayed out too.
    Besides that,
    Open completion automatically after is not implemented yet (is mentioned in the help).
    There are also problems with the incremental search backwards. It works only once.
    Eddy
    PS.
    Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
    Spread the wor(l)d!

  • New Editor bug

    The new editor has a bug. When you add 'required' (a legal HTML5 attribute) to an input element it deletes it. You have to add required="required" to make it stick. This is XHTML not HTML5.
    i.e.
    <input type="text" name="myTextbox" required>
    gets rewritten to
    <input type="text" name="myTextbox" >
    on save.

    Yeah, sorry. Bad coding on my part, but I think it's something that will catch people out as BC supplies its form inputs with XHTML markup,
    i.e. <input type=text" /> rather than <input type="text">
    That's what caused it to break in the first place, not a bug

  • What is the meaning of ABAP/4 editor integrated with ABAP/4 data dictionary

    hi All
      i want the correct meaning of the following sentence <b>"What is the meaning of ABAP/4 editor integrated with ABAP/4 data dictionary"</b>.If any onre knows kindly explain me...
    thanks in advance...

    Hi,
    Abap is programming language in business, data dictionary is kind a interface for editor to retrive from database level to presentation area. its a meta data.
    The ABAP Dictionary’s integration with the rest of the development environment enables ABAP programs to automatically recognize the names and characteristics of dictionary objects.
    Additionally, the system provides easy navigation between development objects and dictionary definitions. For example, as a programmer, you can double-click on the name of a dictionary object in your program code, and the system will take you directly to the definition of that object in the ABAP/4 Dictionary.
    Reward points if helpful,
    regards,
    jinesh

  • New Editor, no breadcrumb

    Hi,
    the old BC editor had this nice breadcrumb at the bottom to show all tags, a text is wrapped into. One could simply click the "remove tag" link right to the breadcrumb to get rid of redundant markup (p > p > strong > font > font). Is there any similar function in the new editor, too?

    Claudia,
    As with any editor - Enter - Paragraph, Shift enter - line break. Same for word, notepad... Everything
    What Cristinel said is correct, At the moment it is creating blank paragraphs and breaks for no reason as it as a few tweaks etc still to go yet - But when they are addressed its a lot cleaner editor but that is because its handling things better. Paste direct from word into it and look at the code - really clean.

  • No new editor for Text elements in Smart forms

    Hello all,
    I've a problem on SAP demo system (version 7.2). When I add new Text element on window then on tab General Attributes I'm only able to see ComboBoxes for "Text Type", "Start", button pencil (for going into fullscreen old editor) and button for checking object. The last thing is that I can also see here label "Use the fullscreen text editor". When I've checked on other systems I saw that instead of that label there is new editor here, and clicking on pencil button leads to new fullscreen editor.
    Does anybody know where I can enforce smartforms builder to use new editor?
    Best regards
    Marcin Cholewczuk

    Hello Marcin,
    Is the text edit portion showing as disabled?
    FYI i don't have MS Office installed on my frontend & in my case the text edit is disabled. Is this the case with you as well
    BR,
    Suhas

Maybe you are looking for