How to Open GUI Transaction when clicking in Hyper Link

Hello All,
I want to open GUI Transaction  when user will click on Hyper Link created in a particular column in a table view. For that I have created  Transaction Launcher ID using Transaction Launcher  Wizard. Then what will be the next step, i'm not getting. Can anybody help me out on this?
Thanks in advance,
Madhusudan

Hi,
Here is the sample code:
DATA: lr_navigation TYPE REF TO if_crm_ui_navigation_service.
lr_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
CHECK lr_navigation IS BOUND.
lr_navigation->navigate( iv_link_id = 'ZLINKID' ).
-ASB

Similar Messages

  • How to Get the value when clicking on the link

    I had a problem with when clicking on the link.
    I need get the link value to the controller when clicking on the link.
    I am displaying the database columns in jsp using repeater in links.
    I am displaying the data like this:
    RED
    BLUE
    GREEN
    these are three links.when clicking on the link RED. RED should go to the controller.
    After getting RED to the controller i will get the RED value from the database.

    my requirement is like that only
    I have just given the example of emp and dept
    emp(empno,zone_group_id,zone_id,deptno,ename,emp_p_ind,last_update_datetime);
    dept_emp(empno,dept_no,loc,dname,sal_emp,grade,last_update_datetime);
    CREATE OR REPLACE VIEW emp_zone AS
    SELECT e.empno,
          (select zone_group_id from price_zone_group where rownum = 1) zone_group_id,
           d.loc zone_id,    
           d.grade,  
           d.last_update_datetime,
      FROM dept_emp d
          emp e
    WHERE d.empno=e.empno
       AND e.emp_p_ind = 'Y'
      WITH READ ONLY;
    Now
    my requirement is to get the data of emp_zone view and needs to store those data into some other temp table
    if any of the above base table got updated deleted or inserted then the view last_updatetime also will get updated but problem is why im not using base table
    direct because it is having huge data and it performance issue .i have to get the value on the basis of view only and using some logic

  • How to open a PDF on click of a link

    Hi All,
    I have a requirement to open a PDF on click of a link on a PG.
    Should I use the Destinaion URL property???
    Where should the PDF be placed on Server???
    like eg. for .gif images we use ........java/oracle/apps/media on server
    Thanks
    Sombit.

    Generally one should use web exposed folders to save custom files like anything under $OA_HTML, can be directly opened as a link in browser. However, in cases the file is saved in a particular location in apllication unix server ,and you have full path to it, you can refer to blog entry to give user the download of file option :
    http://mukx.blogspot.com/2010/01/giving-download-option-to-user-for-file.html
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Open transaction when click in the link in sap inbox body text

    Hi all,
    Requirement :
    Have to send mail through program (not workflow) and in the mail body one link should go to the sap inbox. when user click that link it should open the transaction with passing some values to the transaction.
    Solution :
    Can we use the java script in the mail sending FM body so that we can raise a event when clicking the link in sap inbox.
    Please suggest some method to solve the problem.
    Regards,

    Hi,
    Here is the sample code:
    DATA: lr_navigation TYPE REF TO if_crm_ui_navigation_service.
    lr_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
    CHECK lr_navigation IS BOUND.
    lr_navigation->navigate( iv_link_id = 'ZLINKID' ).
    -ASB

  • How to open an image when clicking in a word.

    Im working in a demo for an interactive book for ipad using the Digital Publishing Suite > Folio Builder and i need to be able to open a specific image when clicking in a word. I havent found any tutorial that shows how to do this can somebody please point me in that right direction?  thx so much

    Download Bob Bringhurst's DPS Tips app from the app store and/or watch my lynda.com DPS Essentials Course. If you don't have a subscription you can get a free one week trial here: lynda.com library | Trial Subscription

  • New windows in Firefox 29 on Windows 8.1 don't open fully maximized when clicked through a link

    New problem in firefox 29:
    When I click a link that opens the new page in a new window, the window pops open in the last partially maximized state that it was in. Should I maximize the new window (in Windows 8.1) and close it and re-click the original link, the window opens again in the partially maximized state, not the last fully maximized state that I previously closed it in.
    To create it as I've encountered it:
    -go to https://news.google.com
    -click on any article. the default behavior should be to open the article in a new window
    -the window won't be maximized in my experience
    -you can maximize the window and then close the window/ article
    -re-click on the same article and the new window should appear again in the non-maximized state, not the fully maximized state that you closed it in previously
    One point of note. Right-clicking the same link that opens the new window and specifically choosing "Open Link in New Window" DOES open the new window in a fully maximized state. I repeat, the new window does open fully maximized when you choose "Open Link in New Window" from the right-click drop downs menu. But, this doesn't happen with the simple left-click, which I'm concerned with.

    Reverted back to version 28.0, 29 just isnt working, layout is a mess. (Ok i got the old layout back by installing and setting up Classic Theme Restorer, but once you remove the orange title bar, the screen resize bug appears.) Also its a very bad thing such a large graphical overhaul took place without prior notice. If i wanted google Chrome i would have just installed that, dont need FF to provide me with it. Might upgrade again if bugs and layout are changed, otherwise ill stay with 28.0 or maybe start using Waterfox.

  • ALV hot spot to open a transaction when clicked on a row

    hi all
           can you please suggest me where i can get the best code for
           adding hotspot functionality in ALV display  in which I have to open a  
            related transaction as we click on any row of ALV.
    Thanks in Advance.
    Naval bhatt

    try this code
    *& Report  ZBATCHNO21N                                                 *
    REPORT  ZBATCHNO21N LINE-SIZE 280    .
    TABLES : CHVW,ZMMSE_BATCH,LFA1,MAKT,MARA.
    tables : godynpro.
    TYPE-POOLS : SLIS.
    DATA : IMMSE LIKE ZMMSE_BATCH OCCURS 0 WITH HEADER LINE.
    DATA : BEGIN OF ITAB OCCURS 0,
           CHARG  LIKE CHVW-CHARG,
           MATNR  LIKE CHVW-MATNR,
           LEVEL TYPE I,
           MACID  LIKE ZMMSE_BATCH-MACID,
           LEGNO  LIKE ZMMSE_BATCH-LEGNO,
           FEDID  LIKE ZMMSE_BATCH-FEDID,
           MAKTX  LIKE MAKT-MAKTX,
           PRDATE LIKE ZMMSE_BATCH-PRDATE,
           LICHA  LIKE CHVW-LICHA,
           NAME1  LIKE LFA1-NAME1,
           LIFNR  LIKE CHVW-LIFNR,
           MBLNR LIKE CHVW-MBLNR,
           BISMT  LIKE MARA-BISMT,
           END OF ITAB.
    DATA : LEVEL TYPE I VALUE 1.
    DATA: PA_MATNR LIKE CHVW-MATNR,
          PA_CHARG1 LIKE CHVW-CHARG,
          PA_CHARG LIKE CHVW-CHARG,
          PA_MBLNR LIKE CHVW-MBLNR,
          CH_MATNR LIKE CHVW-MATNR.
    DATA : TTABIX LIKE SY-TABIX.
    DATA : V_CHARG LIKE CHVW-CHARG.
    DATA : IFIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
           WFIELDCAT TYPE SLIS_FIELDCAT_ALV,
           ILAYOUT   TYPE SLIS_LAYOUT_ALV.
    DATA : COUNTER TYPE I VALUE 1.
    DATA : V_MBLNR LIKE CHVW-MBLNR.
    SELECT-OPTIONS: MATNR FOR CHVW-MATNR OBLIGATORY NO INTERVALS NO-EXTENSION,
                    CHARG1 FOR CHVW-CHARG OBLIGATORY NO INTERVALS NO-EXTENSION,
                    WERKS FOR CHVW-WERKS OBLIGATORY NO INTERVALS NO-EXTENSION.
    START-OF-SELECTION.
    SELECT * FROM ZMMSE_BATCH INTO TABLE IMMSE WHERE ACHARG IN CHARG1 AND OMATNR IN MATNR.
    SELECT SINGLE * FROM CHVW WHERE MATNR IN MATNR AND
                             CHARG IN CHARG1 AND WERKS IN WERKS AND
                             ( BWART EQ '131' OR BWART EQ '931' ).
        MOVE CHVW-MATNR TO PA_MATNR.
        MOVE CHVW-MATNR TO CH_MATNR.
        MOVE CHVW-CHARG TO PA_CHARG.
        MOVE CHVW-MBLNR TO PA_MBLNR.
        SELECT SINGLE BISMT FROM MARA INTO MARA-BISMT WHERE MATNR EQ PA_MATNR .
        SELECT SINGLE MAX( PRDATE ) INTO ZMMSE_BATCH-PRDATE FROM ZMMSE_BATCH
        WHERE OMATNR IN MATNR AND ACHARG IN CHARG1.
    *    APPEND ITAB.
    *ENDSELECT.
    CLEAR : CHVW.
    SELECT MBLNR CHARG MATNR INTO CORRESPONDING FIELDS OF  ITAB FROM CHVW
                                  WHERE MBLNR = PA_MBLNR AND BWART = '261'.
    *READ TABLE IMMSE INDEX COUNTER.
    *SELECT SINGLE MACID LEGNO FEDID PRDATE INTO CORRESPONDING FIELDS OF ITAB FROM ZMMSE_BATCH
    *              WHERE IMATNR EQ ITAB-MATNR AND CHARG EQ ITAB-CHARG AND ACHARG EQ PA_CHARG
    *              AND SBATCH = IMMSE-SBATCH.
    *COUNTER = COUNTER + 1.
    ITAB-LEVEL = 1.
    APPEND ITAB.
    ENDSELECT.
    SORT ITAB BY MATNR CHARG.
    SORT IMMSE BY IMATNR CHARG.
    DATA : WTAB LIKE ITAB,
           TABIX LIKE SY-TABIX,
           WTAB1 LIKE ITAB.
    LOOP AT ITAB.
    TABIX = SY-TABIX.
    MOVE-CORRESPONDING ITAB TO WTAB.
    AT NEW MATNR.
    LOOP AT IMMSE WHERE IMATNR = WTAB-MATNR AND CHARG = WTAB-CHARG.
    WTAB-LEGNO = IMMSE-LEGNO.
    WTAB-MACID = IMMSE-MACID.
    WTAB-FEDID = IMMSE-FEDID.
    WTAB-PRDATE = IMMSE-PRDATE.
    MODIFY ITAB FROM WTAB INDEX TABIX.
    TABIX = TABIX + 1.
    READ TABLE ITAB INTO WTAB1 INDEX TABIX.
    IF WTAB1-MATNR NE IMMSE-IMATNR.
    EXIT.
    ENDIF.
    ENDLOOP.
    ENDAT.
    ENDLOOP.
    LOOP AT ITAB.
    *ITAB-LEVEL = LEVEL.
    SELECT SINGLE MAKTX INTO ITAB-MAKTX FROM MAKT WHERE MATNR = ITAB-MATNR.
    SELECT SINGLE LICHA LIFNR FROM CHVW INTO (ITAB-LICHA, ITAB-LIFNR) WHERE MATNR
                 EQ ITAB-MATNR AND ( BWART EQ '105' OR BWART EQ '101' )
                 AND CHARG EQ ITAB-CHARG.
    IF ITAB-CHARG CP '2IN*'.
    V_CHARG = ITAB-CHARG.
    REPLACE FIRST OCCURRENCE OF '2IN' IN V_CHARG WITH '500' .
    SELECT SINGLE LIFNR INTO ITAB-LIFNR FROM MSEG WHERE MBLNR = V_CHARG.
    ENDIF.
    SELECT SINGLE NAME1 INTO ITAB-NAME1 FROM LFA1 WHERE LIFNR = ITAB-LIFNR.
    SELECT SINGLE MBLNR INTO ITAB-MBLNR FROM CHVW WHERE MATNR = ITAB-MATNR AND
                                                 CHARG = ITAB-CHARG AND
                                                 BWART IN ('101','105','561').
    MODIFY ITAB.
    TTABIX = SY-TABIX.
    PERFORM GET_DATA.
    ENDLOOP.
    PERFORM BUILDFIELDCAT.
    PERFORM BUILDLAYOUT.
    PERFORM DISPLAYDATA.
    *&      Form  GET_DATA
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM GET_DATA .
    SELECT SINGLE * FROM CHVW WHERE MATNR = ITAB-MATNR AND
                             CHARG EQ ITAB-CHARG AND WERKS IN WERKS AND
                             ( BWART EQ '131' OR BWART EQ '931' ).
      IF SY-SUBRC = 0.
        MOVE CHVW-MATNR TO PA_MATNR.
        MOVE CHVW-MATNR TO CH_MATNR.
        MOVE CHVW-CHARG TO PA_CHARG.
        MOVE CHVW-MBLNR TO PA_MBLNR.
        ITAB-LEVEL = ITAB-LEVEL + 1.
    SELECT MBLNR CHARG MATNR INTO CORRESPONDING FIELDS OF  ITAB FROM CHVW
                                  WHERE MBLNR = PA_MBLNR AND BWART = '261'.
    SELECT SINGLE MACID LEGNO FEDID PRDATE INTO CORRESPONDING FIELDS OF ITAB FROM ZMMSE_BATCH
                  WHERE IMATNR EQ ITAB-MATNR AND CHARG EQ ITAB-CHARG AND ACHARG EQ PA_CHARG.
    TTABIX = TTABIX + 1.
    INSERT ITAB INDEX TTABIX.
    ENDSELECT.
    ELSE.
    EXIT.
    ENDIF.
    ENDFORM.                    " GET_DATA
    *&      Form  BUILDFIELDCAT
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM BUILDFIELDCAT .
    WFIELDCAT-FIELDNAME = 'LEVEL'.
    WFIELDCAT-COL_POS = 1.
    WFIELDCAT-SELTEXT_L = 'Level'.
    WFIELDCAT-OUTPUTLEN = 5.
    wfieldcat-key = 'X'.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'MACID'.
    WFIELDCAT-COL_POS = 2.
    WFIELDCAT-SELTEXT_L = 'Machine Id'.
    *WFIELDCAT-OUTPUTLEN = 5.
    wfieldcat-key = 'X'.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'LEGNO'.
    WFIELDCAT-COL_POS = 3.
    WFIELDCAT-SELTEXT_L = 'Legend No'.
    *WFIELDCAT-OUTPUTLEN = 5.
    wfieldcat-key = 'X'.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'FEDID'.
    WFIELDCAT-COL_POS = 4.
    WFIELDCAT-SELTEXT_L = 'Feeder Identification'.
    *WFIELDCAT-OUTPUTLEN = 5.
    wfieldcat-key = 'X'.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'CHARG'.
    WFIELDCAT-COL_POS = 5.
    WFIELDCAT-SELTEXT_L = 'Batch No'.
    *WFIELDCAT-OUTPUTLEN = 5.
    wfieldcat-key = 'X'.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'MATNR'.
    WFIELDCAT-COL_POS = 6.
    WFIELDCAT-SELTEXT_L = 'Part No'.
    *WFIELDCAT-OUTPUTLEN = 5.
    wfieldcat-key = 'X'.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'MAKTX'.
    WFIELDCAT-COL_POS = 7.
    WFIELDCAT-SELTEXT_L = 'Part Name'.
    *WFIELDCAT-OUTPUTLEN = 5.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'LICHA'.
    WFIELDCAT-COL_POS = 8.
    WFIELDCAT-SELTEXT_L = 'Supplier Lot No'.
    *WFIELDCAT-OUTPUTLEN = 5.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'NAME1'.
    WFIELDCAT-COL_POS = 9.
    WFIELDCAT-SELTEXT_L = 'Supplier Name'.
    *WFIELDCAT-OUTPUTLEN = 5.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'PRDATE'.
    WFIELDCAT-COL_POS = 10.
    WFIELDCAT-SELTEXT_L = 'Production Date & Time'.
    *WFIELDCAT-OUTPUTLEN = 5.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    WFIELDCAT-FIELDNAME = 'MBLNR'.
    WFIELDCAT-COL_POS = 11.
    WFIELDCAT-SELTEXT_L = 'Material Document No'.
    WFIELDCAT-HOTSPOT = 'X'.
    WFIELDCAT-NO_OUT = 'X'.
    **WFIELDCAT-OUTPUTLEN = 5.
    APPEND WFIELDCAT TO IFIELDCAT.
    CLEAR WFIELDCAT.
    ENDFORM.                    " BUILDFIELDCAT
    *&      Form  BUILDLAYOUT
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM BUILDLAYOUT .
    ILAYOUT-ZEBRA = 'X'.
    ILAYOUT-COLWIDTH_OPTIMIZE = 'X'.
    *ILAYOUT-F2CODE = '&IC1'.
    ENDFORM.                    " BUILDLAYOUT
    *&      Form  DISPLAYDATA
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM DISPLAYDATA .
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                = ' '
    *   I_BUFFER_ACTIVE                   = ' '
       I_CALLBACK_PROGRAM                = SY-REPID
    **   I_CALLBACK_PF_STATUS_SET          = 'PFSTATUS'
       I_CALLBACK_USER_COMMAND           = 'USERCOMMAND'
       I_CALLBACK_TOP_OF_PAGE            = 'TOPOFPAGE'
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
    *   I_GRID_TITLE                      =
    *   I_GRID_SETTINGS                   =
       IS_LAYOUT                         = ILAYOUT
       IT_FIELDCAT                       = IFIELDCAT
    *   IT_EXCLUDING                      =
    *   IT_SPECIAL_GROUPS                 =
    *   IT_SORT                           =
    *   IT_FILTER                         =
    *   IS_SEL_HIDE                       =
    *   I_DEFAULT                         = 'X'
    *   I_SAVE                            = ' '
    *   IS_VARIANT                        =
    *   IT_EVENTS                         =
    *   IT_EVENT_EXIT                     =
    *   IS_PRINT                          =
    *   IS_REPREP_ID                      =
    *   I_SCREEN_START_COLUMN             = 0
    *   I_SCREEN_START_LINE               = 0
    *   I_SCREEN_END_COLUMN               = 0
    *   I_SCREEN_END_LINE                 = 0
    *   IT_ALV_GRAPHICS                   =
    *   IT_HYPERLINK                      =
    *   IT_ADD_FIELDCAT                   =
    *   IT_EXCEPT_QINFO                   =
    *   I_HTML_HEIGHT_TOP                 =
    *   I_HTML_HEIGHT_END                 =
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        T_OUTTAB                          = ITAB
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM.                    " DISPLAYDATA
    FORM TOPOFPAGE.
    DATA : ILISTHEADER TYPE SLIS_T_LISTHEADER,
           WLISTHEADER TYPE SLIS_LISTHEADER,
           TEXT(100),
           TEXT1(50),
           SPACES(5).
    SPACES = '     '.
    WLISTHEADER-INFO = 'LOGAN Product Traceablity Report'.
    WLISTHEADER-TYP = 'H'.
    APPEND WLISTHEADER TO ILISTHEADER.
    CONCATENATE 'NIP Code :' CHARG1-LOW INTO TEXT SEPARATED BY SPACE.
    CONCATENATE 'Pricol Part No :' MATNR-LOW INTO TEXT1 SEPARATED BY SPACE.
    CONCATENATE TEXT TEXT1 INTO TEXT SEPARATED BY SPACE.
    WLISTHEADER-INFO = TEXT.
    WLISTHEADER-TYP = 'S'.
    APPEND WLISTHEADER TO ILISTHEADER.
    CLEAR TEXT.
    SELECT SINGLE BISMT FROM MARA INTO MARA-BISMT WHERE MATNR IN MATNR.
    SELECT SINGLE MAX( PRDATE ) INTO ZMMSE_BATCH-PRDATE FROM ZMMSE_BATCH
      WHERE OMATNR IN MATNR AND ACHARG IN CHARG1.
    CONCATENATE 'Customer Part No :'  MARA-BISMT INTO TEXT SEPARATED BY SPACE.
    WLISTHEADER-INFO = TEXT.
    WLISTHEADER-TYP = 'S'.
    APPEND WLISTHEADER TO ILISTHEADER.
    CLEAR TEXT.
    CONCATENATE 'Date & Time:'
                ZMMSE_BATCH-PRDATE INTO TEXT SEPARATED BY SPACE.
    WLISTHEADER-INFO = TEXT.
    WLISTHEADER-TYP = 'S'.
    APPEND WLISTHEADER TO ILISTHEADER.
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
      EXPORTING
        IT_LIST_COMMENTARY       = ILISTHEADER
    *   I_LOGO                   =
    *   I_END_OF_LIST_GRID       =
    ENDFORM.
    FORM USERCOMMAND USING PUCOM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
    CASE PUCOM.
    WHEN '&IC1'.
    IF SELFIELD-FIELDNAME = 'MBLNR'.
    SET PARAMETER ID 'MBN' FIELD SELFIELD-VALUE.
    CALL TRANSACTION 'MIGO' AND SKIP FIRST SCREEN.
    *GODYNPRO-ACTION = 'Display'.
    ENDIF.
    ENDCASE.
    ENDFORM.
    *FORM PFSTATUS USING EXTAB TYPE SLIS_T_EXTAB.
    *SET PF-STATUS 'ZSTANDARD'.
    *ENDFORM.
    regards
    shiba dutta

  • How to open a showDetailItem when click on a commandImageLink

    hi to all,
    i am using Jdeveloper 11.1.1.5.0 Release1
    I am working on a jsf fragment page in which there is 3 showDetailItem(TAB) and, there is a commandImageLink on 1st showDetailItem by which i want to open the second showDetailItem...
    -For this i have created a method in manage bean and call it on the actionListener of the commandImageLink,the second showDetailItem gets open but the content of the second showDetailItem is not visible on the page and then if u refresh the page then content will visible...
    this is the fragment Page code..
    <af:commandImageLink text="Shopping" id="cil1"
                                               actionListener="#{pageFlowScope.managedBean1.shoppingLink}"
                                               binding="#{pageFlowScope.managedBean1.shopHome}"
                                               partialSubmit="true"/>And Code for actionListener in the manage Bean is...
              public void shoppingLink(ActionEvent actionEvent)
                System.out.println("inside the shopping");
                shopTab.setDisclosed(true);            
                AdfFacesContext.getCurrentInstance().addPartialTarget(shopTab);
              }Plaease give the solution thank you.

    try using action instead of actionListener. or declare richshowDetailItem, generate getter/setter and try to disclose.

  • How to show entire TOC when clicking a CSH link

    I am maintaining 2 separate help projects for 2 separate
    applications. Both use map files and ids to open csh topics. There
    is a main help link in the header of the application that is
    supposed to open the entire help file, including the table of
    contents, with the focus on the first page of the help.
    In the one application, I have the link in the header going
    to the map id for the first page of the help, and the entire help
    file opens, including the TOC. In the other application, I have the
    link in the header going to the map id for the second page of the
    help (the other help project), and instead of the entire help
    opening, I just get the csh page I linked to without the TOC. I
    need the header link to open the entire help. Any suggestions? I
    know that one project is looking for the first page of the help and
    the other project is looking for the second page, but does that
    really make a difference? I remember having this project link to
    the first page before, and the entire help didn't open then either.
    I don't know why it would function differently for the different
    apps/projects, as they are set up identically.
    I hope this makes sense.

    We have had this exact same issue, the TOC sometimes not
    opening when WebHelp is launched from a CSH link. The behavior is
    inconsistent, as you've indicated.
    I've searched and found no solutions, and Adobe appears to
    not recognize it as an issue.
    Frankly, this and a number of other issues we're having are
    leading me to lean towards dropping RH altogether. It is simply too
    buggy.

  • I have installed Elements 13 on my Mac but can't see how to open it. When I click on the disk icon it takes me to an information page that gives no information about opening Elements 13.

    I have installed Elements 13 on my Mac but can't see how to open it. When I click on the disk icon on the desktop it takes me to an information page that gives no information about opening Elements 13. How do I open the software so that it can be used?

    Unfortunately, when I open applications, adobe photoshop elements 13 folder does not appear in the adobe folder. It appears as a disk on the desktop, only.

  • How to make it selected when clicked and open popup

    Hi,
    I 've a form in the parent page with many form elements.
    I've 2 radio buttons with values "Yes" and "No". I am opening a modal popup when clicked on "Yes" radio button. The modal popup is opening fine.
    But when I click "Yes", it' s not selected. After modal popup is closed, when I return to parent page, the option "Yes" is still not selected.
    How to make it selected when clicked and open popup?

    Perhaps try moving the application to your preferred desktop and then right-click it's dock icon > options > Assign to This Desktop.

  • I accidentally quit my CC on my Macbook pro and now the cloud icon is grayed out and every time I hover over it with the mouse I get the spinning beach ball of death on the icon. I have no idea how to open it because when I use spotlight search to open it

    I accidentally quit my CC on my Macbook pro and now the cloud icon is grayed out and every time I hover over it with the mouse I get the spinning beach ball of death on the icon. I have no idea how to open it because when I use spotlight search to open it it gives me a message saying "Creative Cloud is not open anymore" help!

    Since you didn't include any pertinent info such as the Mac model and OS version you are running, here is some general information:
    Mac OS X: Gray screen appears during startup
    Depending on which OS yours came with originally - and which OS you are now running - you would either need your original install disks - you can call Apple for replacements by giving them your serial number. Or you may be able to reinstall the OS by using recovery (again, depends on which model/which OS).

  • When clicking on a link, the results go to download folder; how do I get the results to display on my monitor?

    When clicking on a link within our Website, the PDF results go to my download folder. To view my PDF results, I am required to go to my Adobe Reader and open that corresponding PDF file. It would be great if I could simply view the PDF on the screen without having to go to Adobe Reader (v. 10.1.4). Thanks for any assistance or guidance on this issue.

    Hello,
    Check your PDF settings at:
    * Tools (or [[Image: New Fx Menu]]) > Options > Applications
    It might be set to "Save", change it to "Preview in Firefox" or any other alternative of your choice.
    Let us know if that solves your issue!

  • Adobe is not opening when clicking on a link in Internet Explorer

    We are using pdf format is order to give our clients detailled information about their accounts.
    Unfortunately, when the client clicks on our link in Internet Explorer, our client receives an error message of adobe (needs to be c
    losed, we would like to apologize for the inconvenience).
    If the client opens up his adobe first, then he can open his file while clicking on the link.
    According to us, this must be an error between Internet Explorer and Adobe.
    Another thing is, that when the clients logs in as administrator of the computer, it works. If the client is not the administrator a
    nd is in another session, it is not working. We already have created a new session of Windows too.
    We already installed the latest version of Acrobat Reader and the latest version of IE7. Unfortunately, without any results.
    Can you please give us a solution?
    Yours sincerely,
    Bart De Koninck
    Operating System: Windows XP Professional
    Browser: Microsoft IE

    I have identified the cause of this problem. Spybot S &D 2 Beta was installed on this machine, and it was the culprit. I have informed the vendor, and replaced it with production version 162 of Spybot S &D. The problem is no longer present.

  • How to open a Template when Pages is already open

    I have just copied and pasted some text into a blank pages document.  I want to convert this doc. to a letter head that I made a template for.
    I would like to open the template, then copy/paste the first doc info into the template doc.
    I haven't been able to figure out how to open a template when a document is already open.

    Sorry,  P5.2, Mavericks.
    I did set the preferences to New Documents> Use Template: Blank, to stop endlessly having to choose a template when I don't need one.
    When I pull down File, there is no New from Template Chooser.  File>New just opens another blank file.
    To check, I went back and enabled "Show Template Chooser".  Now it demands I choose a template whether I want to or not.
    OK, it seems Apple is forcing you into either/or.  I want both/and.  I don't want to be forced to choose a template when 99% of the time I don't want anything but a blank file.  It is a nuisance.  But the occasional time I am composing something and decide it would be better off as a universal doc with letter head, I am stuck and cannot choose open a template so I can stick the material in it.
    The options are lousy.  Close/save the doc, reset the preferences to templates, shut down Pages, restart pages, select template, open old doc, copy/past old text into new template.  Or, while the original doc is open the first time, I could go find a stored doc with the right letter head template, open it, copy/paste the previous text into the letter head doc (and delete everything else).
    Neither of these options is worth a wooden nickel.  Apple needs to think this one through again.  Like have multiiple buttons with View on it, doing different things.  At least they got rid of using the paragraph symbol for two or three different functions.

