Timeout parameter of WD4A application

Hi,
can you tell me, which parameter controls the sesssion time out of a webdynpro application (for abap)?
Is there a possibility to change this parameter only for one application, or is it a system parameter?
Thanks,
Thomas

Hi Thomas
Use transaction SMICM
then Goto->services
Use can change the timeout for http service here. I am not sure whether we can change the parameter for individual application.
Regards
Naresh

Similar Messages

  • Absolute Navigation between WD4J and WD4A applications

    All,
    I have a WD4J and a WD4A application that communicate with each other via absolute navigation and URL parameter.  I am finding that in some cases after calling the WD4J from my WD4A (via call method lr_port_manager->navigate_absolute), that the WD4A seems to remain "alive" such that when the WD4J again calls the WD4A it resumes to the view from which it left rather than calling the window startup plug to obtain the URL parameter.
    This happens consistently for some users, but not others even though the same exact user roles are assigned and the same exact data is used.  Furthermore, I do not make use of any Suspend/Resume or Exit plugs w/in the Window.
    I appreciate any thoughts/help,
    Chad

    Hi All,
    I solved it by adding the encoded parameter string
    &_paramsXmlStr_=<Params><Row BANK_CTRY="US" MAX_ROW="10"></Row></Params>
    to iView URL in the WDPortalNavigation.navigateAbsolute. Find the code below.
    WDPortalNavigation.navigateAbsolute(
    "ROLES://portal_content/myFolder/myiViews/myVCiView?&_paramsXmlStr_=<Params><Row BANK_CTRY="US" MAX_ROW="10"></Row></Params>",
    WDPortalNavigationMode.SHOW_INPLACE,
    (String) null,
    (String) null,
    WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    (String) null,
    (String) null,
    I did not pass the parameters as Business parameters(WebDynpro will chage these Business parameters as DynamicParameter).
    Thanks
    Sreekanth

  • Portal Theme - Portal Theme Editor - What about the WD4A Applications

    Hello,
    Question is :
    i copied a standard theme : SAP_TRADESHOW to make a custom theme. I used the portal theme editor in the portal.
    i changed the colors and the pics.. The Screens of the portal is like i changed it.
    But my problem is, when i open a WD4A Application which is included in the portal, for example "Travel Management" it is showen in the standard sap_tradeshow colors.
    I also checked the versions of the backend themes in the mime, but the version of the theme in der portal i used is younger than the backend theme.
    Is it necessary, that to make a backend theme with the colors of the changed portal theme, and contain the URL of the mime in the theme_root parameter of the WD4A Applications?
    What kind of options do i have ??
    Can anyone help me ??
    greeting
    dominic

    I have found it already.... The structure of the themes can be located at the Portal server (file system) in path:
    \usr\sap\ep1\jc00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\ irj\root\portalapps\com.sap.portal.themes.lafservice\themes\portal
    regards,
    Noel

  • How to call a WD4A Application of another system

    Hi,
    I have the need to call a WebDynpro Application of another system via a URL call, thet the application should be opend in the CRM WebUI Window (statefull ) .
    Calling the application via a button event & transaction launcher works fine, but i need to call it from a BSP page. So my idea was to create an iframe, but this obviously opens a new window:
    <html>
      <head>
        <title>IFrames - Webdynpro Test</title>
      </head>
      <body>
        <iframe src=<%= lv_url_route %>"
          width="100%" height="500" scrolling="auto" frameborder="1" transparency>
              </iframe>
      </body>
    <html>
    Can anybody help?!?!
    Thanx & best regards,
    Oliver
    Edited by: Oliver Pregler on Jul 28, 2008 3:26 PM

    Hi Oliver,
    unfortunately I know nothing about BSP-Applications, but this is how I call my WD4A-Application using a FM from CRM:
    data: lr_empty_parent type ref to cl_gui_container,
          lr_viewer       type ref to cl_gui_html_viewer.
    data: lv_url(200)     type c.
    lv_url = 'http://www.xyz.com'.
      create object lr_viewer
        exporting
          parent             = lr_empty_parent
        exceptions
          cntl_error         = 1
          cntl_install_error = 2
          dp_install_error   = 3
          dp_error           = 4
          others             = 5.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                  with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      lr_viewer->detach_url_in_browser(
        exporting
          url              = lv_url
        exceptions
          cntl_error       = 1
          dp_error_general = 2
          others           = 3 ).
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                   with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      cl_gui_cfw=>flush( ).
    If it helps you - fine. If not - forget it
    Best regards
    Jörg Racz

  • How to set the keepalive timeout and nativepoll in application server 8.2

    Hi,
    I would like to know how to set "keepalive timeout" and "nativepoll" on application server 8.2.
    Thanks,

    These parameters were set in Application server 7 as per the following documentation:
    http://docs.sun.com/source/817-2180-10/pt_chap4.html
    However I am not able to find any documentation with regards to application server 8.2
    Please advice..
    Thanks

  • How to change the browser title of standard SAP WD4A application - eRecruit

    Hi,
    I have a requirement to change browser title for standard SAP WD4A application hrrcf_a_candidate_registration. I know this value is used from application description filed.
    Current set up is 'Candidate Registration'. (WD Component HRRCF_C_REGISTER_UI)
    I tried to use enhancement framework technique and application customization/configuration - but was not successfull.
    I do not like the idea of changing the standard SAP object since it might be overwritten in future upgrade. And also I do not prefer to create z* copy of this application as well.
    Any ideas how to handle this request? Is dynamic modification of this property possible?
    Thanks for your feedback.
    Regards,
    Igor

    Hello,
    Did you try to change the description of the service in transaction SICF ?
    You can find the Webdynpro services under the tree /default_host/sap/bc/webdynpro/sap/.
    Regards,

  • How to change timeout parameter value in Oracle 10g R2

    Anyone knows how to change timeout parameter value in Oracle 10g Database R2?

    Waheed Azhar wrote:
    actually i am getting ORA-01013 exception which directly relates to the timeout value but i think it's hidden parameter...What makes you think it's a hidden parameter?
    A search of MetaLink for that error turns up a number of hits, most of which a very situational specific. Exactly what are you doing when you get this error? Are you connecting over an ODBC connection? Are you getting it on a connection request? At db shutdown? During a long-running query?

  • Timeout parameter in Mail communication channel?

    Dear All,
    Can someone tell me if there is a option to put a timeout parameter in Mail PI channel like it is in File channel? One of my FTP channel used to stop polling abruptly, but using this parameter I fixed this problem completely. Now facing a same problem with one of the Mail channel.
    Thanks in advance for your response!.
    Best Regards,
    Kumaran

    Dear Ramesh & Bhavanishankar,
    Thanks for your response!.
    My concern is basically about the mail channel that stopped polling the source folder while the status says "Active". Due to this the interface is totally stopped working in PI and it starts working only when I restart the channel in CC monitoring.
    But yes, I have fixed this issue earlier for a diff mail channel by setting a restart every day (work around) using ATP. This really worked. But I cannot do this for every channel in my server.
    Best Regards,
    Kumaran

  • Dump after new Parameter in WD Application

    Hi,
    After adding a new parameter to a WebDynpro Application it dumps as the parameter is not sent with an initial value in case it is not provided in the URL.
    First I added the new parameter to the inbound plug handler (set to "Startup") parameters. After that I could add it using the F4 help in the parameter tab of the application.
    When executing in the test system everything works fine! But after transporting it to the q system, it dumps in a generated check method before the plug handler, as the passed parameter list (from application) does not contain an initial value for the new parameter (for which a check was generated correctly).
    My guess is that something goes wrong in the generation of the WD application. But as this happens again and again after new transports, I do not know how to tackle this...
    Does anyone know how this is caused and most important how I can repair it??
    Kind Regards
    Robert

    Hi,
    Found a solution myself:
    Setting the parameter to "optional" in the inbound plug handler did the trick.
    As all other parameters (like over 10) do not need that flag to work without a value from the URL, I do not think this is the master solution. But it nevertheless works!
    Kind Regards
    Robert

  • Timeout Parameter

    Hi Guys,
    I fi want to increase the time out parameter for the ODI to database connection, shall i have to increase it from 30 sec to a minute, where should i put it.

    The Oracle Data Integrator Timeout parameter is set in the ODI Designer and Operator tool menu bar from File > User Parameters.
    The default value is 30 seconds.
    Modifications of these "User Parameters" only impact the local ODI client on which the modifications have been performed. This is to say, the local "userpref.xml" file which is present in the local installation of ODI from which the GUI (Designer, Operator...) has been launched.
    If it is necessary to propagate these modifications to other ODI set ups (including Agents or not), then:
    * The local (modified) "userpref.xml" file must be copied to the appropriate, remote ODI "/bin" folder and
    * The ODI processes must be stopped and relaunched.

  • Increasing the timeout parameter in ODI

    Hi,
    I have got 7000 error code in a step while executing the scenario.
    I have found out it may be time out error and it can be resolved by changing the timeout parameter in ODI(File->Userparameter->Oracle Data Integrator Timeout)
    Is there any maximum limit for this timeout parameter? After changing this, should i restart the ODI server?
    Can anyone suggest me quicly please?
    Am i proceeding correctly for this 7000 error code?

    Hi,
    Please post this question in the ODI forum:
    Data Integrator
    Thanks, Mark

  • Folder creation in MS sharepoint from WD4A application

    Hi All,
    We have a requirement to create folders in MS sharepoint from our WD4A applications. We need some guidence in achieving this functionality.
    Thanks in advance.
    Regards,
    Booma Ganesan

    Hi Viajy,
    I am using below code in the ABAP program, unfortunately it is not sucessfully create the folder in the application server. Please correct the below code, if any thing wrong.
    data: unixcom like   rlgrap-filename,
            dir  type char(30).
    data: begin of tabl occurs 500,
            line(400),
          end of tabl.
    dir = '/tmp/test'.
    tabl-line = dir.
    append tabl.
    unixcom = 'mkdir mydir'. "command to create dir
    "to execute the unix command
      call 'SYSTEM' id 'COMMAND' field unixcom
                    id 'TAB'     field tabl[].
    Please correcr if anything wrong in the code..

  • Is there any query timeout parameter in oracle

    Hi everybody,
    Is there any timeout for sql queries in oracle,  if so what is the timeout parameter. I googled internet, but couldn't find an answer. Any help is appreciated.
    Thanks

    You can create a profile that limits certain things:
    http://docs.oracle.com/cd/E11882_01/server.112/e41084/statements_6010.htm

  • Timeout parameter in standalone oracle calendar 10.1.2

    I'm trying to locate the timeout parameter in oracle calendar 10.1.2. I have a standalone version. Any help would be appreciated.
    Thanks.

    Assuming you are talking about the timeout value for the web interface, it is in the {installdir}/ocas/conf/ocwc.conf file. The parameter you want to change is ssn_timeout. I believe you will need to restart ocas to make it effective.

  • Connector.open, timeouts parameter

    Hi,
    I'm using Connector.open(String name, int mode, boolean timeouts), where the timeouts parameter = true, to return an HttpConnection, which I then use to send and recieve data with.
    On the motorola devices I've used for testing, an IOException is generated when the server takes longer than ~40seconds to respond, is this due to the device closing the connection due to the timeout value?
    I thought an IOInterruptedException should be thrown if a timeout occurs?
    Also, is the length of the timeout specific to the device?
    Any information about how timeouts work would be greatly appreciated!!

    Hi
    you could go through file \javax\microedition\io\Connectot.java
    it says
    * An optional third parameter is a boolean flag that indicates
    * if the calling code can handle timeout exceptions. If this
    * flag is set, the protocol implementation may throw an
    * InterruptedIOException when it detects a timeout condition.
    * This flag is only a hint to the protocol handler, and it
    * does not guarantee that such exceptions will actually be thrown.
    * If this parameter is not set, no timeout exceptions will be
    * thrown. The timeout period is not specified in the open call
    * because this is protocol specific. Protocol implementors can
    * either hardwire an appropriate value or read them from an
    * external source such as the system properties.
    we can see they do not specify only open could throw
    InterruptedIOException though currently the function
    prototype means only open will throw checked exception
    InterruptedIOException.
    anyway timeout should be implemented
    interoperateing with protocol.java and native function.OK?

Maybe you are looking for

  • Can't access my files, the circle thing keeps going round and round

    I can't access my files, the little cursor thing keeps going round and round, is there a way to by pass that or is my powerbook going dead

  • Have Qt but no Qt headers?

    Former Ubuntu user, experienced Linux programmer, now using Arch 64bit on a laptop.  Man is this slick! I'm trying to compile the QUCS electronic circuit simulator from the source tarball (ignoring the Arch repository for now; i'm experimenting with

  • Saving documents written in Appleworks 6 as pdf

    I have written a 350 page manuscript in Appleworks and need to send it to the book printers in pdf form, in one file. I wrote and saved each chapter in a separate file. Does anyone have any advice on how to save Appleworks docs. as pdf files, please?

  • Fresh install, random 100% drive usage and system wide lag.

    Hi there, i just fresh installed Win 8.1 after having the issue of a svchost thrashing 100% disk access for minutes at a time and lagging whole system inc mouse pointer to the point that apps and games start to crash and the issue has not gone away. 

  • Preview: Save As... command

    I scanned a DIN A4 (210 x 297 mm; 8.25 x 11.75 inches) document at 300 dpi and saved it as a PDF. The result is a file with a size of 2480 x 3507 pixels, as expected. I then opened the file in Preview several times to save it in the formats TIFF, JPG