MIRO : Click Event Link to PO Display transaction

Hi
I am using MIRO transaction.
I have added new custom tab along with PO reference/GL account tab.
In Custom tab i have called subscreen with table control and added few fields including
PO number field. Now when i click PO number it has to go PO display screen like one already exist in PO reference tab.
I followed below solution but does not work out.
->In subcreen PAI,i wrote
      FIELD WA_TC_LIV-EBELN    Module call_me23n.
MODULE CALL_ME23N INPUT.
GET CURSOR FIELD WA_TC_LIV-EBELN.
if sy-subrc = 0.
call transaction 'ME23N'.
endif.
ENDMODULE.    
But when i click outside tab also its goes to display transaction. I need it to work only on
Click of particular PO number.
Pls advice.
Regards

Hi
Thanks for support
I solved myself doing below. just for reference
  data: cursorfield(30) type c,
        cursorline(30) type c,
        cursorvalue(30) type c.
  GET CURSOR FIELD CURSORFIELD LINE CURSORLINE VALUE CURSORVALUE.
  IF NOT CURSORVALUE IS INITIAL.
    CASE CURSORFIELD.
      WHEN 'WA_TC_LIV-EBELN'.
       SET PARAMETER ID 'BES' FIELD CURSORVALUE.
        CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
    ENDCASE.
  ENDIF.
Edited by: princeck on Oct 14, 2011 7:45 AM