Maybe you are looking for

  • PL/SQL TABLE AS A PARAMETER TO PSP

    Hello ! In a PSP application one of the pages is retrieving rows more than 10, and the limitation for the same is to display only 10 rows a page. Same can be done using OWA_UTIL but only if you are having a query to pass as one of the parameters. I'm

  • Error in the report

    Hello Experts, We are facing the below error for one of the report Error Codes: OAMP2OPY:U5V5TIAH DXE expression interpreter error. Invalid "alias" attribute value. Source name: . XML: <sawxd:expr xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

  • [vmware] Best way to share files between host and client

    Good afternoon! I have successfully installed VMware server on my machine and set up a virtual machine, powering Windows XP for study issues (emulation via wine does not do the trick for me). The virtual machine runs fast and stable but does not meet

  • FaceTime resolution

    After upgrade to Lion OS, the FaseTime app opens in a very low resolution and out of focus.  However this issue gets resolved only when iChat is opened and the switched to preferences for video, the resolution and auto focus gets corrected in FaceTim

  • Error updating to iOS 5.1

    Help! I can't download iOS 5.1! I tried everything from restoring to changing the DNS. Tried on iPod and over wifi and Ethernet on iTunes. On my iPod it says error occurred while trying to update. In iTunes in say network connection could not be esta