Open New Sessions and attach

Hello,
I am trying to figure out how while attacehd to SAP from VBA excel to open a new session and continue the task in the new session. The end goal is to run 3 different transactions and have them up each in a seperate window. this is what I have so far but the transaction doesn't continue in the new session created it defaults back to the original window.
  Set SapGuiAuto = GetObject("SAPGUI")
  Set SAP = SapGuiAuto.GetScriptingEngine
With SAP.Connections(0).Sessions(0)
    .createsession
End With
  Set SapGuiAuto = GetObject("SAPGUI")
  Set SAP = SapGuiAuto.GetScriptingEngine
SAP.Connections(0).Sessions(0).StartTransaction (Tcode)
With SAP.Connections(0).Sessions(0)
        .findById("wnd[0]/usr/tabsTAB300/tabpF01/ssubINCLUDE300:SAPMM61R:0301/ctxtRM61R-MATNR").Text = Selection
        .findById("wnd[0]/usr/tabsTAB300/tabpF01/ssubINCLUDE300:SAPMM61R:0301/ctxtRM61R-WERKS").Text = "CHEM"
        .findById("wnd[0]/tbar[0]/btn[0]").press
        .findById("wnd[0]/tbar[1]/btn[34]").press
        .findById("wnd[0]/tbar[1]/btn[35]").press
        .findById("wnd[0]/tbar[1]/btn[36]").press
I am attaching once...creating a new session and attaching again but it does not seem to happen in the new window created....any help please?

Hi SLobo32, welcome to the forum !
The question is simple but  I needed for the answer a lot of time. I have put my observations into a theory as folllows.
By the command "create session", we opened a new SAP session. The system decides which is given session number. The task is then, how is the new session number.
Session_number_max = 6                                  'the maximum number of possible SAP sessions
Dim session_number_(Session_number_max)
Set SapGuiAuto = GetObject("SAPGUI")
Set SAP = SapGuiAuto.GetScriptingEngine
Set connection = SAP.Children(0)
Set session    = connection.Children(0)
'------------------------------------------- new session connect -------------------------------------------------------------
session_number_all = connection.children.count - 1
for i = 1 to Session_number_max
     session_number_(i) = 0
next 
for session_number = 0 to session_number_all
     Set session    = connection.Children(int(session_number))
     session_number_(session.info.sessionnumber) = session.info.sessionnumber
next
if session_number_all < Session_number_max - 1 then
     session.createsession
     do
      wscript.sleep 500
      if connection.children.count - session_number_all >= 2 then exit do
     loop
     on error resume next
     Error_number = 1
     for session_number = 0 to session_number_all + 1
          err.clear
          Set session    = connection.Children(int(session_number))
          if err.number > 0 or err.number < 0 then exit for
         if session_number_(session.info.sessionnumber) = 0 then
            Error_number = 0
            exit for
         end if
         'session.findById("wnd[0]").iconify                          'So you can send another SAP session in the task bar.
     next
     on error goto 0
else
msgbox "New session is not possible."
end if
'------------------------------------------- new session connect -------------------------------------------------------------
If Error_number = 0 then
session.StartTransaction (Tcode)
With session
.findById("wnd[0]/usr/tabsTAB300/tabpF01/ssubINCLUDE300:SAPMM61R:0301/ctxtRM61R-MATNR").Text = Selection
.findById("wnd[0]/usr/tabsTAB300/tabpF01/ssubINCLUDE300:SAPMM61R:0301/ctxtRM61R-WERKS").Text = "CHEM"
.findById("wnd[0]/tbar[0]/btn[0]").press
.findById("wnd[0]/tbar[1]/btn34").press
.findById("wnd[0]/tbar[1]/btn35").press
.findById("wnd[0]/tbar[1]/btn36").press
Regards,
ScriptMan
Edited by: ScriptMan on May 11, 2011 3:08 PM

