Refresh functionality in portal

Dear Experts,
I'm facing issue regarding REFRESH functionality in WDP ..The issue is i have REFRESH(FPM Button) on my screen and when ever the user clicks on it , the screen should refresh(should come to initial state).
And on refresh button event, i'm launching the screen by using below code.
But, when appl'n is tested from portal, it is working incorrectly. If i pass parameter use_suspend_plug = ' ', first time on click of refresh button in portal,it is opening screen in portal it self, and on second click of refresh button in portal screen, it is opening screen in new window.
Is it better to launch the appl'n or to refresh/clear all the screen element values and bind it again?... Here i have one more probelm, the ex-developer of the component has declared some attributes(nearly 15 attributes) in view controller(which cannot be access in component controller) and i cannot read those view controller attributes in component controller. so that i can read those attributes and clear the values( which is not possible now).
Pls help me to achieve REFRESH(F5) functionality .
Thanks
KH

Hi,
My issue is resolved.
Steps followed :
1) Created an event in component controller( in events tab)
2) In process_event of component controller, the created event is fired.
3) And that event can be handled in any of the view controller's by declaring method in view controller
    with method type as event handler and in event->select the event created in component controller.
4) Proceed further with the required functionality.
Thanks
KH

Similar Messages

  • I Want to Implement MS Office Project like functionality in Portal

    Hi Experts, I am having a requirement to implement MS Office Project functionality in Portal, Does any one know from where should I start , for creation of application . Does any one have implemented such functionality in portal,
    Thanx in Advance.
    Regards

    hi,
    i think post these query under portal option ..there u can get a solution...

  • Refresh rate in portal

    hi all
    i need your help to give me the solve of my issue
    i need to increase the refresh rate of portal
    10g on unix 5.10
    MANY THANKS

    Sounds like an interesting feature. What is the 'refresh rate' of Portal ?

  • My Trips and Expenses - tab refresh functionality

    Hi Experts,
    Only one tab from My trips and Expenses screen is getting refreshed after clicking 'My trips and Expense' link. I found SAP note 1542417, which says after implementation of note 1495681 or corresponding support package, the refresh of POWL query in WDA version of Travel application is not done for all tabstrip in the same time for performance reason.
    After implementing SAP note 1542417, manual setting is required in IMG to set URL parameter &SAP_FITV_REFRESHA=X, to refresh of POWL query parallel for all tabstrip. I followed the steps given in the note to make the refresh functionality parallel, but still only active tab is getting refreshed. Please let me know if any action is required after maintaining the URL parameter.
    Kindly help me in this.
    Thanks,
    Siva Sankar

    Hi Lasse,
    I can't directly relate to the problem because I'm on EHP6. But I've taken a look at the note and the coding. You should debug WDYN FITV_POWL_TRIPS Eventhandler "HANDLE_DEFAULT" of Window "TRAVELLER" around. Serach for "*OCA 1542417", set an external breakpoint there.
    Maybe the parameter isn't correctly retrieved from the URL. Alternatively maybe the subsequently fired plug and the Init-Hooks handle the parameter incorrectly.
    I hope this helps a bit with the analysis.
    I wouldn't be surprised if this simply is a standard problem, there have been tons of standard problems with POWL...
    Cheers, Lukas

  • Refresh function - RSS as Rest again

    Hello,
    Maybe by design but I noticed some strange behaviour
    When using Refresh(rss!channel!item) (e.g. refresh RSS when used as REST) it doesn't actually refresh the data or at least it's not visible in the gallery displaying the data.
    No errors, viewing the feed directly in browser shows updated articles but the gallery doesn't update till reload of the application itself.
    This happens regardless of how the refresh is called (button, timer, etc.).
    Some context or guidance would be helpful.
    Update:
    I've added the same RSS feed as RSS with a refresh and that one does work after a while (assume there is a mandatory delay to avoid too many requests).
    Could it be that it's not working because when refreshing Refresh(rss!channel!item) you are actually not targetting the whole feed but just the needed data part?
    Regards
    StonyArc
    http://www.stonyarc.com http://www.xboxlivenation.com

    Hello Ayuba,
    This will not work as this is mixing records and tables
    Assume http://feeds.mashable.com/Mashable is used to expose complex features of RSS/atom (images / media / nested categories) exposed as Rest Datasoure.
    In your formula logic this would become 
    Clear(RSSREST);Refresh(Mashable); Collect(RSSREST,Mashable!channel!item)
    This doesn't work as that's a record and not a table. The table resides in [item] (see also data sources)
    To expose the table you would then again use
    Clear(RSSREST);Refresh(Mashable!channel!item); Collect(RSSREST,Mashable!channel!item)
    which brings you back to the original problem, it's just transfered into a collection.
    The data is not refreshed via the refresh function if RSS is used via REST as data source as the data is not reloaded in the refresh function.
    Exposing the RSS as RSS datasource with the [rss_1] in the root does refresh as a charm.
    Any other suggestions?
    Regards
    StonyArc
    http://www.stonyarc.com http://www.xboxlivenation.com

  • Can I extend functionality of Portal Reports / wizard?

    Is there a way to extend the functionality of Portal Reports? I'd like to add some output formatting options to the existing Portal reports functionality, and I don't want to write a complete portlet to do it. I know that I can edit the package after the wizard creates it, but if anyone runs the wizard again, I'll lose my modifications. Can I modify the code generator/wizard?
    Thanks

    Is there a way to extend the functionality of Portal Reports? I'd like to add some output formatting options to the existing Portal reports functionality, and I don't want to write a complete portlet to do it. I know that I can edit the package after the wizard creates it, but if anyone runs the wizard again, I'll lose my modifications. Can I modify the code generator/wizard?
    Thanks

  • How to write perfect refresh function for each module in flex4 web application

    hi all,
      I am doing web application, i am using 5 modules in that,every module in a single page.
    In this application i am using datagrid in last 3 models. the operation is same for the models, select a record from grid then click post it should move to next page.
    In that i am writting init() function . this for showing the last module posted records here while i am entering this model.
    At the panel initializing time the records loading and showing in the gird,
    i written refresh function for this .
    But some times the function working properly and show the records in grid.
    some time it wont show the records.
    refresh function not working properly..
    looking for usful suggession,
    Thanks,
    B.venkatesan.

    hi all,
      I am doing web application, i am using 5 modules in that,every module in a single page.
    In this application i am using datagrid in last 3 models. the operation is same for the models, select a record from grid then click post it should move to next page.
    In that i am writting init() function . this for showing the last module posted records here while i am entering this model.
    At the panel initializing time the records loading and showing in the gird,
    i written refresh function for this .
    But some times the function working properly and show the records in grid.
    some time it wont show the records.
    refresh function not working properly..
    looking for usful suggession,
    Thanks,
    B.venkatesan.

  • How to deactivate Internet Explorer's REFRESH Functionality ?

    Hello All,
            I want to deactivate the REFRESH Functionality of the Internet Explorer.
    Can we acheive this ?
    If yes can anyone guide me ?
    Regards,
    Deepu.K

    Deepu,
    As you mentioned in other thread, the problem is because of stateful mode...
    What i suggest you is, in your child window after the downloading the files,make your application as stateless dynamically..Anytime you can change it as stateful too..
    [SAP allows changing the mode dynamically using program.
    * To Change the BSP application to Stateless mode use the below syntax,the application is executed statelessly.
    runtime->keep_context = 0.
    * To Change the BSP application to Stateful mode use the below syntax,the application is executed statefully.
    runtime->keep_context = 1.
    Make it as stateless & clear the variables
    FREE: gv_event,display_url. "OR
    Clear: gv_event,display_url.
    Raja T
    Message was edited by:
            Raja Thangamani

  • Refreshing an entire Portal

    Hi,
    Is there an easy way of refreshing an entire portal, i.e firing the begin method of every portlet?
    I want to change a variable on globalApp and then have this change relected in all the open portlets.
    Thanks in Advance,
    Alex.

    U could try using the refreshAction attribute in each portlet or in the global app. I use it in several portlets. If you simply want it to call begin, you can just point the refreshAction to begin.
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:portlet definitionLabel="regPortlet" packed="false" title="UserRegistrationController">
    <netuix:content>
    <netuix:pageflowContent contentUri="/portlets/spt/UserRegistration/UserRegistrationController.jpf" refreshAction="begin"/>
    </netuix:content>
    </netuix:portlet>
    </portal:root>

  • Itunes 10.1.1 will not show all podcast updates via Refresh function

    I am having a problem with my podcast not refreshing on the itunes podcast page when a publish a new episode. If I use the "show all available episodes" function the episode appears but if I click refresh or the automatic update functions the podcast is not new seen.
    This is only a problem with itunes 10.1.1 on OS X 10.6.5, the refresh function operates on my windows machine using the latest itunes version. I am awaiting a response from Libsyn where my podcasts are based but I was wandering if anyone is having any similar problems.
    Once the podcast is selected as previously mentioned, download and play is normal

    Thank you but alas the Store's check available downloads facility does not work for podcasts.
    This problem has only appeared since the last itunes update to my knowledge. It may well be an rss related issue as it does not seem to effect other podcast's new episodes, though I cannot see why it should only be a problem on my Mac...and all subscribe settings are constant for all podcast issuers on both platforms...It might just be a hidden setting somewhere but I've tried everything

  • Block "Refresh" function during the calculation

    Hello @all,
    is it possible to block the refresh function, or smart view as a whole, while calc script is running?
    Because the user may see incorrectly data while for example the allocation script is running.
    I using Essbase ans Smart View 11.1.1.3.
    Many thanks,
    Ilias

    look up the command Alter application disable commands
    http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/maxl_altapp.html
    Prevent all requests to databases in the application, including non-data-specific requests, such as viewing database information or changing database settings. All users are affected, including other administrators. Administrators are affected by this setting as a safety mechanism to prevent accidental updates to databases during maintenance operations. This setting remains in effect only for the duration of your session. The setting takes effect immediately, and affects users who are currently logged in, as well as users who log in later during your session.
    Caution!
    If performing maintenance operations that require disabling commands, you must make those maintenance operations within the same session and the same script as the one in which commands were disabled.
    After make sure you enable them. Also note, you may need to also logout all users on the application as well

  • REFRESH FUNCTIONALITy in ALV GRID

    Hi Experts,
    I have added two custom buttons (CO40 and REFRESH) in ALV GRID .
    WHEN CO40 button is clicked it will go the CO40 transaction.
    here the problem is when clicking the REFRESH , the REFRESH fuctionality is not working.
    (here i went to CO40 transaction by clicking CO40 button and deleted one planned order and come back and clicked REFRESH button but the planned order still showing in the output but the planned oreder is deleted in the table ) please help me rgarding this
    pls see my code and pls send me the code with modifications
    Thanks
    Nagendra
    REPORT  zpp_plannedorder_conv LINE-SIZE 200.
    TYPE-POOLS: slis.
    TABLES: plaf, vbak.
    PLANNED ORDER TABLE
    CONSTANTS: c_e TYPE c LENGTH 01 VALUE 'E'.
    TYPES: BEGIN OF ty_plaf,
           kdauf     TYPE kdauf,
           kdpos     TYPE kdpos,
           plnum TYPE plnum,     
           dispo TYPE dispo,
           matnr     TYPE matnr,
           maktx     TYPE maktx,
           pwwrk     TYPE pwwrk,
           paart     TYPE paart,
           beskz     TYPE beskz,
           gsmng     TYPE gsmng,
           END OF ty_plaf.
    SALES FIELDS
    TYPES: BEGIN OF ty_vbak,
           vbeln TYPE vbeln,
           posnr TYPE posnr,
           kunnr     TYPE kunnr,
           grkor     TYPE grkor,
           autlf     TYPE autlf,
           mvgr2     TYPE mvgr2,
           fixmg     TYPE  fixmg,
           bstdk     TYPE bstdk,
           edatu     TYPE edatu,
           posex  TYPE posex,
           END OF ty_vbak.
    output table.
    TYPES: BEGIN OF ty_out,
           plnum TYPE plnum,     
           dispo TYPE dispo,
           matnr     TYPE matnr,
           maktx     TYPE maktx,
           pwwrk     TYPE pwwrk,
           paart     TYPE paart,
           beskz     TYPE beskz,
           gsmng     TYPE gsmng,
           kdauf     TYPE kdauf,
           kdpos     TYPE kdpos,
           kunnr     TYPE kunnr,
           grkor     TYPE grkor,
           autlf     TYPE autlf,
           mvgr2     TYPE mvgr2,
           fixmg     TYPE  fixmg,
           bstdk     TYPE bstdk,
           edatu     TYPE edatu,
           posex  TYPE posex,
           END OF ty_out.
    DATA: tb_plaf TYPE STANDARD TABLE OF ty_plaf,
          tb_vbak TYPE STANDARD TABLE OF ty_vbak,
          tb_out  TYPE STANDARD TABLE OF ty_out.
    DATA: lv_plaf TYPE ty_plaf,
          lv_vbak TYPE ty_vbak,
          lv_out  TYPE ty_out.
    TYPES: BEGIN OF ty_vbep,
        vbeln TYPE vbeln,
        posnr TYPE posnr,
        etenr TYPE etenr,
        edatu TYPE edatu,
       END OF ty_vbep.
    DATA: tb_vbep TYPE STANDARD TABLE OF ty_vbep.
    DATA: lv_flag(1) TYPE c.
    **Start changes RFS: SANN - 0856
    DATA:  w_repid            TYPE sy-repid.
    DATA:  it_fieldcat        TYPE slis_t_fieldcat_alv, "field catalog table
           gs_layout          TYPE slis_layout_alv, "struct data type
           it_sort            TYPE slis_t_sortinfo_alv,
           it_events          TYPE slis_t_event,
           gt_event_exit          TYPE slis_t_event_exit.
    **End changes RFS: SANN - 0856
    SELECT OPTIONS.
    SELECTION-SCREEN BEGIN OF BLOCK a1 WITH FRAME TITLE text-t01.
    SELECT-OPTIONS: sel_pln FOR plaf-plnum,
                    sel_pww FOR plaf-pwwrk OBLIGATORY,
                    sel_dis FOR plaf-dispo,
                    sel_kun FOR vbak-kunnr,
                    sel_paa FOR plaf-paart,
                    sel_kda FOR plaf-kdauf.
    SELECTION-SCREEN END OF BLOCK a1.
    START-OF-SELECTION.
      REFRESH: tb_plaf ,tb_vbak.
      SELECT pkdauf pkdpos pplnum pdispo pmatnr mmaktx
              ppwwrk ppaart pbeskz pgsmng INTO TABLE tb_plaf
              FROM plaf AS p JOIN makt AS m
                ON pmatnr EQ mmatnr
                WHERE p~plnum IN sel_pln
                  AND p~pwwrk IN sel_pww
                  AND p~dispo IN sel_dis
                  AND p~paart IN sel_paa
                  AND p~kdauf IN sel_kda
                  AND m~spras EQ c_e.
      IF NOT  tb_plaf[] IS INITIAL.
        SORT tb_plaf BY kdauf DESCENDING.
        SELECT  kvbeln pposnr kkunnr pgrkor kautlf pmvgr2 p~fixmg     
                kbstdk vedatu p~posex INTO TABLE tb_vbak
                 FROM vbak AS k JOIN vbap AS p
                   ON kvbeln EQ pvbeln
                      INNER JOIN vbep AS v
                         ON pvbeln EQ vvbeln
                        AND pposnr EQ vposnr
        FOR ALL ENTRIES IN tb_plaf
            WHERE k~vbeln EQ tb_plaf-kdauf
              AND p~posnr EQ tb_plaf-kdpos
              AND k~kunnr IN sel_kun
              AND v~etenr EQ '0001'.
        IF NOT  tb_vbak[] IS INITIAL.
          LOOP AT tb_plaf INTO lv_plaf.
            CLEAR lv_out.
            MOVE-CORRESPONDING lv_plaf TO lv_out.
            IF NOT lv_plaf-kdauf IS INITIAL.
              READ TABLE tb_vbak INTO lv_vbak WITH KEY vbeln = lv_plaf-kdauf
                                                       posnr = lv_plaf-kdpos.
              MOVE-CORRESPONDING lv_vbak TO lv_out.
            ENDIF.
            APPEND lv_out TO tb_out.
          ENDLOOP.
        ENDIF.
      ENDIF.
    END-OF-SELECTION.
      PERFORM f_build_fcat.
      PERFORM f_get_display.
    *&      Form  F_BUILD_FCAT
    FORM f_build_fcat .
      CLEAR: w_repid.
      PERFORM fill_fieldcat " TABLES it_fieldcat
            USING:
                   text-f01 'TB_OUT'  text-k01  text-k01 '10' ,
                   text-f02 'TB_OUT'  text-k02  text-k02 '10' ,
                   text-f03 'TB_OUT'  text-k03  text-k03 '06' ,
                   text-f04 'TB_OUT'  text-k04  text-k04 '18' ,
                   text-f05 'TB_OUT'  text-k05  text-k05 '06' ,
                   text-f06 'TB_OUT'  text-k06  text-k06 '08' ,
                   text-f07 'TB_OUT'  text-k07  text-k07 '05' ,
                   text-f08 'TB_OUT'  text-k08  text-k08 '05' ,
                   text-f09 'TB_OUT'  text-k09  text-k09 '15' ,
                   text-f10 'TB_OUT'  text-k10  text-k10 '05' ,
                   text-f11 'TB_OUT'  text-k11  text-k11 '05' ,
                   text-f12 'TB_OUT'  text-k12  text-k12 '10' ,
                   text-f13 'TB_OUT'  text-k13  text-k13 '10' ,
                   text-f14 'TB_OUT'  text-k14  text-k14 '10' ,
                   text-f15 'TB_OUT'  text-t15  text-k15 '10' ,
                   text-f16 'TB_OUT'  text-k16  text-k16 '10' ,
                   text-f17 'TB_OUT'  text-k17  text-k17 '10' .
    ENDFORM.                    " F_BUILD_FCAT
    *&      Form  fill_fieldcat
    FORM  fill_fieldcat  " TABLES  l_catalog TYPE slis_t_fieldcat_alv       "#EC *
                       USING    p_field                         "#EC *
                                p_table                         "#EC *
                                p_desc                          "#EC *
                                p_desc_l                        "#EC *
                                p_len.                          "#EC *
      DATA: ls_fieldcat   TYPE slis_fieldcat_alv.
      ls_fieldcat-fieldname       = p_field.
      ls_fieldcat-tabname         = p_table.
      ls_fieldcat-seltext_l       = p_desc_l.
      ls_fieldcat-reptext_ddic    = p_desc.
      ls_fieldcat-outputlen       = p_len.
      APPEND ls_fieldcat TO it_fieldcat.
      CLEAR ls_fieldcat.
    ENDFORM.                    " fill_fieldcat
    *&     FORM F_GET_DISPLAY
          text
    FORM f_get_display .
      CLEAR w_repid.
      MOVE sy-repid TO w_repid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program       = w_repid
          i_callback_pf_status_set = 'PF_STATUS'
          i_callback_user_command  = 'USER_COMMAND'
          is_layout                = gs_layout
          it_fieldcat              = it_fieldcat
          it_sort                  = it_sort
          i_save                   = 'X'
        TABLES
          t_outtab                 = tb_out
        EXCEPTIONS
          program_error            = 1
          OTHERS                   = 2.
      IF sy-subrc EQ 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " F_GET_DISPLAY
    *&      Form  PF_STATUS
          text
    FORM pf_status USING rt_extab TYPE slis_t_extab.
      DATA: wa_extab LIKE LINE OF rt_extab.
      REFRESH: rt_extab.
      wa_extab-fcode = '&REFRESH'.
      APPEND wa_extab TO rt_extab.
      SET PF-STATUS '0001' EXCLUDING rt_extab.
    ENDFORM.                    "PF_STATUS
         -->COMMAND    text
         -->SELFIELD   text
    FORM user_command USING command LIKE sy-ucomm selfield TYPE slis_selfield."#EC CALLED
      CLEAR : lv_out-plnum,lv_out-kdauf,lv_out-paart,lv_out-kdauf.
      CASE command.
        WHEN '&IC1'.                       "doubleclick
          CASE selfield-fieldname.
            WHEN 'PLNUM'.
              READ TABLE tb_out INTO lv_out INDEX selfield-tabindex.
              IF sy-subrc EQ 0.
                SET PARAMETER ID 'PAF'  FIELD lv_out-plnum.
                CALL TRANSACTION 'MD12' AND SKIP FIRST SCREEN.
              ENDIF.
            WHEN 'KDAUF'.
              READ TABLE tb_out INTO lv_out INDEX selfield-tabindex.
              IF sy-subrc EQ 0.
                SET PARAMETER ID 'AUN'  FIELD lv_out-kdauf.
                CALL TRANSACTION 'VA02' AND SKIP FIRST SCREEN.
              ENDIF.
          ENDCASE.
        WHEN 'CO40'.
          READ TABLE tb_out INTO lv_out INDEX selfield-tabindex.
          IF sy-subrc EQ 0.
            SET PARAMETER ID 'PAF'  FIELD lv_out-plnum.
            CALL TRANSACTION 'CO40' AND SKIP FIRST SCREEN.
          ENDIF.
        WHEN 'REFRESH'.
          PERFORM select_data.
      ENDCASE.
    ENDFORM.                    "user_command
    *End changes RFS: SANN - 0856
    *&      Form  SELECT_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM select_data .
      commit work and wait.
      REFRESH:tb_plaf[],tb_vbak[],tb_out[].
      SELECT pkdauf pkdpos pplnum pdispo pmatnr mmaktx
              ppwwrk ppaart pbeskz pgsmng INTO TABLE tb_plaf
              FROM plaf AS p JOIN makt AS m
                ON pmatnr EQ mmatnr
                WHERE p~plnum IN sel_pln
                  AND p~pwwrk IN sel_pww
                  AND p~dispo IN sel_dis
                  AND p~paart IN sel_paa
                  AND p~kdauf IN sel_kda
                  AND m~spras EQ c_e.
      IF NOT  tb_plaf[] IS INITIAL.
        SORT tb_plaf BY kdauf DESCENDING.
        SELECT  kvbeln pposnr kkunnr pgrkor kautlf pmvgr2 p~fixmg     
                kbstdk vedatu p~posex INTO TABLE tb_vbak
                 FROM vbak AS k JOIN vbap AS p
                   ON kvbeln EQ pvbeln
                      INNER JOIN vbep AS v
                         ON pvbeln EQ vvbeln
                        AND pposnr EQ vposnr
        FOR ALL ENTRIES IN tb_plaf
            WHERE k~vbeln EQ tb_plaf-kdauf
              AND p~posnr EQ tb_plaf-kdpos
              AND k~kunnr IN sel_kun
              AND v~etenr EQ '0001'.
        IF NOT  tb_vbak[] IS INITIAL.
          LOOP AT tb_plaf INTO lv_plaf.
            CLEAR lv_out.
            MOVE-CORRESPONDING lv_plaf TO lv_out.
            IF NOT lv_plaf-kdauf IS INITIAL.
              READ TABLE tb_vbak INTO lv_vbak WITH KEY vbeln = lv_plaf-kdauf
                                                       posnr = lv_plaf-kdpos.
              MOVE-CORRESPONDING lv_vbak TO lv_out.
            ENDIF.
            APPEND lv_out TO tb_out.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDFORM.                    " SELECT_DATA

    Hi,
    Gothrough the following link,
    Handle Refresh button on ALV
    Regards,
    Harish

  • Time out functionality in Portal

    Hi All,
    If my portal is inactive for some fixed time, the user should be logged off automatically and an information message should be displayed on the login page.
    How to achieve this ?
    Regards,
    Nikhil

    I think there is no such timeout functionality...for portal..
    Portal sessions are cookie based. On successful logon to the portal, the Portal issues a SAP logon ticket, with a default validity of 8 hours. That is a users session can atmost be of length 8 hours. Timout of the user's session is not possible.
    Also if you reduce the default length of session, you will have to adjust the expiration time of the SAPlogon ticket by setting the "Lifetime of SAP Logon Ticket" in "Security settings" at "System Administration" --> "System Configuration" --> "UM Configuration".
    However, please note that the cookie will eventually expire after this time setting, whether or not the user is idle. He has to renew the ticket after expiration.
    Edited by: Anagha Jawalekar on Mar 20, 2009 3:15 PM

  • Calling java script function in portal

    Hi,
    I want all the users (anonymous & logged in) of my portal application to have drag and drop facility to my portlets. I couldn't see DVT enabled property in my workspace as mentioned in
    http://edocs.bea.com/wlp/docs102/portals/develop_portals.html#wp1057635
    How to activiate this feature? Will it support anonymous user to change the portlet locations?
    Alternative:
    I found JQuery UI from http://ui.jquery.com/ has sortalble javascript function. It has the similar feature like drag and drop.
    Please let me know, how to add jquery.js sortable javascript function to my portal application, so that users can place the portlets in any place within the page.
    Thanks
    Baskar

    Hi ,
    I guess visitor tool (deskop shell property) allows only logged in users to move the portlets. correct me if i am wrong. It would be very helpful if you point me to some good documentation on this.
    I would like to have this feature for non-logged in users also. Is it possible in weblogic portal V 10
    Thanks
    Baskar

  • Search functionality in portal

    Hi,
    We are implementing SAP EP 7.0 for our customer...this portal is only for top level management which contain only BW(3.5) reports as iviews ...these iviews are developed using Visual Composer and some of them are standard business packages(like sales analysis,financial analysis etc)...Now our customer wants us to implement the "<b>search Functionality</b>" in the portal...where the user can search for the report iviews in the portal....
    Can any one throw light on whether it is possible to implement the search functionality?...If yes what does it take for the developer to implement?...Any documents or links will be really thankful...
    Thanks & Regards,
    P.Navakanth.

    The APIs for searching are reasonably well documented, but why not make use of the page personalization capabilities of the portal?
    Cheers

Maybe you are looking for