ABAP Editor: OSS 657448 - how to replace a transactioncode

Hello,
I have a problem to implement a modification recommended by OSS647448.
The navigation with the editor via modification overview fails using function "modification overview".
Now I want to implement the correction explained in OSS647448, which says that a function code has to be replaced in TA SE41in prog. SAPLS38E (status WB_WITH_TOOL_PC_MOD) .
But it fails.
I am not able to replace the existing function code ( -> Goto -> Attributes -> Function -> I see the function code to be replaced (ED_MOD_OVERVIEW), modify it, confirm, but when double clicking on the entry in the menu bar the func.code is still the same as before modifying it)
and I am not able to add a new one, because the function code is longer than the field in the screen in the menu bar where I can add the code (WB_MOD_OVERVIEW).
I am not that experienced in this area so possibly my idea how to proceed is wrong.
Not to forget: Our system is ECC 6.0!
Can anybody please help?
Best regards
Dirk
Message was edited by:
        Dirk Meinhard

Hi,
thank you for the hint with the SE80 which moved me to the direction to my final result..
There is a nice difference to the SE41 given by SAP.
In SE80 I did the following:
- set the function code (double click) to "changed" and ENTER.
- right mouse click on the func.code in the menu bar:
In SE80 here is an option which does not exist in SE41: Function keF4 - Possible entries (beg your pardon; I translate only from german) . here I could choose the required function code.
Problem solved!
Thank you to everybody answering to my threat!
regards
Dirk

