Enhance Button on ABAP Editor(ECC6.0)

What is the use?
Edited by: BrightSide on May 15, 2009 8:48 AM

Hi,
I believe you are talking about the modification which is used to insert, delete lines etc.
Modification is used when you want to modify a SAP standard code which requires an access key whereas Enhancement is used to enhance the code without modifying the standard code. Enhancements are provided by SAP so that customers can include their own code at these enhancement spots without modifying standard code l(ike the functionality of user exit, BADI etc.)
Regards,
Soumya.

Similar Messages

  • Issue in SAP GUI 7.0 for ECC6 (ABAP Editor not working)

    Dear SAP Team,
                             We have installed SAP ECC6.0 EHP4.We have installed SAP GUI 7.0 in our clients machine but in some machines the ABAP Editor i.e Tcode SE38 is not working properly.When our Client selects any transaction for editing the system gets HANG.
    We have tried uninstalling & reinstalling the software & the patch but the problem still persists.The configuration of all our client machine are same & we work on Windows XP platform.Please help us in solving our issue as soon as possible.
    Thanks & Regards,
    Manoj Mhatre.

    Dear Manoj
    you mean the SAP Gui for windows 7.20 or 7.10?
    Please install the latest Sapgui Patch 3 for the Sapgui 720, or the Sapgui
    Patch 19  for the Sapgui 7.10.
    As workaround, please use the OLD  frontend editor.
    Best regards,
    Sven

  • Where are the buttons gone File upload and Download in New ABAP Editor

    Where are the buttons gone of File upload and Download in New ABAP Editor in ECC 6.0.
    Or some new utility added for this feature.
    Kindly guide.
    Thanks,
    pradeep

    Go to Utilities>more Utilities>upload/download is there.
    Amresh.

  • Use of Enhancement Button in SE38

    hi experts,
    i want to know the use of enhancement button in the <b>ABAP Editor SE38</b>. once i clicked the button the editor is freezed , i don't know what to do after this... Is this enhancement is any way related enhancement done in <b>CMOD/SMOD</b>..
    with regards,
    James..
    Valuable answers will be rewarded...

    No it is not related to CMOD/SMOD.  It is related to the new Enhancement framework.  Which is the new way of modifing standard sap code.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Regards,
    Rich HEilman

  • Problem in calling abap editor with the program name in Web Dynpro ABAP

    Hi,
    I have to caal ABAP Editor screen with the display of program after clicking a button from web dynpro abap application.
    I am able to call the ABAP Editor initial screen, but i want the editor display screen with a program.
    How to do that?
    Please find my code below:
      DATA : FINAL_URL TYPE STRING,
             URL TYPE STRING.
      DATA: LV_HOST TYPE STRING,
            LV_PORT TYPE STRING.
    DATA V_TCODE TYPE TCODE.
      DATA:  LO_WINDOW_MANAGER TYPE REF TO IF_WD_WINDOW_MANAGER.
      DATA:  LO_API_COMPONENT  TYPE REF TO IF_WD_COMPONENT.
      DATA:  LO_WINDOW         TYPE REF TO IF_WD_WINDOW.
      DATA:  LD_URL TYPE STRING.
    V_TCODE = 'SE38'.
    *Call below method to get host and port
      CL_HTTP_SERVER=>IF_HTTP_SERVER~GET_LOCATION(
         IMPORTING
           HOST = LV_HOST
           PORT = LV_PORT ).
      CONCATENATE 'http'
      '://' LV_HOST ':' LV_PORT '/sap/bc/gui/sap/its/webgui/?sap-client=&transaction=' V_TCODE '&OKCODE=SHOW'
      INTO URL.
      LO_API_COMPONENT  = WD_COMP_CONTROLLER->WD_GET_API( ).
      LO_WINDOW_MANAGER = LO_API_COMPONENT->GET_WINDOW_MANAGER( ).
      LD_URL = URL.
      CALL METHOD LO_WINDOW_MANAGER->CREATE_EXTERNAL_WINDOW
        EXPORTING
          URL    = LD_URL
        RECEIVING
          WINDOW = LO_WINDOW.
      LO_WINDOW->OPEN( ).
    Now, how to pass my Zprogram name into the URL.
    I need to get the editor screen with the display of the program.
    Thanks,
    Radhika

    Hi Kiran,
    Please find my code below:
    DATA :   URL TYPE STRING.
      DATA: LV_HOST TYPE STRING,
            LV_PORT TYPE STRING.
      DATA:  LO_WINDOW_MANAGER TYPE REF TO IF_WD_WINDOW_MANAGER.
      DATA:  LO_API_COMPONENT  TYPE REF TO IF_WD_COMPONENT.
      DATA:  LO_WINDOW         TYPE REF TO IF_WD_WINDOW.
      DATA:  LD_URL TYPE STRING.
    *Call below method to get host and port
      CL_HTTP_SERVER=>IF_HTTP_SERVER~GET_LOCATION(
         IMPORTING
           HOST = LV_HOST
           PORT = LV_PORT ).
      CONCATENATE 'http'
    '://' LV_HOST ':' LV_PORT '/sap/bc/gui/sap/its/webgui/?&transaction=se38&RS38M-PROGRAMM=Y2PSOLTREE&~okcode=shop'
      INTO URL.
      LO_API_COMPONENT  = WD_COMP_CONTROLLER->WD_GET_API( ).
      LO_WINDOW_MANAGER = LO_API_COMPONENT->GET_WINDOW_MANAGER( ).
      LD_URL = URL.
      CALL METHOD LO_WINDOW_MANAGER->CREATE_EXTERNAL_WINDOW
        EXPORTING
          URL    = LD_URL
        RECEIVING
          WINDOW = LO_WINDOW.
      LO_WINDOW->OPEN( ).
    Here,, Y2PSOLTREE is the program, that should show in SE38 screen.
    I used the above code, but still it is showing the SE38 initial screen.
    Thanks,
    Radhika

  • How to enter Enhancement Mode of ABAP OO Classes: Add Methods, Pre-Methods.

    Hello,
    do you know how to enter the enhancement mode of the class builder?
    I want to enhance a standard global ABAP OO class by implicit enhancements for inserting methods, attributes or pre- and post-methods - as described in  <a href="http://help.sap.com/saphelp_nw70/helpdata/en/58/4fb541d3d52d31e10000000a155106/content.htm">Online help</a>.
    I start the SE24 on my NW 7.0, but there is no menu <i>Edit-> Enhancement Operations-> Enhance Class/Interface </i> as written in <a href="http://help.sap.com/saphelp_nw70/helpdata/en/86/b83142680d5c33e10000000a155106/content.htm">Online Help</a>.
    When I press the <i>Display</i> button, there is no enhancement button (the spiral), and the sub entries of menu <i>Edit-> Enhancement Operations</i>, like <i>Insert Pre-Method</i> are inactive (gray).
    In SE80 I don't find them too. The only implicit enhancements I found are on the beginning and end of methods implementation code.
    Do you have experience enhancing classes?
    Best regards
    Michael Umlauff

    Hallo Michael,
    You first have to go in se80 or se24
    Then menu Class-> Enhance
    Then you will be able to use Edit-> Enhancement Operations-> Insert Pre-Post Methodes
    Regards,
    Walter

  • Abap editor in ecc 6.0

    hi all
    abap editor in ecc 6.0 is having a icon enhancement...wat is the use of tht and how to use it...

    This is the Enhancement Framework which is new.  It allows you to modify SAP code without actually modifying the program.   Really, the code which is inserted in the ENHANCEMENT..... ENDHANCEMENT section is compile separate from the program being "modified".   This also means, that you do not require a registration key for the object.  The code inside the enhancement is actually called at the kernal level.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Regards,
    Rich Heilman

  • New ABAP Editor in Objectbuilder (SWO1)

    Hi all,
    finally being on ECC 6.0 (coming from 4.6c), I enjoy using the new ABAP editor in SE37/38/80...
    I wonder why the new editor isn't available within the Objectbuilder (SWO1)? Or am I just missing some option-button somewhere?!?

    Nope..The new editor is not available for SW01.

  • New  ABAP Editor in WAS 6.40

    Hi friends, according to blog posted by Thomas Jung
    /people/thomas.jung/blog/2006/06/28/new-abap-editor-backport
    new ABAP Editor was backported to WAS 6.20 and WAS 6.40, I work as ABAP Developer in ECC 5.0 WAS 6.40,  yesterday I did request application of Support Package 17 to basis administrators, The support package was applied correctly yesterday night and System Status show me this information:
    SAP_BASIS 640 0017 SAPKB64017
    SAP_ABA   640 0017 SAPKA64017
    I have SAP GUI Patch 19, but Radio Button "Editor (New)" still not appearing on my GUI. What im doing wrong? I must to wait to SP18 release for this editor?
    Thanks
    Leonardo P.

    No. For 6.4 the backported functionality will be available only on next support pack.
    See Thomas comments:
    " All of the backported functionality will ship with the next support package for 6.40 toward the end of the summer"
    Sorry, you will have to wait. ;-(
    It should be soon though,
    Also waiting,
    Leonardo De Araujo

  • ABAP Editor not allowing me to input the code..

    Hi Gurus,
    I am trying to enhance my datasource, but whenever i type cmod and enter the ABAP editor screen, i can not type anything, even though i am in change mode....the screen is with white background and i can not type at all....please help with me this kind of problem.
    Regards,
    Sahil

    HI Sahil
    When you click on enhancement,there you will have include ZXXXXXX
    Click on include there you have to write your code.
    The enhancement is used to write standard code b,so we cannot write the code there.If you try to change in change mode.It will ask you ACCESS KEY to write code from SAP.
    Please click on Include program and write your code there. It allows you to write code there.
    Hope it helps..
    Regards,
    SVS

  • Background Jobs scheduled through ABAP Editor

    Dear SRMer's
    System Info : SRM 5.0
    Can you please let me know what is the tcode to check Background jobs scheduled through the ABAP Editor(SE 38) or through SA38 tocdes in SRM.
    Points will be rewarded for answers.
    Thanks in advance,
    Bobby

    Hi Bobby,
    Try this steps...
    1.  Log on to the appropriate SAP instance and client as either the user ID owning the job or an administrator ID.
    2.  Go to transaction SM37.
    3.  On the Simple Job Selection screen, fill in the Job name field or use any of the screens filtering options to produce a list from which you can see the job you want to view.  In order for all occurances of a job to be viewed, all statuses of the job should be checked “on”.  Click on the Execute button.
    Regards
    Rajesh.

  • Problem to use new abap editor and new abap debug.

    HI experts.
    currently using 640(patch 19) and GUI 640(patch 23).
    but when I activate new abap editor in se80 server dumps error
    ' Runtime Errors         MESSAGE_TYPE_X
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).'
    and new debug does not activating even though I switch to new debug.
    it works well both new editor and debug if I turn on new options when  I connect ECC6.0 with same GUI
    guess 640 server has not propery installed new editor and debug or something has to be checked.
    can anyone help me to activating these new functions?
    thank you.
    Lee

    There is a separate forum for the SAP GUI, please post your question over there and close this thread here.
    Thx

  • Sneak preview Was 6.20 and New Abap Editor

    Hi to all,
    i've just installed the MiniWas 6.20 on my home pc.
    It works great (wowowow!!!) but ... i'd like to work with new Abap/4 editor (included in the NetWeaver Sneak preview 2004 's' Abap).
    Is it possibile install editor (and use) on the miniwas 6.20 system? Is there a weblog/post that describes how to do that (possible a step-by-step procedure)??
    Thx a lot for your answers/hints/comment (the most usefull, will be surely rewarded).
    Andrea

    Hi Andrea,
    The only reason I could keep the 6.20 version is the memory requirement.
    I installed 6.20 on 256MB, it was slow, but it was running. On 512MB it was quite fast.
    7.00 won't work on 256MB, with 512MB is quite slow, with 1G it's OK.
    Considering the default miniwas SP level, which is around 25 and the new editor would need 59, it would be a huge amount of work.
    I'd suggest to save all of your work in transport requests and release it. Copy the data and cofile files to a save place and uninstall 6.20 and install 2004S/700. You can import all of your work back to release 700.
    This way you would get a much more ABAP tool /6.40: Shared memory, Assertions and dynamic breakpoints, new debugger, Adobe forms, etc 7.00: New ABAP editor, Webdynpro ABAP, Enhancement Switchwork, Regex, etc /.
    Never the less, I'd suggest to apply SPs on 700 as well, so you'd get the Regex demo toy and the New BSP editor and several cool features of the ABAP webdynpro /eg debuuger integration/.
    Cheers,
    Peter

  • Command in ABAP Editor to improve the source code

    Which command in ABAP Editor to be used to improve the readability of the program code ?plzz tell
    Edited by: Alvaro Tejada Galindo on Feb 13, 2008 3:48 PM

    Use Pretty Printer or do a CTRL+F1.
    Also u can change the settings of the way u want preety printer to behave by
    going in the Settings->Abap Editor -> Pretty Printer

  • Saving bookmarks in the new ABAP editor?

    Hi experts,
    either I'm stupid or something but I don't see how I can save my code boomarks for future usage. I mean the bookmarks which can be created by CTRL + ALT + number and navigation to them by CTRL + number.
    The similar problem I have with saving my break-points set in the new ABAP editor.
    Could you please give me a tip how I can save it  I'm using SAP GUI 710 patch level 4.
    Thanks in advance!
    ZDENEK STASTNY
    ABAP programmer
    We are now in upgrade process 4.6C to SAP ERP 2005

    Hello,
    Use "Tab" instead of "ENTER"

Maybe you are looking for