Similar Messages

  • URL opens new session

    hi,
    I wrote some test client for testing my server. I create URL and call URL.getContent(). This open new session. But I want use one session. How I can use request for same session?
    <code>
    for (int i=0; i<10; i++)
    URL url = new URL(BASE_ADDRESS + "/adetail.jsf?fid=" + i);
    URLConnection connection = url.openConnection();
    // new session is created
    Object content = connection.getContent();
    </code>

    As i stated, when i click links from 3rd party applications, such as skype; a youtube link or something similar. Firefox opens a new session however it does not visit the clicked url

  • Can you copy/paste files from the Finder to Mail in Lion, or drag them onto the Mail icon in the Dock to create a new message and attach the files to it?

    Message title says it: Can you copy/paste files from the Finder to Mail in Lion, or drag them onto the Mail icon in the Dock to create a new message and attach the files to it?
    I can't find anything in the Knowledge Base that says these two options no longer work or still do.
    I do not have a system capable of running Lion, but I need to know the answer nonetheless.

    Gee, I don't know: "paste attachments mail Lion"? ;-)
    One further question, if I may: in Panther (which is where I've aggregated nearly 7 years of mail), if you copy more than one file in the Finder, switch to Mail, and paste the files into a new message, only the file names paste in. If you copy one file and paste it into a Mail message, you get the file, not just the name. Is that still true, or has that (IMHO) bug been fixed since 10.3.9?

  • There is a problem when i click the "+" tab to "open a new tab" nothing happens. It use to open new tabs and now it does nothing.

    There is a problem when i click the "+" tab to "open a new tab" nothing happens. It use to open new tabs and now it does nothing. Even when i go to "File" and "New Tab" it still does nothing. The only time i can get a new tab to open is if i go to "Help" and click "Firefox Help" then a new tab with firefox help opens.

    Hi, were you able to resolve your problem? If so, please mark this question as '''Solved'''. Thanks !

  • Choice between start new session and restore previous session

    I have refused to update firefox since 2.0.0.14. That's mid 2008. The reason? Because EVERY update I have seen has a critical flaw and I am sick of it never having been addressed. Oh, I have tested it many times. I am impatient in general. I have allowed it to update just now for instance with the naive hope that MAYBE you'd put it back the way it should be, and NOPE, you STILL have the critical epic fail that you introduced some time after 2.0.0.14, and I then had to uninstall firefox and reinstall my copy of 2.0.0.14 and restore my passwords and bookmarks from the key3.db and bookmarks.htm files (which also aren't compatible with the later versions, and that's bad too since it was more efficiently done and more comprehensible and more compatible with common knowledge that way, what the hell is a .json file anyway????), and I am sick of it. It's getting harder and harder to use 2.0.0.14, things constantly say snide things like 'upgrade (downgrade) to a modern browser, your browser is not supported', 'you are using md5 for certificate validation, are you insane?', that sort of thing, and things often don't work right, but it is WORTH every bit of it to avoid the critical epic fail.
    Ok, enough suspense. That critical epic fail is this: when I start firefox after the previous session crashed (or was killed by the task manager), it does NOT give the NICE CHOICE 2.0.0.14 does between "begin new session" and "restore previous session". It automatically restores the previous session. Do you have any idea how many times I have gone to a webpage only to observe it is infected with a virus which it tries to put on my computer, or just a horrible page with a horrible script that seems to involve an infinite loop or at least something incredibly excessive and inefficiently coded that totally eats up the CPU processing power and I BARELY managed to KILL firefox with the task manager? Do you think I want it to go right back to loading that page when I start firefox again? Do you have the BATSH*T INSANE notion that I should always WANT to restore my previous session? Well I DON'T! I killed it with good reason in the first place. 100% of the time mozilla gets killed by the task manager and 90% of the time it crashes, I don't WANT to restore my previous session. Is there some secret hidden feature representing providing this choice that 2.0.0.14 provided that is by default DISABLED that I can maybe enable, or do I have to continue using 2.0.0.14 and watch as more and more and more things refuse to work with it?
    Also, you need to have the "stop" button within reach of the bookmarks and the left side of the address bar, not on the far right of the screen. And I'd also rather not have it be in the same place as the refresh button, though I understand the justification for having the stop button become the refresh button. Is there any way I can also have the "forward, back, stop, refresh" buttons all together and in the most convenient place as they were in 2.0.0.14 while I'm at it?

    Set the pref browser.sessionstore.max_resumed_crashes to 0 on the about:config page to get the about:sessionrestore page immediately with the first restart after a crash has occurred or the Task Manager was used to close Firefox.
    *http://kb.mozillazine.org/browser.sessionstore.max_resumed_crashes
    That will allow you to deselect the tab(s) that you do not want to reopen, but will allow to reopen other tabs.
    See:
    * http://kb.mozillazine.org/Session_Restore#Restoring_a_session_after_a_crash
    * http://kb.mozillazine.org/Browser.sessionstore.max_resumed_crashes

  • HT204053 i couldn't open new terms and conditions of icloud, and so i can't use the icloud on my device iphone 5, this problem appears, when I get new ios 7

    i couldn't open new terms and conditions of icloud, and so i can't use the icloud on my device iphone 5, this problem appears, when I get new ios 7

    Try download the Find My Friends app and signing in to accept the terms and conditions there.

  • Missing options of "Enter Private Browsing" "Open new tab" and "Open new window" when right click (right context menu) firefox icon on taskbar

    Missing options of "Enter Private Browsing" "Open new tab" and "Open new window" when right click (right context menu) firefox icon on taskbar.
    i already tired complete uninstall and reinstall, but the options are still missing.
    print scr: http://www.freeimagehosting.net/9znkp
    Thank You in advance for help. Best regards

    Hello,
    ''jstavene wrote:''
    can find nothing under the tools menu for private browsing?
    Then it's not the same issue.
    If Firefox is set to '''Never remember history''', then you're in “permanent private browsing” mode, in which case the menu item ''Stop Private Browsing'' will be grayed out. Perhaps that's the case, and you don't find the menu item easy to see?
    * [[Settings for privacy, browsing history and do-not-track]]
    If that's not the case, then menu items can be hidden using the userChrome.css file. Check if it exists, and if it's there, rename it, then restart Firefox.
    * http://kb.mozillazine.org/UserChrome.css
    In Firefox Nightly (what will become Firefox 20), per-window private browsing has been added, so the menu item under the Tools menu is gone. It's been replaced by New Private Window under the File menu. I don't suppose it's very likely that you're using such a cutting-edge test version of Firefox though.
    If that doesn't solve the problem, since it's a different issue, it would be best if you would ask a new question.
    * https://support.mozilla.org/questions/new

  • Can i write a new VO and attach it to the existing AM

    Hi, am working on the OAF customizaitons.
    we already have a VO and AM but according to my logic in the customizations, can i create a new VO and attach to the existing AM? is it technically right?
    Thanks a lot in advance.
    kumar

    You cannot attach a new VO to a seeded rootAM, but you can create and attach a VO programmatically. Alternately you can define a new AM and a new VO, add the VO to the AM, add a new region to the existing page and add your new AM to the region. This way the new AM will be nested under the rootAM.
    Depending on your requirement you can choose to add it in a specific way.

  • GUI opens new session extremely slow

    My gui opens new session very slowly, there isnt any other slow progress, just opening "new session".
    It occured suddenly, i cant see a reason.
    i reinstalled gui but the problem survived. Then i updated gui from 7.1 to 7.2, but again, nothing changed.
    any ideas ??

    No idea ??

  • I have a late 2011 Macbook and whenever I open any application it opens only the top menu bar and no viewer windows.I always have to click cmd n to open new windows and it is quite annoying.Does anyone know how to fix this issue? Thx

    I have a late 2011 Macbook and whenever I open any application it opens only the top menu bar and no viewer windows.I always have to click cmd n to open new windows and it is quite annoying.Does anyone know how to fix this issue? Thx

    You may have more of a chance getting a quicker answer here:
    https://discussions.apple.com/community/windows_software/windows_compatibility

  • When I open up my hotmail, it opens a new session and not a new tab. Why?

    After I launch your program with MSN as my home page, I then click on hotmail to open up my emails. When I complete the log-in, a new Firefox session opens for my emails and not a new tab like it has done in the past. This has been happening for the past two to three months. What caused this change?

    Check the [[Options window - Tabs panel]] and make sure the setting "Open new windows in a new tab instead" has been selected.
    There are also quite a few tabbed browsing add-ons that give you greater control over tabbed browsing, and can force all new windows to open in a tab. Some examples are:
    * [https://addons.mozilla.org/en-US/firefox/addon/1122/ Tab Mix Plu]
    * [https://addons.mozilla.org/en-US/firefox/addon/14439/ Tabberwocky]
    * [https://addons.mozilla.org/en-US/firefox/addon/59961/ Tab Utilities]
    * [https://addons.mozilla.org/en-US/firefox/addon/13288/ Super Tab Mode]

  • Can not open new Session

    Dear Expert,
    I have problem with my SAP system (ECC 6.00). When I want to create a new session, I got message
    No Connect to Database, Session Terminated
    I have checked my database and it's ok.....
    Regards,
    MAL

    Dear Expert,
    I use Oracle 10. My OS is Windows server 2003 R2 Enterprise Edition SP2. I can not create new session from SAP GUI.. I Use SAP GUI 7.10 Patch 7. (I get the message when i try to create a new session, even to export file i get this error)
    And below is my trans.log
    4 ETW000 r3trans version 6.14 (release 700 - 15.06.07 - 15:50:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 21.04.2008 - 11:30:08
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Mon Apr 21 11:30:08 2008                               0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                 0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0          5601  0.005601
    4 ETW000  [dev trc     ,00000]      using "G:\usr\sap\JMP\sys\exe\run\dboraslib.dll"
    4 ETW000                                                                              19  0.005620
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                         8  0.005628
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              14  0.005642
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.107)
    4 ETW000                                                                              87  0.005729
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              14  0.005743
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              23  0.005766
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              15  0.005781
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              18  0.005799
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         13  0.005812
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              13  0.005825
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              15  0.005840
    4 ETW000  [dev trc     ,00000]  Prepending G:\usr\sap\JMP\sys\exe\run to Path.       141  0.005981
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                22225  0.028206
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         20  0.028226
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.WE8DEC        2032  0.030258
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPJMR3's password          15  0.030273
    4 ETW000  [dev trc     ,00000]  Connecting as /@JMP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              21  0.030294
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              17  0.030311
    4 ETW000  [dev trc     ,00000]    0 WE8DEC                                                    1   02655DF0   0037F9C4   0037F24C
    4 ETW000                                                                              16  0.030327
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       16  0.030343
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      14  0.030357
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server JMP (con_hdl=0,svchp=0037F198,srvhp=0265E57C)
    4 ETW000                                                                             100  0.030457
    4 ETW000  [dev trc     ,00000]  Assigning server context 0265E57C to service context 0037F198
    4 ETW000                                                                           29566  0.060023
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        18  0.060041
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0037F198,srvhp=0265E57C,usrhp=026A9E78)
    4 ETW000                                                                              30  0.060071
    4 ETW000  [dev trc     ,00000]  Assigning user session 026A9E78 to service context 0037F198
    4 ETW000                                                                           31084  0.091155
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_MODULE (:A0, :A1); END;                                                                  
    4 ETW000                                                                              36  0.091191
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_CLIENT_INFO (:A0); END;                                                                  
    4 ETW000                                                                              43  0.091234
    4 ETW000  [dev trc     ,00000]  Now '/@JMP' is connected (con_hdl 0, nls_hdl 0).
    4 ETW000                                                                             433  0.091667
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY                                                                               
    4 ETW000                                                                              28  0.091695
    4 ETW000  [dev trc     ,00000]         SELECT USERID, PASSWD FROM SAPUSER WHERE USERID IN (:A0, :A1)                                                            
    4 ETW000                                                                             243  0.091938
    4 ETW000  [dev trc     ,00000]  Got SAPJMR3's password from OPS$-user                473  0.092411
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                   11  0.092422
    4 ETW000  [dev trc     ,00000]  Rolling back transaction ...                          15  0.092437
    4 ETW000  [dev trc     ,00000]  Closing user session (con_hdl=0,svchp=0037F198,usrhp=026A9E78)
    4 ETW000                                                                             121  0.092558
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     338  0.092896
    4 ETW000  [dev trc     ,00000]  Connecting as SAPJMR3/<pwd>@JMP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              16  0.092912
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              15  0.092927
    4 ETW000  [dev trc     ,00000]    0 WE8DEC                                                    1   02655DF0   0037F9C4   0037F24C
    4 ETW000                                                                              16  0.092943
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 026A9E78            9  0.092952
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 026A9E78           11  0.092963
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0037F198,srvhp=0265E57C,usrhp=026A9E78)
    4 ETW000                                                                              14  0.092977
    4 ETW000  [dev trc     ,00000]  Assigning user session 026A9E78 to service context 0037F198
    4 ETW000                                                                           19690  0.112667
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_MODULE (:A0, :A1); END;                                                                  
    4 ETW000                                                                              35  0.112702
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_CLIENT_INFO (:A0); END;                                                                  
    4 ETW000                                                                              25  0.112727
    4 ETW000  [dev trc     ,00000]  Now 'SAPJMR3/<pwd>@JMP' is connected (con_hdl 0, nls_hdl 0).
    4 ETW000                                                                             296  0.113023
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY                                                                               
    4 ETW000                                                                              19  0.113042
    4 ETW000  [dev trc     ,00000]         SELECT VALUE FROM V$NLS_PARAMETERS WHERE PARAMETER IN ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET') ORDER BY PARAM
    4 ETW000                                                                             213  0.113255
    4 ETW000  [dev trc     ,00000]         ETER                                                                               
    4 ETW000                                                                              15  0.113270
    4 ETW000  [dev trc     ,00000]  Database NLS settings: AMERICAN_AMERICA.WE8DEC       245  0.113515
    4 ETW000  [dev trc     ,00000]         SELECT UPPER(INSTANCE_NAME),HOST_NAME,VERSION,TO_CHAR(STARTUP_TIME,'MON DD, YYYY, HH24:MI:SS') FROM V$INSTANCE           
    4 ETW000                                                                              24  0.113539
    4 ETW000  [dev trc     ,00000]  DB instance JMP is running on JMSAP04 with ORACLE version 10.2.0.2.0 since MAR 31, 2008, 07:51:48
    4 ETW000                                                                             284  0.113823
    4 ETW000  [dev trc     ,00000]         SELECT SUBSTR(NAME,1,3), TO_CHAR(CREATED,'YYYYMMDDHHMMSS') FROM V$DATABASE                                               
    4 ETW000                                                                              19  0.113842
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                 1431  0.115273
    4 ETW000  [dev trc     ,00000]         SELECT VERSION FROM SVERS                                                                               
    4 ETW000                                                                            3789  0.119062
    4 ETW000  [dev trc     ,00000]         SELECT COMPCNT FROM "DDNTT"                                                                               
    4 ETW000                                                                             369  0.119431
    4 ETW000  [dev trc     ,00000]  NTAB: Structure of NTAB on DB is VERS_B              199  0.119630
    4 ETW000  [dev trc     ,00000]  NTAB: standalone processing                           27  0.119657
    4 ETW000  [dev trc     ,00000]  NTAB: read profile                                     9  0.119666
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/entrycount 1000.                       8  0.119674
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/ftabsize 500.                          8  0.119682
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/irbdsize 100.                          7  0.119689
    4 ETW000  [dev trc     ,00000]  NTAB: rsdb/ntab/sntabsize 100.                         8  0.119697
    4 ETW000  [dev trc     ,00000]  NTAB: compute_hash_card: 2003.                        12  0.119709
    4 ETW000  [dev trc     ,00000]  NTAB: maxcnt 1000.                                    18  0.119727
    4 ETW000  [dev trc     ,00000]  NTAB: hfactor 2003.                                    7  0.119734
    4 ETW000  [dev trc     ,00000]  NTAB: mem_protocol_size 104                            7  0.119741
    4 ETW000  [dev trc     ,00000]  NTAB: hdr_backpack_offset 0                            8  0.119749
    4 ETW000  [dev trc     ,00000]  NTAB: hdr_backpack_size 0                             11  0.119760
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: header_size 44.                            8  0.119768
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: item_size 36.                              8  0.119776
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: item_cnt 1000.                             8  0.119784
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: unit_size 4                                8  0.119792
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: unit_cnt 128000.                           8  0.119800
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: data_size 512000.                          8  0.119808
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: header_size 44.                            7  0.119815
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: item_size 36.                              8  0.119823
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: item_cnt 250.                              8  0.119831
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: unit_size 8                                7  0.119838
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: unit_cnt 12800.                            8  0.119846
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: data_size 102400.                          8  0.119854
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: header_size 44.                            8  0.119862
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: item_size 36.                              7  0.119869
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: item_cnt 250.                              8  0.119877
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: unit_size 4                                7  0.119884
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: unit_cnt 25600.                            8  0.119892
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: data_size 102400.                          8  0.119900
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: header_size 148.                           8  0.119908
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: item_size 24.                              8  0.119916
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: item_cnt 1000.                             7  0.119923
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: unit_size 152                              8  0.119931
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: unit_cnt 1000.                             8  0.119939
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: data_size 152000.                          8  0.119947
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: hh_p 266e5e8, hh_len 44                  592  0.120539
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: aa_p 3a836a0, aa_len 8012                 10  0.120549
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: ia_p 3a855f8, ia_len 36000                 9  0.120558
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: dat_p 3a90008, dat_len 512000              8  0.120566
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: hh_p 267ef10, hh_len 44                    9  0.120575
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: aa_p 26aa1b8, aa_len 8012                  8  0.120583
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: ia_p 3b0d010, ia_len 9000                  8  0.120591
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: dat_p 3b0f340, dat_len 102400              8  0.120599
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: hh_p 266e978, hh_len 44                    9  0.120608
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: aa_p 3b28348, aa_len 8012                  8  0.120616
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: ia_p 3b2a2a0, ia_len 9000                  8  0.120624
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: dat_p 3b2c5d0, dat_len 102400              8  0.120632
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: hh_p 2698f60, hh_len 148                   8  0.120640
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: aa_p 3b455d8, aa_len 8012                  9  0.120649
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: ia_p 3b47530, ia_len 24000                 8  0.120657
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: dat_p 3b4d2f8, dat_len 152000              8  0.120665
    4 ETW000  [dev trc     ,00000]  NTAB: ntab_mem_protocol 2698f60, ntab_mp_p 2698f60, ntab_proc_id 0
    4 ETW000                                                                              84  0.120749
    4 ETW000  [dev trc     ,00000]  NTAB: FTAB: hh_p 266e5e8, ha_list 3a836a0, hi_list 3a855f8, buffer 3a90008
    4 ETW000                                                                              41  0.120790
    4 ETW000  [dev trc     ,00000]  NTAB: IREC: hh_p 267ef10, ha_list 26aa1b8, hi_list 3b0d010, buffer 3b0f340
    4 ETW000                                                                              14  0.120804
    4 ETW000  [dev trc     ,00000]  NTAB: STAB: hh_p 266e978, ha_list 3b28348, hi_list 3b2a2a0, buffer 3b2c5d0
    4 ETW000                                                                              13  0.120817
    4 ETW000  [dev trc     ,00000]  NTAB: TTAB: hh_p 2698fc8, ha_list 3b455d8, hi_list 3b47530, buffer 3b4d2f8
    4 ETW000                                                                              13  0.120830
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 0
    4 ETW000                                                                              19  0.120849
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 1
    4 ETW000                                                                              22  0.120871
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 2
    4 ETW000                                                                              22  0.120893
    4 ETW000  [dev trc     ,00000]  NTAB: mem_handler: alloc for 500 elems, task 0, art 3
    4 ETW000                                                                              20  0.120913
    4 ETW000  [dev trc     ,00000]         SELECT TABNAME, BLOCKNR, FIELDSLG, FIELDS FROM "DDNTF" WHERE TABNAME = :A0 ORDER BY TABNAME, BLOCKNR                     
    4 ETW000                                                                              57  0.120970
    4 ETW000  [twdydbacc.c ,00565]  i:0                                                  421  0.121391
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       PGMID                         10  0.121401
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      1                              7  0.121408
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      0                              6  0.121414
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   4                              7  0.121421
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:4                             20  0.121441
    4 ETW000  [twdydbacc.c ,00565]  i:1                                                    8  0.121449
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       OBJECT                         7  0.121456
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      1                              7  0.121463
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      4                              6  0.121469
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   4                              7  0.121476
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:4                              6  0.121482
    4 ETW000  [twdydbacc.c ,00565]  i:2                                                    7  0.121489
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       OBJ_NAME                       7  0.121496
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      1                              6  0.121502
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      8                              7  0.121509
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   40                             6  0.121515
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:40                             7  0.121522
    4 ETW000  [twdydbacc.c ,00565]  i:3                                                    7  0.121529
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       KORRNUM                        7  0.121536
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              9  0.121545
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      48                             7  0.121552
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   10                             6  0.121558
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:10                             6  0.121564
    4 ETW000  [twdydbacc.c ,00565]  i:4                                                    8  0.121572
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       SRCSYSTEM                      7  0.121579
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121585
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      58                             7  0.121592
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   10                             6  0.121598
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:10                             6  0.121604
    4 ETW000  [twdydbacc.c ,00565]  i:5                                                    7  0.121611
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       AUTHOR                         7  0.121618
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121624
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      68                             7  0.121631
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   12                             6  0.121637
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:12                             7  0.121644
    4 ETW000  [twdydbacc.c ,00565]  i:6                                                    7  0.121651
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       SRCDEP                         7  0.121658
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121664
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      80                             6  0.121670
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              7  0.121677
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              6  0.121683
    4 ETW000  [twdydbacc.c ,00565]  i:7                                                    7  0.121690
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       DEVCLASS                       7  0.121697
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121703
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      81                             7  0.121710
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   30                             6  0.121716
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:30                             7  0.121723
    4 ETW000  [twdydbacc.c ,00565]  i:8                                                    7  0.121730
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       GENFLAG                        7  0.121737
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121743
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      111                            6  0.121749
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              7  0.121756
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              6  0.121762
    4 ETW000  [twdydbacc.c ,00565]  i:9                                                    7  0.121769
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       EDTFLAG                        7  0.121776
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121782
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      112                            7  0.121789
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              6  0.121795
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              7  0.121802
    4 ETW000  [twdydbacc.c ,00565]  i:10                                                   7  0.121809
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       CPROJECT                       9  0.121818
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121824
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      113                            7  0.121831
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   8                              6  0.121837
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:8                              6  0.121843
    4 ETW000  [twdydbacc.c ,00565]  i:11                                                   8  0.121851
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       MASTERLANG                     6  0.121857
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              7  0.121864
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      121                            7  0.121871
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              6  0.121877
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              6  0.121883
    4 ETW000  [twdydbacc.c ,00565]  i:12                                                   8  0.121891
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       VERSID                         7  0.121898
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121904
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      122                            6  0.121910
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   20                             7  0.121917
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:20                             6  0.121923
    4 ETW000  [twdydbacc.c ,00565]  i:13                                                   8  0.121931
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       PAKNOCHECK                     7  0.121938
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121944
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      142                            7  0.121951
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              6  0.121957
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              6  0.121963
    4 ETW000  [twdydbacc.c ,00565]  i:14                                                   8  0.121971
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       OBJSTABLTY                     7  0.121978
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.121984
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      143                            7  0.121991
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              6  0.121997
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              6  0.122003
    4 ETW000  [twdydbacc.c ,00565]  i:15                                                   8  0.122011
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       COMPONENT                      7  0.122018
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.122024
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      144                            7  0.122031
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   30                             6  0.122037
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:30                             6  0.122043
    4 ETW000  [twdydbacc.c ,00565]  i:16                                                   8  0.122051
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       CRELEASE                       7  0.122058
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.122064
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      174                            7  0.122071
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   10                             6  0.122077
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:10                             7  0.122084
    4 ETW000  [twdydbacc.c ,00565]  i:17                                                   9  0.122093
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       DELFLAG                        7  0.122100
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              6  0.122106
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      184                            7  0.122113
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              6  0.122119
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              7  0.122126
    4 ETW000  [twdydbacc.c ,00565]  i:18                                                   8  0.122134
    4 ETW000  [twdydbacc.c ,00566]  db_fd_p<i>.fname:       TRANSLTTXT                     6  0.122140
    4 ETW000  [twdydbacc.c ,00567]  db_fd_p<i>.is_key:      0                              7  0.122147
    4 ETW000  [twdydbacc.c ,00568]  db_fd_p<i>.offset:      185                            6  0.122153
    4 ETW000  [twdydbacc.c ,00569]  db_fd_p<i>.db_length:   1                              7  0.122160
    4 ETW000  [twdydbacc.c ,00570]  db_fd_p<i>.fixed_length:1                              6  0.122166
    4 ETW000  [dev trc     ,00000]         SELECT VERSION, UUID, CRTIMESTMP, ABTIMESTMP, DYTIMESTMP, FLDCNT, TABLENGTH, KEYCNT, KEYLENGTH, CLIENTPOS, TABTYPE, TABFOR
    4 ETW000                                                                              31  0.122197
    4 ETW000  [dev trc     ,00000]         M, REFNAME, HFLAG, BUFSTATE, BUFPARM, ALIGN, POINTERLG, UNICODELG, COMPCNT, LEAFCNT FROM "DDNTT" WHERE TABNAME = :A0     
    4 ETW000                                                                              15  0.122212
    4 ETW000  [twdydbacc.c ,00713]  buffer:'g CRIPTION = (SDU = 32768) (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = jmsap04) (PORT = 1527))) (CONNECT_DATA = (SID = JMP) (GLOBAL_NAME = JMP.WORLD)))'
    4 ETW000                                                                             321  0.122533
    4 ETW000  [twdydbacc.c ,00718]  i:0                                                    7  0.122540
    4 ETW000  [twdydbacc.c ,00719]  tw_fd_p<i>.offset:0                                    6  0.122546
    4 ETW000  [twdydbacc.c ,00718]  i:1                                                    6  0.122552
    4 ETW000  [twdydbacc.c ,00719]  tw_fd_p<i>.offset:4                                    7  0.122559
    4 ETW000  [twdydbacc.c ,00718]  i:2                                                    6  0.122565
    4 ETW000  [twdydbacc.c ,00719]  tw_fd_p<i>.offset:8                                    6  0.122571
    4 ETW000  [dev trc     ,00000]  { db_rtab( fcode = 'RT_READ_ONLY', tname = 'TADIR' ) {twdbcall.c:648}
    4 ETW000                                                                              19  0.122590
    4 ETW000  [dev trc     ,00000]         SELECT * FROM "TADIR" WHERE "PGMID" = :A0 AND "OBJECT" = :A1 AND "OBJ_NAME" = :A2                                        
    4 ETW000                                                                              91  0.122681
    4 ETW000  [dev trc     ,00000]  } db_rtab( fcode = 'RT_READ_ONLY', retcode = 0 )
    4 ETW000                                                                             281  0.122962
    4 ETW000 Connected to DBMS = ORACLE --- dbs_ora_tnsname = 'JMP' --- SYSTEM = 'JMP'.
    4 ETW000  [dev trc     ,00000]  { db_rtab( fcode = 'RT_INSERT', tname = 'PATCHHIST' ) {saprel.c:1251}
    4 ETW000                                                                             179  0.123141
    4 ETW000  [dev trc     ,00000]         INSERT INTO "PATCHHIST" VALUES( :A0 , :A1 , :A2 , :A3 , :A4 , :A5 , :A6 , :A7 )                                          
    4 ETW000                                                                             309  0.123450
    4 ETW000  [dev trc     ,00000]  } db_rtab( fcode = 'RT_INSERT', retcode = 0 )        364  0.123814
    4 ETW000  [dev trc     ,00000]  dsql_open (con_da=(0,R/3),stmt="SELECT EXECUTABLE,SAPRELEASE,H ...",#binds=0,name=UNKNOWN,#input=0)
    4 ETW000                                                                              75  0.123889
    4 ETW000  [dev trc     ,00000]         SELECT EXECUTABLE,SAPRELEASE,HOSTNAME,PLATFORM,DBVENDOR,TIMESTAMP,PATCHNO,DBSLPATCHN FROM PATCHHIST WHERE EXECUTABLE = 'R3
    4 ETW000                                                                              36  0.123925
    4 ETW000  [dev trc     ,00000]         trans' AND TIMESTAMP = (SELECT MAX(TIMESTAMP) FROM PATCHHIST WHERE EXECUTABLE = 'R3trans' AND SAPRELEASE = '700' AND HOSTN
    4 ETW000                                                                              15  0.123940
    4 ETW000  [dev trc     ,00000]         AME = 'JMSAP04' AND PLATFORM = 'NT' AND DBVENDOR = 'ORA')                                                                
    4 ETW000                                                                              15  0.123955
    4 ETW000  [dev trc     ,00000]  dsql_fetch (con_da=(0,R/3),cu_id=0,#output=8)         17  0.123972
    4 ETW000  [dev trc     ,00000]  dsql_close (con_da=(0,R/3),cu_id=0)                  265  0.124237
    4 ETW000  [dev trc     ,00000]  { db_rtab( fcode = 'RT_DELETE', tname = 'PATCHHIST' ) {saprel.c:1359}
    4 ETW000                                                                              17  0.124254
    4 ETW000  [dev trc     ,00000]         DELETE FROM "PATCHHIST" WHERE "EXECUTABLE" = :A0 AND "SAPRELEASE" = :A1 AND "HOSTNAME" = :A2 AND "PLATFORM" = :A3 AND "DBV
    4 ETW000                                                                              31  0.124285
    4 ETW000  [dev trc     ,00000]         ENDOR" = :A4 AND "TIMESTAMP" = :A5                                                                               
    4 ETW000                                                                              15  0.124300
    4 ETW000  [dev trc     ,00000]  } db_rtab( fcode = 'RT_DELETE', retcode = 0 )        256  0.124556
    4 ETW690 COMMIT "0" "0"
    4 ETW000  [dev trc     ,00000]  db_con_commit (con_da={R/3,0,0},th_commit=1,tx=1,hold_cursor=0)
    4 ETW000                                                                              41  0.124597
    4 ETW000  trace to file pointer closed
    4 ETW000  trace at level 1 opened for a given file pointer
    4 ETW000
    4 ETW000 ================== STEP 1 =====================
    4 ETW000 date&time        : 21.04.2008 - 11:30:08
    4 ETW000 function         : CONNECT
    4 ETW000 buffersync       : YES
    4 ETW000 clients          : default
    4 ETW000 l.s.m.           : VECTOR
    4 ETW000 commit           : 100000
    4 ETW000 table cache      : dynamic
    4 ETW000
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                  113  0.000113
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                   15  0.000128
    4 ETW000  [dev trc     ,00000]  Closing user session (con_hdl=0,svchp=0037F198,usrhp=026A9E78)
    4 ETW000                                                                             314  0.000442
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0037F198,srvhp=0265E57C)
    4 ETW000                                                                             405  0.000847
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     361  0.001208
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                        14  0.001222
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=1, com_tx=1)
    4 ETW000                                                                              13  0.001235
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
    4 ETW000                                                                              11  0.001246
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0000).
    4 ETW000 date&time: 21.04.2008 - 11:30:08
    Regards,
    MAL
    MAL

  • Open new session on submitting a program thru FM call

    Hi expertz...need your help up here.
    Have a situation where we need to trigger another program(say zabc : PO History) when the user selects a line in the ALV list and then clicks a button (to call zabc), the new program should run in the background and open up or display the results in a New Session.
    Have tried to use FM 'SUBMIT_REPORT' with STARTING NEW TASK but it dosnt work.  Please see the call below.
    CALL FUNCTION 'SUBMIT_REPORT' "STARTING NEW TASK 'TEST1'
      EXPORTING
      RDIR                   = TRDIR
        report                 = 'ZPRPP_WORKORDERPURCHASING'
       RET_VIA_LEAVE          = ' '
      VARIANT                = ' '
       VARIPROG               = 'ZPRPP_WORKORDERPURCHASING'
       SKIP_SELSCREEN         = 'X'
      EXPRESSIONS            =
    IMPORTING
      VARIANT                =
    TABLES
       SELECTION_TABLE        = i_rspar
    EXCEPTIONS
       JUST_VIA_VARIANT       = 1
       NO_SUBMIT_AUTH         = 2
       OTHERS                 = 3
    Any Idea!.
    Thanks
      Jaif

    Hi,
    copy your function module SUBMIT_REPORT to ZSUBMIT_REPORT and make it remote enabled.
    Now, where ever you want to call this FM, call as below,
    CALL FUNCTION 'ZSUBMIT_REPORT' STARTING NEW TASK 'T'
    EXPORTING
    * RDIR = TRDIR
    report = 'ZPRPP_WORKORDERPURCHASING'
    RET_VIA_LEAVE = ' '
    * VARIANT = ' '
    VARIPROG = 'ZPRPP_WORKORDERPURCHASING'
    SKIP_SELSCREEN = 'X'
    * EXPRESSIONS =
    * IMPORTING
    * VARIANT =
    TABLES
    SELECTION_TABLE = i_rspar
    EXCEPTIONS
    JUST_VIA_VARIANT = 1
    NO_SUBMIT_AUTH = 2
    OTHERS = 3.
    Check it out, it works for me.

  • Open new session in another language - Helpdesk tool!

    Hi,
    We have a lot of Chinese and Indian colleagues who ring up our German hotline with SAP problems. Normally we are signed on in German (which we understand!) but we would like to open a new session in English, without having to sign on again, so we can call transactions in English and explain what is going on to our friends abroad.
    I understand from a colleague that this is possible....unfortunately I don't know how to do it!
    Any ideas?
    Best regards and a nice weekend.
    Mike
    P.S. I can create a new session like this:
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'TEST'
        DESTINATION 'NONE'
        EXPORTING
          tcode                 = 'SESSION_MANAGER'
        EXCEPTIONS
          communication_failure = 1
          system_failure        = 2.
    But even when I change my language (SY-LANGU/Language in SU01 etc.) my new session is in the "original" language.

    I am not sure whether its a feasible option for you or not as you have to create an RFC destination for English Login.
    You can create an RFC destination with your Login details and language as EN
    Then you can run the FM - 'ABAP4_CALL_TRANSACTION'  with destination as the One Created Above and Tcode as SESSION_MANAGER
    This will open a new login with EN language.
    You can also create RFC destination and just Click "Remote Logon" to open EN login session
    Regards,
    Aj
    Edited by: Abhishek Jolly on Aug 28, 2009 6:44 PM

  • Open_form in new session and packages

    I have form A opened. Form A , calls some stored packages X and set some variable Y in the package.
    Now form A calls form B, with session mode. Will the value of variable X.Y be available in form B.
    Basically the question is when you open a new form (using open_form , session mode) what happens to the package variable ( stored packages).
    Thanking you

    Variables for stored packages are not visible accross session. Having said that you can try two things, first is as advised by the person earlier.
    Secondly, you can write value to a temporary table and read it from there. You can save value in the table using current session id. And when you launch new form with new session pass current id as parameter. New session form can then locate the value from the temporary table.
    Best of luck!

Maybe you are looking for