Similar Messages

  • Right Click Event & Link To

    Hi All,
    What is the use of LinkTo Property in Item Object. What is the advantage of it
    When the Right Click Event Fires. I tried on form  but doesn't work.

    Hi Manish,
    oItem.LinkTo is used for
    1. Labels (StaticText) to get the "white line" that connects the edittext.
    2. Links/Orange Arrow (LinkedButton) to connect them with a edittext. than the Arrow knows where to take
    the value from
    the RightClick Event is in an own EventHandler ! also be sure you enabled it in your EventFilter
    lg David

  • How to display link content on the the same sharepoint page on click event

    "How to display link content on the the same sharepoint page on click event"
    Detail:
    we are using a document library where all html files are stored/uploaded.  we would like to display/open the html file on the same sharepoint page where all the files are listed.
    Thanks.

    Use jQuery and set the target to self to the anchor tag
    Regards,
    Sairam Avacorp Technologies

  • Field and Link T. Code selection for display transaction

    Hi,
    I want to know the transaction code with which we can customize whixh field to be disply when we execute  the display transaction like ME2L  ,ME2M  ,MB5B  , MB51 etc. and as when we click on PO in ME2M we directly switch to ME23N how to do configuration of all this.
    regards,
      zafar

    Hi
    Any report like ME2M, ME2K, ME2L, MB51 already link has been provided . If you click on the purchase order number, material etc., it will take to the dispaly of the particular screen.
    Thanks
    raman

  • Capture URL Link click event in ProcessFormRequest

    Hi All,
    I have requirement to capture the event and do some validation/dialog page whenever a URL Link is clicked on my Page.
    I can handle the button click event in ProcessFormRequest, if I use a Button and sets its destination URI to a URL
    However, if its a standard hyperlink or Image and Destination URI is set. The event is not being captured in ProcessFormRequest.
    Is there any other alternative, apart from changing the Image to Button. Thats the restriction. Its has to be Image.
    Or how to capture that event, when the URL is clicked.
    Rgds
    Rakesh

    Hi
    Many thanks for the update.
    The page I am working on is the standard Oracle Page ( Receiving Home Page in iProcurement). This page has table of Requisitions which can be Received.
    Express Receive image is present corresponding to each Requisition in the tablelayout.
    Once the express receive is clicked ( Destination URI property is set to OAFunc= Final Review Page Parameter= Req Header ID), the Review page is displayed with Submit button.
    So as to change the ActionType of the Express Receive Image, I need to then customize the page and also extend the standard Controller code.
    Instead just extending the COntroller to capture the URL click event
    I guess, the URL click event cannot be captured in Controller. Hence the Property has to be changed and handled by code.
    What i am worryin for this solution is that, whether the specific Requisition Header ID which is passed on the URL link, can be passed similiarly while writing the code for the Action Type of the Express Image. Or the code would though take to Review Page but miss out the specific Req Header ID against which it was clicked.
    Pls advise
    Thanks
    Rakesh

  • Urgent: How to link two KM Navigation iviews (on click event)

    Hi,
       I want to display the preview of one KM Navigation iview on the click event of some link in another KM Navigation iview. Plz tell me how to proceed ..
       Thanks in advance !!

    Hi,
    Evenif I use portaleventing I will have to use Iframe in destination component which I want to avoid in first place, what is the use of destination component if it is going to call Iframe in the end?
    If destination component navigates to some other Iview then it wont listen subsequent calls from calling component/ Iview on the top.

  • How to display an alert message on click of link in tableview

    Hi,
    Following is the code for a tableview in layout section of a BSP( i have specified only one tableview column here). The requirement is to display an alert message on click of link in the first column that is "evbeg". Can anyone please help me how to achieve this? Appreciate quick response on this.
    CREATE OBJECT lr_dateiterator TYPE cl_lso_bsp_it_trdates
                EXPORTING im_application = application
                im_tform = trainingform.
            <htmlb:tableView id            = "dates"
                                 table         = "<%= dates %>"
                                 iterator      = "<%= lr_dateiterator %>"
                                 width         = "100%"
                                 rowCount      = "<%= lp_len %>"
                                 footerVisible = "FALSE"
                                 sort          = "SERVER" >
                  <htmlb:tableViewColumn columnName    = "evbeg"
                                         type          = "user"
                                         title         = "<%= otr(LSO_FRONTEND/schedule) %>"
                                         tooltipHeader = "<%= otr(LSO_FRONTEND/schedule) %>"
                                         sort          = "TRUE" >
                  </htmlb:tableViewColum>
    Thanks and Regards,
    Archana.

    you have to code in the iterator for this.
    in the render_cellstart method of the iterator you need to code.
    this is for a column.
    when 'MATNR'.
    data: text type string.
    text = 'disp_alert()'.   "this java script i placed in the page
    data: lo_link type ref to cl_htmlb_link.
      create object lo_link.
         lo_link->id = p_cell_id.
         lo_link->onclientclick = text.
         lo_link->text = <fs>-matnr.
         p_replacement_bee = lo_link.
    below is the java script i added in my page..
    <  sc ri   pt type="text/javasc ript"   >
    f u n  ction disp_alert()
    a  l e  rt("helloworld");
    < /s  c ript >

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • When links are clicked, they do not fully display the NEW page until the mouse is moved.I know it is a current bug, and appears in no other browsers that I know of.

    It was pointed out that my links do not function correctly on Firefox on a Windows platform. When links are clicked, they do not fully display the NEW page until the mouse is moved! I have now observed it for myself on my fathers PC running Windows XP on Firefox.My PC is on Windows7
    It is the 5 version of Firefox, so I know it is a current bug, and appears in no other browsers that I know of.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4+ you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Double click event in ALV Display

    Hi
      I am using Reuse_alv_grid_display for dis[playing ALV. Now I want to handle double click event on a perticular Single column.
    Pls provide code.

    Hi,
    Check this example..If you double click on the purchase order field, it will take you to the corresponding PO in ME23N..
    TYPE-POOLS: slis.
    DATA: gt_fieldcat TYPE slis_t_fieldcat_alv.
    DATA: BEGIN OF wa_ekko,
    ebeln like ekko-ebeln,
    ekorg like ekko-ekorg,
    ekgrp like ekko-ekgrp,
    END OF wa_ekko.
    DATA: v_repid TYPE syrepid.
    v_repid = sy-repid.
    DATA it_ekko LIKE STANDARD TABLE OF wa_ekko WITH HEADER LINE.
    SELECT * UP TO 100 ROWS
    FROM ekko
    INTO CORRESPONDING FIELDS OF TABLE it_ekko.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
         EXPORTING
              i_program_name     = v_repid
              i_internal_tabname = 'WA_EKKO'
              i_inclname         = v_repid
         CHANGING
              ct_fieldcat        = gt_fieldcat.
    Pass the program.
    v_repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
         EXPORTING
              i_callback_program      = v_repid
              it_fieldcat             = gt_fieldcat
              i_callback_user_command = 'USER_COMMAND'
         TABLES
              t_outtab                = it_ekko.
          FORM display_detail                                           *
    -->  UCOMM                                                         *
    -->  SELFIELD                                                      *
    FORM user_command USING ucomm LIKE sy-ucomm
    selfield TYPE slis_selfield.
      IF ucomm = '&IC1' AND selfield-fieldname = 'EBELN'.
        READ TABLE it_ekko INDEX selfield-tabindex.
        IF sy-subrc = 0.
          SET PARAMETER ID 'BES' FIELD it_ekko-ebeln.
          CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
        ENDIF.
      ENDIF.
    ENDFORM.
    Thanks,
    Naren

  • When at the "results" page of a search, clicking on "blue" link does not display webpage. Copying "green" urldoes.

    When at the "results" page of a search, clicking on "blue" link does not display webpage although url is shown in address bar. Copying "green" url, shown at bottom of a result, into address bar and hitting "enter" goes to the address and displays the page. Have tried different selections at tools/options with no change. Is there some other setting that needs to be changed?

    Sorry, this is bad reply. I wanted to write this reply to another question.

  • How to display internal frame on click event from another internal frame

    hi me developing desktop application in netbean. i have some problem. plz reply me as soon as possible. feedback me on [email protected]
    1. I want to invoke an Internal Frame by click event that is in another internal frame. how i do it. I tried my best
    2. how can i call reports (ireports) from swing application

    Read the JInternalFrame API. You will find a link to the Swing tutorial on "How to Use Internal Frames" which contains a working example.

  • App Store displays "too many HTTP redirects" after I click a link of the app from a browser. Help.

    when i click a link to the app on the app store the browser closes and opens up the app store. after 3-5 seconds, a message pops up saying "too many HTTP redirects"
    i tried to reset all settings, still the same error
    i tried changing DNS servers, still the same error
    i tried changing security encryption on the wifi router, still the same error
    i tried to free up available space to 3GB, still the same error
    i restarted, still the same error
    This error occured 2 days after i updated the device to 6.1
    the app store alone works fine, but when i clicked a link of the app from a browser, the app store displays this.
    I'm using iPad Mini 16GB wifi
    can someone help us eliminate this annoyance (or bug, i might call it)

    It may be some apps on your iphone that is causing that.
    Nope. The security on iOS means that no app can interfere with the OS or any other app. An app may crash, but it cannot cause any other app to crash or misbehave, and no app can affect system functionality, like networking.
    you could download a virus protecter from the app store if you can acseess the app store.
    Nope. The same security in iOS means that not only are there no viruses (or malware of any other kind) for iOS, but also that anti-virus apps are not possible. They would not be able to scan anything except themselves, which would be singularly unuseful. Thus, there are not actually any true anti-virus apps in the App Store. There are a couple that can scan your e-mail for you, but that is achieved through connecting to the IMAP server where your e-mail is stored. They cannot scan the phone.

  • How to catch click event on a link from an applet

    how to catch click event on a link from an applet

    The applet has to call a mouse listener:
    public class Applet extends Applet
                   implements MouseListener, MouseMotionListener
    The mouse methods must be included, here is the one to catch a click
    public void mouseClicked(MouseEvent e)

  • Why The previous URL is displayed when i click a link

    Hi,
    Iam using netbeans with visual web pack to develop some web application.
    When i click a link, let's say from home to stock, the correct page (stock.jsp) is displayed but the url still shows the homepage.
    Could you please explain me how to fix this?
    Thank you.

    Winston answers your question in this blog entry: http://blogs.sun.com/winston/entry/relative_url_problems_forward_vs

Maybe you are looking for

  • How to upgrade weblogic domain from 10.3.2 to 10.3.6, with em modules

    I have upgraded the 10.3.2 Weblogic domain to 10.3.6 Weblogic domain, 10.3.2 domain contains the EM, JRF WL Add-on services. After upgrade EM, JRF services loading was failed. setDomainEnv.sh settings were overwritten. Domain upgrade will support FMW

  • Max line items in FI reached..

    Hi,     We are posting an invoice using MIRO and it is giving an error that "Max line items in FI has reached". So is there any way that we can post if the total line items are more than 999. Regards>

  • I redeemed $25, my previous bal THEN VANISHED

    I had a balance of $31 dollars for MY APPLE ID I bought an itunes card valued at $25, I then REDEEMED that card and INSTEAD OF MY BALANCE becoming $56 <--- Like It Should Have...... My NEW Balance showed ONLY $25,    Yes, I logged out and logged back

  • Toolbar Bookmarks = Broken in FF 4.0

    In FF4.0, my Toolbar bookmarks do not do anything when I click on them. And I can not open a new tab by clicking on the "+" for new tabs.

  • Password change won't work outside webmail?

    Hi all, I changed my email password about 4 hours ago because I suspected I had typed my data into a phishing scam (luckily I realised within about 30 seconds what I had done, so I immediately went to the main BT site and changed my password from the