Session control

Hi Experts,
Please help me to resolve the below problem
I have a Z-transaction. The output is Grid ALV. When I select any row with Order and click the button 'Change Order' in the application tool bar, it navigates to VA02 (In the Z-program, 'CALL TRANSACTION VA02' is used). Once we enter VA02, from the standard menu, we can create a delivery using 'Deliver' menu option (This is manual intervention). This navigates to VL01N to create a delivery. Once we save the delivery and press the back button, we go to the SAP Easy Access screen. I want to go back to the Z-trnasaction screen. Looks like we are losing the session control.
Can you please give in your suggestions to get back to the Z-transaction 

Hi Ketki,
The purpose of the stmt Call transaction is to return back to calling program. However it seems that when you press Back button, the std SAP program is exiting with a LEAVE stmt. If you can debug and check what happens when you hit a BACK button might give you the answer.
Hope this helps
Regards

Similar Messages

  • Session control via terminal services

    I have an application running like a dream using JSP and server side session control. One paricular user has an environment where all PCs are linux based and running a terminal service from a Microsoft SBS server.
    These PCs are unable to maintain session when connection to the site.
    Has anywone hit this problem before, is the any setting in the Microsoft to help this?
    Thanks for your help

    I have checked that cookies are enabled. I can
    implement URL rewiting but I was hoping for a simple
    solution without needing to change the software. As
    all other users are not having a problem.Maintaining a session involves passing an identifier between the client and the server. The identifier can be maintained on the client as a cookie, or the web component can include the identifier in every URL that is returned to the client. So clearly for whatever reason this is not happening. You need to either fix your application so URL rewriting is supported or find out why cookies are not working properly for these clients.
    I am not skilled in ternminal services and was hoping
    there was some configuration that coulod be tweeked.Try a Microsoft forum

  • Why are App Tabs session-controlled?

    Firefox claims that it is creating a more secure browser. Wishful thinking, but quite false. The fact that App Tabs are included in session control is a major design flaw in Firefox. Because cookies are stored with app tabs, you have actually made Firefox much ''less'' secure. Fortunately, I have one possible solution. Mozilla is currently reviewing the add-on called App Tab Initializer. I'd rather you integrate it directly into Firefox. You can add the procedure undertaken by clicking the "Grab Current App Tabs" button in the add-on's options as the first step in Firefox's standard shutdown procedure. Then "Clear all history" in Firefox's own options should be the default, and it should be the second step. When you open Firefox again, Firefox should launch App Tabs according to the URLs given in the first step above. Your favorite examples to use are Gmail and Facebook, so those sites should be the ones you use to test both the problem and the solution. Thanks!

    I have no such extensions. I learned of this option on lifehacker, which lists it as an option in Firefox, not from an add-on.
    It's in their power-users' guide to firefox, here:
    http://lifehacker.com/5867444/the-always-up+to+date-power-users-guide-to-firefox
    I first used the option in Firefox 8 and it worked with app tabs. It doesn't anymore in 9.

  • Imaqdx session control

    I am using a IMAQdx session control to select on of two cameras in my system
    but the control does not show the drop down list of cameras although correctly configured and visible in MAX.
    I am using LV8.6.1. and ImaqDx 3.8 under WIN XP.
    Does anyone knows the reason for that behavior?
    Thanks.

    Sorry for my late response.
    Here is the screenshot. Both cameras (cam0 / cam5) are listed under IMAQdx.
    Regards Ralph

  • User session control

    Hi
    There is a way to control the number of sessions a user defined in ACL can open??? or its possible the limit of sessions openned to a restricted area.??? throughout the SJS WS6.1

    What you could do is the following:
    1. Create a new profile that sets the session maximum to 1
    CREATE PROFILE some_profile LIMIT SESSIONS_PER_USER 1;2. Change the user to be associated to the new profile
    ALTER USER some_user PROFILE some_profile;Hope this helps!

  • Help:session control

              it seems that weblogic doesn't support global.jsa, and i want to control the session
              destroy event, what can i do?
              

    What you want to do is to plug a custom TableCellRenderer in for the JTable column that is supposed to display the image. In your case, you will want to take the ImageControl and subclass it so that it implements the TableCellRender interface.
    You can go the Java Developer Connection at java.sun.com and search the forum for posts on this topic. You can also go to http://manning.spindoczine.com/sbe/files/uts2/Chapter18html/Chapter18.htm for an example.

  • Session control lost in new pop-up window

    Hi people,
    In one of my pages in the Portal I have a link that opens a BSP Application in a new window.
    The idea is to allow the user to open the same application with different info in different windows. But is not working, I have at least two problems.
    1-     when I close the new window, the object  that I was editing is not free and session remains open.
    2-     after I open a second window, the first window starts to point to the application of the second window.
    I think that my problem is that when I open the new window, this new window is no longer associated with the portal session.
    There must be a way to control this.
    Thanks for your help.
    Best regards,
    Paulo Ruivo

    Dhruv,
    The link page is a BPS iView.
    The link to the BSP page is the full url of the BSP page.
    Should i use the EPCM class to do this navigation?
    Regards

  • (Newbie) Web Service Session Control

    Dont know if my "help I am lost" request are out of line for this fourm. I do appreaceate any help I can get.
    Creating a web application that is session based. I have set the scope of my web service to session. I have read that this setting has the same effect that the jsp setting "Session" does. However I am still a little mystified at what the Saop handler does here. I am assuming when a request gets routed to a service there is a HTTPSession that is created at some point, somewhere. I think I need to be able to access this class from Java. I know at some point in the future I will need to be able to handle session events, (Timeouts) and others. But for know I would be comforted in just being able to access getSession().
    In case you are wondering I did not handwritte the wsdl or any of those documents. I used Jbuilder to automate that process (plus I cant hand write em yet). So please feel free to refer to these if needed to explain. It might just take me a bit. since id be learning it all at once.
    Thanks in advance
    JB

    Maybe this
    https://jax-rpc.dev.java.net/servlets/ReadMsg?list=users&msgNo=1946
    will answer your questions. It was alot of helpful response when I asked there for session scope stuff.
    Merten

  • Session control with multiple web servers in IE

    to understand my problem do the following:
    make a page with this code:
    <%
    out.println("sessionID = "+session.getId());
    %>
    Run two (2) instance of web servers (can be a tomcat) in different ports...
    open IE and access the URL: http://localhost:8080/test/mytest.jsp
    see id number...
    access http://localhost:8081/test/mytest.jsp
    see id number...
    now access http://localhost:8080/test/mytest.jsp again
    and will see that IE lost the session and has a different session id.
    if you make this test in Nestcape it will keep the same session id when you access the 8080 server again, and is what i want :)
    anybody knows a solution to this?
    in the real world, my application has a frame with a menu that runs in 8080 server port and the application that are called by this menu will run in different ports in another frame. the problems is that when a call a application in another port, with IE i lost the session from the menu that runs on port 8080. With Netscape work perfect!
    somebody can help?

    this seems to have to do with the handling of sessoin cookies. IE creates one cookie for every browser instance whereas Netscape creates one session cookie for all browser instanced. Linke this Netscape shares a session cookie with the whole application wheres as IE does not.
    Just to make it clear: none of the both handling methodes are right or wrong. In my opinionen from the point of security, the IE solution is better.
    The only workaround i see is to implement a session id your own. Store it in the session object and the session object into a session manager that can be accessed from both application.

  • Providing session control

    Hi
    I have been scouring the internet to find how to make users go through a login page to establish their credentials.
    What i am hoping to implement is
    1. Users have to login through the login page (if users manually type in the url the page they want they are redirected back to login if they have not initially logged in).
    I am using JSP and Javabeans to authenticate my users.
    What i have done so far is create a login page where users enter their username and password. I have a a javabean that stores the information and i have a jsp page to check the username and password against an xml sheet that has the user information.
    At the moment it works. But the problem is the user can type in the url the file they want directly (i.e. .../index.html) and they get access to it.
    How to i stop this?
    Is it something to do with all pages checking for a session?
    Thanks Wilbur

    I have checked that cookies are enabled. I can
    implement URL rewiting but I was hoping for a simple
    solution without needing to change the software. As
    all other users are not having a problem.Maintaining a session involves passing an identifier between the client and the server. The identifier can be maintained on the client as a cookie, or the web component can include the identifier in every URL that is returned to the client. So clearly for whatever reason this is not happening. You need to either fix your application so URL rewriting is supported or find out why cookies are not working properly for these clients.
    I am not skilled in ternminal services and was hoping
    there was some configuration that coulod be tweeked.Try a Microsoft forum

  • Session controlled procedure from url

    Hi,
    Following the examples I was able to create a procedure that can be called from the apex url. But is there a way to make access to these prcedures session based? Wich user do I have to grant execute permission to so only logged on users are able to access the procedure. All examples talk about granting permissions to public or htmldb_public_user but this results in everybody being able to acess the procedure. But is seems to be this or no access.
    Thanks for all help or suggestions,
    Geert
    Edited by: Geert on May 19, 2010 4:58 AM

    Hi,
    Maybe there is way but why you do not call procedure in Apex page process before header ?
    htp.init;
    htp.flush;
    my_procedure;
    apex_application.g_unrecoverable_error := true;Then only users that are authenticated to your app can see content that procedure output
    Br,Jari

  • Session control in PTG

    How can i desable a session ?

    How can i desable a session ?Maybe by calling the url behind
    'log off' logo (behind the javascript,
    i mean)...
    SP

  • Piblic application session control

    Hi,
    We have a public application that is launched from the intranet department site. Some users saves in their Favorites not a link located on the department site but the URL of the APEX application after they open it. When they run the application several hours or days later the reports seems to be inaccurate. I have searched this forum but could not determine what is the best solution to cope with this problem.
    Please advice.
    Thank you,
    Val

    Val,
    Could you expand a little more on:
    the reports seems to be inaccurateRegards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Session management in Info View with two different logins using single sign

    There is a form with 2 user logins UserA and User B to redirect to infoview with sso in my application. I am able to go to each of the Infoview pages successfully but have the following problem.
    User A logs in and infoview opens in a new IE window and sees his/her folders based on permissions and is able to do his/her work for the first time.
    User B logs in andand infoview opens in a new IE window sees his/her folders based on permissions and is able to do his/her work for the first time.
    <b>After a while when User A tries to access the InfoView in the previously opened IE Window, he/she gets an error message. An error has occurred: The object with ID 2519 does not exist in the CMS or you don't have the right to access it.
    User B is able to continue his/her work. Who ever logs in the last, he/she is able to continue his/her work but the other one gets an error.</b>
    <b>Please let me know on how to address this issue . I added logonToken and tried everything at my hand but no success. Is this session controlled by business objects or by the jsp page. What more changes are required for my jsp page to fix the error. Attached below are the form and the applogon.jsp snippets.</b>
    <B> applogon.jsp</B>
        IEnterpriseSession enterpriseSession = null;
        Exception failure = null;
        boolean loggedIn = true;
         String redirectURL = null;
         // If no session already exists, logon using the specified parameters.
        if (enterpriseSession == null){
            try{
                // Attempt logon. Create an Enterprise session manager object.
                ISessionMgr sm = CrystalEnterprise.getSessionMgr();
                // Log on to BusinessObjects Enterprise
                enterpriseSession = sm.logon(username, password, "cms", "secEnterprise");
            }catch (Exception error){
                loggedIn = false;
                failure = error;
            if (!loggedIn){
                // If the login failed, redirect the user to the start page.
                return;
            }else{
                // Store the IEnterpriseSession object in the session.
                session.setAttribute("EnterpriseSession", enterpriseSession);
                // Create the IInfoStore object.
                IInfoStore iStore = (IInfoStore) enterpriseSession.getService("InfoStore");
                // Store the IInfoStore object in the session using the helper functions.
                session.setAttribute("InfoStore", iStore);
                // Store the CMS name for later use.
                session.setAttribute("CMS", "CMS");
                   // Create the IReportSourceFactory object.
                   IReportAppFactory reportAppFactory =(IReportAppFactory)enterpriseSession.getService("RASReportService");
                   // Store the IReportSourceFactory object in the session using the helper functions.
                   session.setAttribute("ReportAppFactory", reportAppFactory);
                // Retrieve the logon token manager.
                ILogonTokenMgr logonTokenMgr = enterpriseSession.getLogonTokenMgr();
                   String logonToken = logonTokenMgr.createLogonToken("", 60, 100);
                   String infoViewURL = null;
                   String tokenParam = null;
                   infoViewURL = "/businessobjects/enterprise115/desktoplaunch/InfoView/logon/logon.do";
                   tokenParam = "token=" + logonToken;
                   redirectURL = infoViewURL + "?" + tokenParam;
                // Retrieve a logon token and store it in the user's cookie
                // file for use later.
                Cookie cookie = new Cookie("LogonToken", logonTokenMgr.createLogonToken("", 60, 100));
                response.addCookie(cookie);
                // Store the logon token for later use.
                session.setAttribute("token", enterpriseSession.getLogonTokenMgr().getDefaultToken());
         // Redirect the user to the relevant tutorial page.
         out.println("You have been logged on to Enterprise.");
         response.sendRedirect (redirectURL);
    Thank You for your help

    // Retrieve the parameters that the user entered into the logon fields.
    <b> user name and password come from here from the above html form into the jsp here. Ted Is this what you are asking for where does the username and password come from
        String username = request.getParameter("user");
        String password = request.getParameter("pass");
    </b>
        IEnterpriseSession enterpriseSession = null;
        Exception failure = null;
        boolean loggedIn = true;
         String redirectURL = null;
         ISessionMgr sessionMgr = null;
         // If no session already exists, logon using the specified parameters.
        if (enterpriseSession == null){
            try{
                // Attempt logon. Create an Enterprise session manager object.
                sessionMgr = CrystalEnterprise.getSessionMgr();
                // Log on to BusinessObjects Enterprise
                enterpriseSession = sessionMgr.logon(username, password, "appserver.abc.com", "secEnterprise");
                   System.out.println("line61");
            }catch (Exception error){
                loggedIn = false;
                failure = error;
            if (!loggedIn){
                // If the login failed, redirect the user to the start page.
                return;
            }else{ this code is in my first post

  • Apex Version 4.2: Why doesn't the session timeout parameter settings work?

    Prior to an upgrade to Apex Version 4.2.0.00.27, we ran Apex Version 4.1 in our environment. This is on a platform using Oracle Database Enterprise Edition 11g R2 on Windows Server 2008. The session timeout parameters (set for a single application using "Shared Components" -> "Security Attributes") were set to the following:
    Maximum Session Time: 1 day
    Maximum Session Idle Time: 8 hours
    This worked with no problems in Apex 4.1; our user would leave a data entry form open for several hours, complete the data entry then submit the page. Now, with the upgrade to Apex 4.2, doing the same thing causes the system to redirect to the login page and aborting any edits or new data entered into the form previously.
    I have tried to set both session parameters to ZERO (0) which is what the documentation explains is the equivallent to "no timeout" but that didn't work as well.
    I have reset the session control parameters to what they were before the upgrade and my session times out before the time values I set. (on the version 4.2 upgraded instance).
    Why was the session timeout parameters I set ignored by the system? Can anyone else out there confirm/repeat the problem I observed?

    Hi Richard,
    You probable have it ok, but the time should be in seconds.
    Kees

Maybe you are looking for

  • No gateway reply after installing Nokia PC Suite a...

    Having used the usb connection for the first time I now have a no gateway reply problem. Seem to be a lot of issues around this - any experience in this particular situation? Thanks

  • Regarding Balance Sheet and P+L

    Can anyone please tell me the technical reason why we use a virtual cube 0FIGL_V10 which takes data from 0FIGL_C10 in Balance Sheet and P+L for FI Domain. http://help.sap.com/saphelp_nw70/helpdata/en/bd/e16840b151181ce10000000a1550b0/frameset.htm

  • How to fetch column data using foreign key in adf table ?

    I have created a adf table using a view that has a group id and user id column. I want to display the user name ( from user table) and group name from group table. I had created view links to the corresponding tables from the user_group view ( whose

  • How do I erase a app.?

    i want to erase an app. How do Ido this?

  • Opening and saving .mhtml files to txt or .csv

    Hello All, I need to accomplish the following and it's way beyond my immediate skill set.  I need ODI to do the following: 1.     Receive an attachment in email and drop it in a folder (got this one) 2.     The attachment is a report in ,mhtml format