Similar Messages

  • How to replace the root tag in ABAP Mapping

    how to replace the root tag with the certain string in ABAP Mapping
    just like
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
         <name>Lawrence</name>
    </root>
    into
    <?xml version="1.0" encoding="UTF-8"?>
    <myRootElement>
         <name>Lawrence</name>
    </myRootElement>
    i don't want to implement it in message mapping
    please give me the sample code
    thanks in advance

    Use below code
    odocument = ixmlfactory->create_document( ).
    msgtype = odocument->create_simple_element(
    name = 'myRootElement'
    parent = odocument ).
    Thanks
    Praveen

  • How to replace/ rename a certificate after ABAP refresh in STRUST

    The system was refresh to Quality from Dev.
    My question was how do I replace (rename) the certificate from QA to DEV in strustsso2 or strust. The version of ABAP is 7.0.
    Thanks.

    Hello,
    1- Can anyone guide me, with the steps required, to install certificate in target system?
    2- How to replace PSEs in target system with ones, containing new system information after completing a system refresh?
    I assume it is done in STRUST or STRUSTSSO2.
    3- Do I need a new certificate or can I use the existing certificate?
    Points to be rewarded for any kind of small help.

  • How to get keywords colored in the abap editor

    How do i get the syntax coloring done in abap editor? Is it possible to get the different colors for different keywords in abap editor?

    Hello,
    There is no option for colour.But you can change the key words to upper case.
    For that first go to Utilities->Settings->ABAP EDITOR TAB->PRETTY PRINTER TAB.
    Now u can check INDENT and upper or lower case depending on your requirements.This is for pretty printer settings.
    Come back to your code and click on pretty printer and the keywords are changed to upper-case.
    Regards,
    Beejal
    **Reward if this helps

  • How to change the width of ABAP editor...???

    Hi all,
            Can anyone let me know to inc+/dec- the width of coding span of ABAP editor.?
    Thanks & Regards,
    Rajeev

    Hi,
    You can not change the width of ABAP editor, You can only change the compatibility because the older ABAP editor only supports 72 char length, so in your new ABAP editor you can go to utilities->ABAP EDITOR->EDITOR and check the "Downward-Compatible line length(72)" .

  • How to use Abap Editor(SE38) Test Plan Management Option

    Hi,
    I am trying to use the Test Plan Management option in Abap Editor.
    I could not find any articles/forum postings about it.
    Please guide me on the same.

    hi,,
    go through the below link for help.
    http://help.sap.com/saphelp_erp2005vp/helpdata/EN/06/27185efc5211d1bcfd080009b4534c/frameset.htm
    regards,
    bhavana

  • How to declare variable for Table type in the ABAP Editor

    Hi!
    I have Table Type 'FIELDNAME_TAB' (Table of fieldnames). I want to pass the list of fieldnames to this Table Type in the ABAP Editor.
    Can anyone help me in this?

    You would declare the internal table like so.
    data: itab type FIELDNAME_TAB.
    data: wa like line of itab.
    wa = 'This_value'.
    append wa to itab.
    Regards.
    Rich Heilman
    Message was edited by:
            Rich Heilman

  • Abap Editor's scrool bar disappeared how can I enable it back ?

    For an unknown reason my abap editor's scrool bar has been dissappeared.. I cannot navigate in codes.. I cannot find the option that enables the scrool bar. can someone help me please? thanks in advance..

    1) Check if you have any horizontol scrolling beneath the abap window.(If you are vieweing from se80)
    2) Check if your code has more than the number of visible lines in the abap editor.
    Regards,
    Ravi

  • How to enforce 72 chars/line in ABAP editor?

    Hello,
    While trying to transport a custom function module from 6.4 to 4.6C, I came to realize that 4.6C chops source lines after 72 characters.
    Is there a way to force a "word wrap" in 6.4 ABAP editor so that the code become compatible with 4.6C?
    Or, is there a way to force 4.6C to accept ABAP lines longer than 72 characters?
    Thank you in advance for your help.
    Peter

    In SE38, in the menu, 'Utilities>Settings>ABAP Editor tab-->Editor tab', you will see a check box at the bottom of the screen 'Default line length(72)'. Check that.

  • How to differentiate PO's in different colors in abap editor

    Dear sir,
              I had created five Purchse request using ME51N Transaction.  I would like to write each PO in each color using ABAP editor.
    With Regards,
    Baskaran

    Hi,
    You can try the following,
    Get the PR's you have created into a internal table, by writing a select query.
    Before writing out the internal table fields, do the following
    loop at itab.
    if sy-tabix = 1.
    format color 1  intensified on.
              skip.
              write:/1 'field1',18 '-' , 20 itab-field .
              format color off.
    endif.
    if sy-tabix = 2.
    format color 2  intensified on.
              skip.
              write:/1 'field2',18 '-' , 20 itab-field .
              format color off.
    endif
    endloop.
    You can use up to 7 different colors  from 1 to 7.
    Regards,
    Vik

  • How to install new abap editor?

    hi to all.
    i am new for abap.Can anybody please tell me steps to install new abap editor?
    I am using sap gui 710 final release patch level 2.
    Thanks.

    Hi,
    using GUI 7.10 you already got the new editor installed.
    All you have to do is to tell the system you want to use it...
    While in TA SE38 choose "Utilities" - "Settings" from the menu and check "Front-End Editor (new)". That's it.
    Peter
    P.S.: Keep in mind that the backend has to be 6.20 or later.

  • 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"

  • 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

  • Problem in ABAP editor

    Hi all,
             how can i change the maximum lenght of a row in abap editor(72).

    hi,
    Go to Abap editor,
    In menu bar- utiltities -> settings.
    Select the Abap editor tab and do the required settings.
    Hope this will help u.
    Regards,
    Aleem.

  • Pdf live cycle  form through sap abap editor to validate user input by java script coding

    I am new to apply a java script in a Adobe form.
    So i need of help that i have 9 page form of HR module i need to verify every blank field and wrong entry field also.
    I look around a lot of code but still i am not able to perform good validation in a Adobe form.
    I am using SAP ABAP editor where i am making through PDF Live cycle FORM & try to put java script validation on the field.
    My problem is that how can i link or configured to Adobe form.
    Here are some event are given "mouseup","validate" or more are given.So how i can do.
    i wrote the code like
    / Get the field value
    var f1 = this.getField("VORNA");----why it is not working.Some thing is wrong?
    var v1 = f1.valueAsString;
    if (v1) {
    } else {
       app.alert("Field: " + f1.name + " is blank.", 1);
    //above code is not working.
    but here we used rawValue() method it works , but it popup message  javascript with window error.
    if( this.rawValue()==' ' || this.rawValue==null)---------this works
    xfa.host.MessageBox("First name is blank!");---------this works
    "VORNA" is "First name" field name binding with this value.
    How we can linked java script file with Adobe form.
    Kindly help me

    You're mixing code for an acroform with code for an XFA form. SInce you're creating the form with LiveCycle Designer, it wold be better if you posted this to the LiveCycle Designer forum, if you haven't already.

Maybe you are looking for

  • I'd like Command-1, or 2-3-4 respectively, to access Tabs, do you agree?

    I'd like Command-1, or 2-3-4 respectively, to access Tabs, instead of Bookmarks on Bookmark Bar. That's how it works on Firefox 3.5.3 but Safari 4.3.4. Thus, on Firefox, Command-1 switches to the Left Most Tab, when Multiple Tabs are open. But on Saf

  • Issue with renaming a GPO. Change does not replicate to AD.

    Hello All, I have a issue when renaming a GPO in AGPM and I am not sure if this is intended behavior or not. If I rename a GPO in AGPM Change Control, it appears to rename. However, the name as seen in any other GPO tool shows the original name, and

  • Development Plan (EHP4) errors

    Hi all, I'm facing some errors on running the standard SAP Development Plan template. For Add Development Goal Using Qualification Catalog, the pop screen appears for selecting Q. In Add Development Plan Step and selecting "Add Custom Development Goa

  • Stationary/Background pictures question.

    Hello, I just had a quick question. I am a new Mac user, I have always used a PC before, and I just bought a mac which I have had for about a week. Anyways, my question is... is there any way to put stationary/background pictures on the e-mail? I can

  • Include table entries into Transport Request manually @ SM31

    Hi All, I have an issues reg table maintenance at SM31. We have a Z Table and I can add entries at SM31 to that table. But: System has not asked Transport request while saving the data (after additions to the table) Option to include in Transport Req