RFC Debugging

Hi Experts,
I have done GOOGLE for How to debug Remote FM. Have found many links and methods of doing so. But unfortunately none of them help me to debug Remote FM.
Links Like :
How to Debug SAP RFC , background job , update FM etc.. « SAP Ignite
Remote ABAP Debugging
**************** - Tips - Remote ABAP debugging
http://www.sap-help.net/Page/abap-development-getting-started/abap-debugger-setup/abap-debugger-rfc-debugging/
SAP Note 1004248.
Regards,
Sagar

Hi Bhushan,
Thanks for the prompt reply.
I have done steps 1 to 3.
Now for Step 4 do i need to click on Remote Logon button as shown in below screen shot?
If yes, than i did but i have not got any popup or any other screen.
After that i have follow Steps 5 to 7, but at break point it doesn't stop.
Regards,
Sagar

Similar Messages

  • RFC Debugging and Cache Admin not available in PPM 5.0

    Hi Experts,
    RFC Debugging  and Cache Administration is not available  in PPM 5.0 as compared to RPM 4.5. Is it due to single ABAP stack model of PPM 5.0 ? Complete transformation from java to ABAP webdynpro components  ?  Any idea on this ?
    Best Regards,
    Siva

    Siva,
    Yes, you are right, As enerything is moved to ABAP stack in SAP PPM 5.0. RFC Debugging and Cache Administration is not required in SAP PPM 5.0.
    Cheers
    Amit

  • External RFC Debugging

    HI to all!
    I have a problem with RFC Debugging with External Debugging.
    I have set a Breakpoint at the call of an RFC FB when I Debug form SAP GUI (internal)
    I can go into this RFC FB with F5
    When I cam from Web Dynpro (external) I can go not into this RFC FB with F5.
    If i push button F5 the next code line is after the RFC FB call and not into this RFC FB.
    My question is what I have to do to get into this RFC FB by external Debugging
    Thanks'
    Hermann

    hi
    good
    go through this link,hope this ll give you the idea to solve your problem
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30
    thanks
    mrutyun^

  • Inbound RFC debugging

    Hi All,
      I am using RFC for updating the table in the R/3 system. The tabel get updated in two steps.
    1.In first scenario, I am using message split, one message is for file and other is for RFC. In this table gets updated correctly.
    2. In one more scenario which is File to RFC in which i am calling same RFC for updating the table with some more data based on the condition.  XI it is showing successfull once the scenario is executed, but the table is not updated with the data.
    But when I execute the RFC in the R/3 it is updating the fields based on the condition. How to trace the error.
    I also following the Michal Blog for debugging.https:///people/michal.krawczyk2/blog/2006/01/17/xi-debugging-rfc-calls-from-the-xi-not-possible-who-said-that-
    Is there any other way to solve the problem.
    Regards
    Prakash

    Hi Prakash,
    for analyzation I would modify the coding of the RFC. I would write the message snet into the LOG.
    There are sample function modules where you can see how to write into the LOG.
    The function modules are starting with BAL_LOG*
    Use Se37 to find appropriate unction modules
    Regards Mario

  • RFC debug

    I have RFC in R/3. I am calling this RFC from APO. is it possible to debug the RFC in APO in Zprogram? How?

    Hi,
    in zprogram.
    add this code.
    clear sy-subrc.
    do.
    if sy-subrc = 4.
      exit.
    endif.
    enddo.
    Execute zprogram. Goto SM50 and select zprogram and select debug (on menu).
    Cheers.
    ...Reward if useful.

  • Debugging RFC - EBP and R/3

    Hello people,
    I´m debugging in EBP, and sometimes a function in R3 is called (a RFC function in R/3 system).
    I´m debugging with F5 (step by step) and I want to debug step-by-step inside the function called (in R3). In this moment, when the RFC function is called, the debug session acts as I had pressed F6 and the debug continues in EBP.
    I don´t know where I have to configure it! Do you have any tip?
    Thank you!

    Hi,
    Please check the following things
    1) Transaction SM59 --> check the entry you have maintained for your R/3 system.
    2) get in to details of the RFC destination ---> click on the tab Logon/security.
    3) You will find the following details
    Language        EN
    Client          ---> Client of the R/3
    User            ---> RFC user for R/3
    password     --> password of this user in R/3
    4) click on 'connection test' ---> system would take you to R/3 system. (this is just test to check the connection).
    5) Get in to details of this RFC user in R/3 ---> Transaction -->SU01 ---> User type should be dialog.
    6) then you should be able to do RFC debugging.

  • Debugging ABAP Code From Within Webdynpro Application

    Hello Experts,
    We use ABAP RFC Function in Our Java Webdynpro application, We need to debug the parameters pass from the webdynpro application to the ABAP Function.
    In order to do that we:
    1. Defined a JCO connection with "Single Server Connection" as the Destination Type.
    2. We have loged on to the relevant system and client using SAP GUI with the same user that run the webdynpro application.
    3. We have activate the external debugging in se80 Utilities -> Settings
    4. We have set an HTTP (external) breakpoint in the ABAP code,
    As mentioned in the article:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30
    However, we recieve a dump in the R3 system:
    RFC_DEBUGGING_NO_DIALOG_USER
    ShrtText
    RFC debugging is only possible with dialog user
    What happened?
    You attempted to debug a program by RFC. However, in this destination
    there is a user whose user type permits communication without dialog.
    This means, for example, that debugging with a system user is not
    possible.
    What can you do?
    Restart the program and take note of the following:
    You can do one of the following:
    1. You can change the user listed in the RFC destination and enter a
    dialog user.
    2. In the target system of RFC you can change the user type of the user
    listed in the RFC destination to 'dialog'.
    3. You can avoid this runtime error by omitting the RFC debugging.
    If in the ABAP debugger the statement cursor points to the statement
    (CALL FUNCTION ... DESTINATION), you must choose the function
    'Execute'.
    We checked and the user we use is defined as dialog in SU01 and the user that the webdynpro use to call the functio is the same user as was logged in.
    What else should we do?
    Thanks,
    Eyal

    Hello Eyal,
    You mentioned the following..
    1. Defined a JCO connection with "Single Server Connection" as the Destination Type. 2. We have loged on to the relevant system and client using SAP GUI with the same user that run the webdynpro application.*<---The system that you logged into is your source system*
    3. We have activate the external debugging in se80 Utilities -> Settings
    4. We have set an HTTP (external) breakpoint in the ABAP code,
    and the name of the system defined in the RFC connection will be your target system.
    As per the response (dump error message) in this target system you need to have a dialog user.
    And this dialog user needs to be defined in the RFC destination that is being used to connect to the target system.
    Regards,
    Siddhesh

  • Debug IDoc ?

    All,
    I have an IDoc for message type MBGMCR. That we are sending from Warehouse Management (WM) Box to our Finance Box ( Both are SAP instances) . But IDoc getting failed in Target system (Finance Box) with status 53.( Error saying authorisation not found for accounts posting).
    Then i reprocess the IDoc from BD87 and it got sucessful with 51.
    I know this is because of RFC user authorisation. Then i have given SAP_ALL to RFC user and try to send IDoc from WM box to FIN box. Still my IDoc got failed.
    Now my question is how can debug the IDoc while at the time sending IDoc from WM to FIN box.
    I have tried SM50 RFC debuging option , but If i opened the SM50 debuging IDoc getting generated in 64 status.
    and also tried to search the code for message class & message number in error occured, and put break-point and run from WE19,  system doesn't stop at break-point.
    PS Please don't suggest to use WE19, BD87 for debugging.( If i use these IDoc getting created sucessfully)

    Issue is with RFC user type. Problem solved

  • Is debugging possible b/w different servers?

    Dear All,
    Is debugging possible between different servers?
    For example if I am calling an RFC function module in server B from server A, can I go through the debugging?
    Please help. <REMOVED BY MODERATOR>.
    Regards,
    Renjith Michael.
    Edited by: Alvaro Tejada Galindo on Jan 1, 2008 11:09 AM

    Hi
    check this link for rfc debugging
    http://help.sap.com/saphelp_47x200/helpdata/en/22/042a58488911d189490000e829fbbd/frameset.htm
    Regards

  • Prepare has not been completed succesfully

    Hi Experts,
    I started an upgrade release 4.6C to ECC 6.0 on windows 2003 db version is SQL Server 2005,
    I am getting an error message at the begining of prepare phase,
    I've also updated sapup.exe version and source system kernel to 2364,
    how can i prevent this error,
    ERROR: PREPARE has not been completed successfully.
    Correct the problems reported by PREPARE otherwise
    you cannot start the upgrade.
    here is UpgDialog.log
    Target SAP system is AHQ
    Enter the SAP instance number [00]:
    ? INSTANCE NUMBER   =
    Waiting for input since 30.Eki.2008 10:31:46
    > INSTANCE NUMBER   =  00
    Type of database system is mss
      >>>>>>>>>> Input Wizard <<<<<<<<<<
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 01 = E:\upgdvds\upgmaster_51033520\UMN_WINDOWS_I386
    Reading data from "Upgrade Master CD/DVD"...
    SAP  UPGRADE  CONTROL  PROGRAM
    ================================
    This is SAPup version 7.00/3 upgrade to release
            600 of EA-APPL
            600 of EA-DFPS
            600 of EA-FINSERV
            600 of EA-GLTRADE
            600 of EA-HR
            400 of EA-IPPE
            600 of EA-PS
            600 of EA-RETAIL
            600 of ECC-DIMP
            600 of ERECRUIT
            600 of FI-CA
            600 of FI-CAX
            600 of FINBASIS
            600 of INSURANCE
            600 of IS-CWM
            600 of IS-H
            600 of IS-M
            600 of IS-OIL
            600 of IS-PS-CA
            600 of IS-UT
            600 of LSOFE
            2005_1_700 of PI_BASIS
            700 of SAP_ABA
            700 of SAP_AP
            600 of SAP_APPL
            700 of SAP_BASIS
            700 of SAP_BW
            600 of SAP_HR
            600 of SEM-BW
            2005_1_700 of ST-PI
    Target SAP system is AHQ, MSSQL database
    ? continue
    ? cancel
    Waiting for input since 30.Eki.2008 10:34:32
    > continue
    ERROR: PREPARE has not been completed successfully.
    Correct the problems reported by PREPARE otherwise
    you cannot start the upgrade.
    ? continue
    ? cancel
    And also in /usr/sap/put/log directoy these logs existent;
    SAPup.log;
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    SEVERE ERROR: problems with SERVER mode - abort
    ...CANCELED at 20081030104921.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030105012
    ...end dialogue at 20081030105013
    ...begin dialogue at 20081030105013
    ...end dialogue at 20081030105015
    ...begin dialogue at 20081030105034
    ...end dialogue at 20081030105039
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105039
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105039
    ...end dialogue at 20081030105041
    ...STARTED at 20081030105041.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030105041
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030105041
    ...begin dialogue at 20081030105041
    ...end dialogue at 20081030105104
    ...CANCELED at 20081030105104.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.011.
    ...begin dialogue at 20081030105626
    ...end dialogue at 20081030105627
    ...begin dialogue at 20081030105627
    ...end dialogue at 20081030105630
    ...begin dialogue at 20081030105711
    ...end dialogue at 20081030105715
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105715
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105715
    ...end dialogue at 20081030105719
    ...CANCELED at 20081030105719.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030105752
    ...end dialogue at 20081030105753
    ...begin dialogue at 20081030105753
    ...end dialogue at 20081030105756
    ...begin dialogue at 20081030105814
    ...end dialogue at 20081030105818
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105818
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105818
    ...end dialogue at 20081030105824
    ...STARTED at 20081030105824.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030105824
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030105824
    ...begin dialogue at 20081030105824
    ...end dialogue at 20081030110026
    ...CANCELED at 20081030110026.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110034
    ...end dialogue at 20081030110035
    ...begin dialogue at 20081030110035
    ...end dialogue at 20081030110038
    ...begin dialogue at 20081030110054
    ...end dialogue at 20081030110104
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110104
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110104
    ...end dialogue at 20081030110123
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110134
    ...end dialogue at 20081030110140
    ...begin dialogue at 20081030110140
    ...end dialogue at 20081030110143
    ...begin dialogue at 20081030110149
    ...end dialogue at 20081030110154
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110154
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110154
    ...end dialogue at 20081030110155
    ...STARTED at 20081030110155.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030110155
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030110155
    ...begin dialogue at 20081030110155
    ...end dialogue at 20081030110328
    ...CANCELED at 20081030110328.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110335
    ...end dialogue at 20081030110335
    ...begin dialogue at 20081030110335
    ...end dialogue at 20081030110337
    ...begin dialogue at 20081030110342
    SEVERE ERROR: problems with SERVER mode - abort
    ...CANCELED at 20081030110342.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110858
    ...end dialogue at 20081030110859
    ...begin dialogue at 20081030110859
    ...end dialogue at 20081030110901
    ...begin dialogue at 20081030110937
    ...end dialogue at 20081030110940
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110940
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110940
    ...end dialogue at 20081030110941
    ...STARTED at 20081030110941.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030110941
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030110941
    ...begin dialogue at 20081030110941
    ...end dialogue at 20081030110945
    ...CANCELED at 20081030110945.
    CHANGES.LOG
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030104921"
    "20081030104921"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105012"
    "20081030105012"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105013"
    "20081030105013"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105013"
    "20081030105013"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105015"
    "20081030105015"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105034"
    "20081030105034"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105039"
    "20081030105039"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105039"
    "20081030105039"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105104"
    "20081030105104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030105104"
    "20081030105104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105626"
    "20081030105626"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105627"
    "20081030105627"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105627"
    "20081030105627"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105630"
    "20081030105630"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105711"
    "20081030105711"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105715"
    "20081030105715"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105715"
    "20081030105715"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105719"
    "20081030105719"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030105719"
    "20081030105719"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105752"
    "20081030105752"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105753"
    "20081030105753"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105753"
    "20081030105753"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105756"
    "20081030105756"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105814"
    "20081030105814"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105818"
    "20081030105818"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105818"
    "20081030105818"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110026"
    "20081030110026"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110026"
    "20081030110026"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110034"
    "20081030110034"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110035"
    "20081030110035"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110035"
    "20081030110035"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110038"
    "20081030110038"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110054"
    "20081030110054"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110104"
    "20081030110104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110104"
    "20081030110104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110123"
    "20081030110123"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110134"
    "20081030110134"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110140"
    "20081030110140"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110140"
    "20081030110140"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110143"
    "20081030110143"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110149"
    "20081030110149"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110154"
    "20081030110154"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110154"
    "20081030110154"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110328"
    "20081030110328"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110328"
    "20081030110328"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110337"
    "20081030110337"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110342"
    "20081030110342"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110342"
    "20081030110342"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110858"
    "20081030110858"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110859"
    "20081030110859"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110859"
    "20081030110859"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110901"
    "20081030110901"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110937"
    "20081030110937"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110940"
    "20081030110940"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110940"
    "20081030110940"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110945"
    "20081030110945"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110945"
    "20081030110945"
    "0"
    "0"
    "0"
    "0"
    TOOLOUT.LOG
    SAPup>  Starting subprocess disp+work.exe with id 732 at 20081030103432
    EXECUTING C:\usr\sap\AHQ\SYS\exe\run\disp+work.exe -V
    disp+work information
    kernel release                46D
    kernel make variant           46D
    DBMS client library           SQL_Server_7.00                
    DBSL shared library version   46D.00
    compiled on                   NT 4.0 1381 Service Pack 6 x86 MS VC++ 12.00
    compile time                  Jan 14 2008 08:47:41
    update level                  0
    patch number                  2364
    source id                     0.2364
    supported environment
    database (SAP, table SVERS)   46A
                                  46B
                                  46C
                                  46D
    DBMS server                   MSSQL 6.5.213 or higher
                                  MSSQL 7.0.1 or higher
    operating system              Windows NT 4.0
                                  Windows NT 5.0
                                  Windows NT 5.1
                                  Windows NT 5.2
                                                                                    System build information:
                                  LCHN  : 955407
    disp+work patch information
    ( 0.001) Correct cursor preservation (I) (note 307486)
    ( 0.002) SU53 reports always 'Check on S_TCODE SU53' (note 310513)
    ( 0.003) PXA: Emergency mode (note 307976)
    ( 0.004) Correct shortcut handling under EASY ACCESS (note 309791)
    ( 0.005) POST driver: no set locale (note 310076)
    ( 0.006) ASSIGN attr+off(len) TO <fs> (note 302214)
    ( 0.007) Contextmenu for tableview cells (note 309755)
    ( 0.008) Rfc and full screen (note 308383)
    ( 0.009) Dropdown listbox performance (note 307795)
    ( 0.010) Correct cursor preservation (II) (note 307486)
    ( 0.011) Spool-Patch-Collection 26 (note 92482)
    ( 0.012) Correct cursor preservation (III) (note 307486)
    ( 0.013) Correct cursor preservation (IV) (note 307486)
    ( 0.014) Core in dyCheckRadioGroups() (note 308958)
    ( 0.019) STAT: DB Resonse Time for SQL Server (note 310288)
    ( 0.021) Rfc authority problem (note 93254)
    ( 0.024) RFC extended trace information (note 311386)
    ( 0.027) CALL SCREEN: error 'MISMATCH DYNPRO NAME / CONTENT' (note 310186)
    ( 0.028) ABAP: OO-Transactions and event LOAD-OF-PROGRAM (note 312244)
    ( 0.029) Profile 'abap/oo_warn' suppress OO-context errors (note 182767)
    ( 0.031) Occasional core when reading statistics file (note 313669)
    ( 0.032) ABAP: unnecessary class-constructor calls (2) (note 213622)
    ( 0.035) Corrections in errormessage handling (sapdext) (note 312252)
    ( 0.040) TSTC: transaction is not an oo-transaction (note 315037)
    ( 0.044) F4 on checkbuttons (note 312258)
    ( 0.045) Core in moveleft() (note 312418)
    ( 0.046) Error trace: invalid dynpro dynpabsv.c 3490 (note 314373)
    ( 0.047) Error trace: memory conflict diagscrol.c (note 313967)
    ( 0.048) Iterator problem with iXML collections fixed (note 315119)
    ( 0.050) Invocation of not-implemented methods (note 314064)
    ( 0.051) Core at dynamic invoke with interface reference (note 314487)
    ( 0.052) GW: Avoid multiple send (note 314495)
    ( 0.053) Spool-Patch-Collection 27 (note 92482)
    ( 0.054) Printing via e-mail (note 311037)
    ( 0.055) User default time zone from TTZCU-TZONEDEF (note 314300)
    ( 0.056) Bad batch job statistic (note 315147)
    ( 0.057) LOOP AT SCREEN: counter field increased (note 314516)
    ( 0.058) Missing init. in temse (note 314094)
    ( 0.065) GW: shared block leak with multiple reg programs (note 309969)
    ( 0.067) RFC: load balancing over SAPRouter (note 316221)
    ( 0.068) No debugging until login while remote debugging (note 316456)
    ( 0.069) Open SQL: INTO CORRESPONDING with JOINs (note 315747)
    ( 0.071) Support 'Windows NT 5.1' (note 316188)
    ( 0.072) Destroyed dynpro load (note 207817)
    ( 0.073) Error in spool entry queue (note 316148)
    ( 0.074) mySAP.com workplace single signon enabling (note 177895)
    ( 0.075) Sap statistic destroys eye catcher (note 317178)
    ( 0.076) Syslog messages while printing (note 316630)
    ( 0.077) Performance optimization for list boxes (note 214806)
    ( 0.078) Loop in batch input (note 316686)
    ( 0.080) Loop in batch input 2 (note 316686)
    ( 0.081) Don't block s-messages in local update processing (note 312252)
    ( 0.084) Correct error message in conversion exit 'ALPHA' (note 318027)
    ( 0.085) Destroyed dynpro load (note 207817)
    ( 0.086) Print from rfc server (note 318692)
    ( 0.087) Unknown syntax errors after changing the kernel (note 142888)
    ( 0.088) RFC: error discarding unneeded tables (note 319634)
    ( 0.089) Sapstartsrv handle service stop and shutdown correctly (note 142100)
    ( 0.091) GW: Nonblocking connect problems (note 319675)
    ( 0.092) Tstc: transaction is not an oo-transaction (note 315037)
    ( 0.093) Coredump with 'INSERT LINES OF ...' (note 142100)
    ( 0.094) Corrupted cluster item displayed (note 318904)
    ( 0.096) BDC: Enable input in list screens (note 212569)
    ( 0.099) Hanging apps after writing core (note 320168)
    ( 0.102) Syntax warning for literals crossing line boundaries (note 319328)
    ( 0.103) Generation error at statement 'IF itab IS SUPPLIED' (note 321069)
    ( 0.105) Spool-Patch-Collection 28 (note 92482)
    ( 0.109) Several errors within footline (note 312848)
    ( 0.111) Check dynpro processor state (note 301406)
    ( 0.112) Memory usage roll area 0+1 (note 322070)
    ( 0.113) Sapstartsrv: GetProcessList exception, librfc32 delayload (note 142100)
    ( 0.114) Rfc call and default fontsize data (note 323342)
    ( 0.115) OBJECTS_NOT_COMPATIBLE with READ TABLE (note 323039)
    ( 0.116) Random syntax errors (MOVE-CORRESPONDING) (note 207149)
    ( 0.117) SKIP 1ST SCREEN: ignore GRAPH dynpros (note 317917)
    ( 0.118) Japanese IXML, table TCP0F (note 301406)
    ( 0.119) SE30 errors (note 170470)
    ( 0.121) Correct call of POV modules for comboboxes (note 323141)
    ( 0.122) Exception in NiExit (note 319675)
    ( 0.123) GW: No restart during db reconnect (note 321863)
    ( 0.125) TX variants: correct reset field input (note 325275)
    ( 0.126) ITS_LOGIN_CHECK_RFC rejected as XXPASS caller (note 324758)
    ( 0.129) Error message: correct cursor setting (note 318292)
    ( 0.130) Check dynpro processor state (II) (note 301406)
    ( 0.131) Correct SET FOCUS CONTROL for NO-PAI (note 322455)
    ( 0.132) Init tcview components (note 323686)
    ( 0.133) BDC: No loosing track of data during F4-Help (note 323061)
    ( 0.136) BDC: Avoid duplicate messages in log (note 324490)
    ( 0.138) Resize: docking control - dynpro (note 323974)
    ( 0.139) GW: Secinfo for start of external programs (note 323925)
    ( 0.140) False error texts for workplace ticket logon (note 325222)
    ( 0.141) "user locked" for logon attempt at CUA master system (note 325213)
    ( 0.143) HPL2 driver: unreadable text for green/red (note 323460)
    ( 0.146) Loop of dispatcher (note 325559)
    ( 0.148) Spool-Patch-Collection 29 (note 92482)
    ( 0.149) Control Framework global flush mode (note 316243)
    ( 0.150) TX variants: correct reset field input (II) (note 325275)
    ( 0.152) Em detach before process restart (note 326876)
    ( 0.153) Workplace: multiple logon popup for wingui sessions (note 326604)
    ( 0.154) ABAP Debugger: Rollback before restart (note 325903)
    ( 0.156) Conversion X to STRING (note 327086)
    ( 0.158) Bugfix new-page print on + message (note 107321)
    ( 0.159) IXML: coredump when parsing empty XML document (note 326888)
    ( 0.160) Resume in current screen after returning from exit module (note 327803)
    ( 0.161) SORT: close extract file, if runtime error occurs (note 328691)
    ( 0.162) Adapt ABAP runtime to new signal handling (note 329091)
    ( 0.163) BDC: corresponding screen to bsdup-entry in dybimsgi (note 330071)
    ( 0.164) Stat-file is not deleted in old 4.6 releases (note 329603)
    ( 0.169) Do not change loopheader during help processing (note 330761)
    ( 0.171) Disabling GUI in aRFC when called from tRFC (note 329811)
    ( 0.174) Test dynpro: do not call POV modules (note 332538)
    ( 0.175) No commit during wait in update task (note 332077)
    ( 0.176) Printing frames in text mode (note 320792)
    ( 0.177) Spool-Patch-Collection 30 (note 92482)
    ( 0.178) TSTC transaction is not an oo-transaction (note 315037)
    ( 0.179) RFC-Import of deep structures failed (note 333694)
    ( 0.180) STRING_BAD_REF in control break processing (note 332663)
    ( 0.181) Increase structure stack (note 332500)
    ( 0.184) PXA: initialization (note 160875)
    ( 0.185) PXA_NO_FREE_SPACE (note 147568)
    ( 0.186) Update task: increase vb2Cnt for update type 5 (note 333878)
    ( 0.187) Correct handling of empty loop lines (note 334886)
    ( 0.188) TX variants: correct reset field input (III) (note 325275)
    ( 0.189) EmHyperContextCreate() => alreday exists (note 334389)
    ( 0.192) Default cursor: reset cursor offset (note 334951)
    ( 0.194) Invalid client index of sap gateway (note 333949)
    ( 0.195) RFC authority check failed (note 93254)
    ( 0.196) BDC: No loosing track of data after F4-Help (note 323061)
    ( 0.197) ABAP: optimized dynamic SELECT clauses (note 324772)
    ( 0.198) Bugfix new-page print on + message (note 107321)
    ( 0.199) Bugfix displaying printer name after print (note 107321)
    ( 0.201) Error recovery (in ni datagram) after workprocess-restart (note 335967)
    ( 0.207) Diag: correct list size (note 337298)
    ( 0.209) GW: memory block freed twice (note 337957)
    ( 0.210) Incorrect logon ticket expiration calculation  (note 337794)
    ( 0.218) Errortrace: invalid offset (dybasfield.c 95) (note 337820)
    ( 0.219) Deactivate LIST TO MEMORY on selection screen (note 313558)
    ( 0.220) Dbbmng0.c: generic invalidation of shared buffer objects (note 338451)
    ( 0.221) Itab operations on tableview-controls (note 339270)
    ( 0.222) GW: RFC attached gui (note 337425)
    ( 0.223) ASSIGN: set output length accurately (note 338925)
    ( 0.224) Tabstrip pages and wrong scroll offset (note 339469)
    ( 0.225) Set pf-status excluding and rollout (note 338954)
    ( 0.226) Auth problems with 20 characters transactions (note 339913)
    ( 0.227) Batch input: new algorithm for QID-generation (note 338246)
    ( 0.229) Inappropriate short dump ZDATE_ILLEGAL_LOCTIME (note 323954)
    ( 0.230) Print of a list dumps (note 338994)
    ( 0.231) Archive device (note 339659)
    ( 0.232) S-messages in CTU-log (note 339302)
    ( 0.238) Correct trace SET PARAMETER (note 340096)
    ( 0.240) Print of a list dumps (II) (note 338994)
    ( 0.242) Start Row Start Column for Dynproresizing (note 351685)
    ( 0.243) GW: Bad em context handling (note 351526)
    ( 0.244) SORT AS TEXT: length too short (note 350526)
    ( 0.245) Get cursor information on pushbutton (note 351890)
    ( 0.247) ABAP: Slin default check; type I vs. type P (note 351976)
    ( 0.248) GW: CCMS Monitoring Patch-Collection 1 (note 202591)
    ( 0.249) Short dump CALL_TRANSACTION_LOCKED (note 350360)
    ( 0.250) Controls and list processing (note 352065)
    ( 0.251) Blanks in authorization values (note 207196)
    ( 0.252) Tableview line/column selection (note 350363)
    ( 0.253) Spool-Patch-Collection 31 (note 352269)
    ( 0.254) Decrease and increase for dynpro and window (note 352542)
    ( 0.255) ABAP Debugger: Avoid DEBUGGER_ILLEGAL_VALUE in RFC-Debug. (note 182989)
    ( 0.256) Incomplete DATA in D010INC and D010TAB (note 352480)
    ( 0.257) Diag: warning and resize (note 212524)
    ( 0.258) Workplace: provide logon ticket for X.509 logon (note 350776)
    ( 0.260) StartRow StartColumn for Dynproresizing (note 351685)
    ( 0.261) EmHyperContexts: reduce memory consumption (note 353103)
    ( 0.262) Invalid focus memory (note 353496)
    ( 0.263) EmHyperContexts: reduce memory consumption (II) (note 353103)
    ( 0.266) Slow SetQoS due to unnecessary DNS query (note 180940)
    ( 0.268) ABAP-Exception-Handling: Internal State-Stack (note 350146)
    ( 0.269) BDC: no user command allowed on SAPMSYST 0040 (note 163639)
    ( 0.270) Wrong portability warnings from extended syntax check (note 353681)
    ( 0.271) Passing EXP-IMP parameters in RFC calls (note 352629)
    ( 0.272) Spool-Patch-Collection 31a (note 352269)
    ( 0.273) Modal level and suppress dialog (note 355616)
    ( 0.274) DBIF_RSQL_INVALID_REQUEST with very old cluster records (note 353651)
    ( 0.275) Horizontal radiobutton groups (note 355260)
    ( 0.276) Proportional cut for variable Dynpro-objects (note 351685)
    ( 0.277) Hostname resolution blocks processes (note 356788)
    ( 0.278) Tabstrip pages and wrong scroll offset (note 339469)
    ( 0.280) Core in DiagiTableHeader (note 159421)
    ( 0.281) GW: Bad statistic after summer time switch (note 353893)
    ( 0.283) CPIC-Timeout for frontend printing (note 352269)
    ( 0.284) List scrollbar and docking control (note 357241)
    ( 0.285) Sy-SubRc 8 with SELECT SINGLE on logic cluster table  (note 355714)
    ( 0.287) Missing entry in table FIDO (note 357019)
    ( 0.290) BDC: conversion of old batch-input logfiles (note 356758)
    ( 0.293) Invalid sapgui data (note 358681)
    ( 0.294) Reading of ASTAT records fails in 4.6D (note 358532)
    ( 0.295) ABAP: Loop in function LookForFref (note 357698)
    ( 0.297) Muliconnect error reporting (note 358171)
    ( 0.298) RFC: data dependent read error (note 358557)
    ( 0.300) Protect against 'error in datastream' (note 359511)
    ( 0.301) Treatment of looplines by loc. horiz. resize (note 212861)
    ( 0.302) Initial values with DynpValuesUpdate (note 359873)
    ( 0.303) ABAP: warning for duplicate keys removed (note 359114)
    ( 0.304) Core dump when calling RfcClose (note 359865)
    ( 0.306) Suppression of unnecessary syslog messages (note 359523)
    ( 0.308) System Core Dump with F4-Button in R/3-Dialog(modal) setting (note 212861)
    ( 0.309) Core dump in RFC engine (note 353136)
    ( 0.311) Start EASY-ACCESS only for dialog sessions (note 360980)
    ( 0.314) Check if dynpro exists before access it (note 361120)
    ( 0.315) Optimize concatenate for STRING (note 327185)
    ( 0.317) New RFC logon method 'external identification' (note 358469)
    ( 0.319) List scrolling: last line missing (note 362181)
    ( 0.320) GW: Set locale in update task (note 360971)
    ( 0.321) SORT: avoid EXSORT_TOO_MANY_PARALLEL_SORTS (note 361532)
    ( 0.322) Extended syntax check with BETWEEN ... AND (note 361470)
    ( 0.323) ICMAN fails to open event flags for HTTP connections (note 360696)
    ( 0.326) Open SQL: improved statement generation for UPTO (note 361392)
    ( 0.327) Check (ABAP_ASSERT) in ASSIGN to avoid core (note 363059)
    ( 0.329) Bad NOWP request (note 365156)
    ( 0.330) ABAP; SCAN STRUCTURE: error in SELECT-ENDSELECT logic (note 363992)
    ( 0.331) Native SQL: return code for EXECUTE PROCEDURE (note 364707)
    ( 0.332) Semaphore error in ASTAT (note 363499)
    ( 0.333) Printing with format LETTER (note 363624)
    ( 0.334) Problems with missing or short quickinfo (note 363394)
    ( 0.335) Parameters in macro _splitpathU swapped (note 365337)
    ( 0.339) Modified length mismatch (note 207817)
    ( 0.340) Problems with missing or short quickinfo (2) (note 363394)
    ( 0.341) Errortrace invalid value dybas.c 0179 (note 337820)
    ( 0.342) Errortrace invalid parameter dynpdiag 1131 (note 337820)
    ( 0.343) Errortrace dytracefocus invalid container (note 353496)
    ( 0.346) Spool-Patch-Collection 32 (note 352269)
    ( 0.347) Invalid focus memory 2 (note 353496)
    ( 0.348) Prevent duplicate RFC struct parameter transmission (note 365916)
    ( 0.351) Native SQL: memory leak for stored procedures (note 367509)
    ( 0.352) Resizing side to side and one below other Dynpro-Objects (note 367811)
    ( 0.353) Check ztta/dynpro_area (note 167229)
    ( 0.354) Problems with missing or short quickinfo (3) (note 363394)
    ( 0.355) GW: Bad NOWP request II (note 365156)
    ( 0.358) Breakpoint in ABAP Debugger at CONTINUE (note 368433)
    ( 0.359) Errortrace: should not happen (dycuahlp 1661) (note 369415)
    ( 0.360) Reactivate suspended clients (note 367384)
    ( 0.361) Disable persistent trace for RFC-Library (note 364034)
    ( 0.365) Large file support (note 330992)
    ( 0.366) IMPORT: avoid IMPORT_INIT_DECOMPRESS_FAILES (note 370053)
    ( 0.367) BAPI_USER_CHANGE returns wrong/blank error message (note 369761)
    ( 0.368) ABAP debugger: field display and global TABLES-parameters (note 370103)
    ( 0.369) ABAP debugger: empty source display (note 370717)
    ( 0.370) Saplicense: license buffer not initialized (note 371301)
    ( 0.371) List token in SELECT (note 370587)
    ( 0.373) GW: Duplicate conversation ids in gateway work processes (note 371481)
    ( 0.375) Dynamic Type at CREATE DATA (note 371607)
    ( 0.376) Printing selection page & long transaction (note 370661)
    ( 0.377) Library iXML: correction of CDATA size problem (note 371846)
    ( 0.378) DEC field input for none DDIC fields (note 373047)
    ( 0.379) Spool-Patch-Collection 33 (note 352269)
    ( 0.380) C-Call ABAP_CALLSTACK (note 371779)
    ( 0.381) Loop during decompression of corrupted Sources/Loads (note 374200)
    ( 0.382) Extended table compression for certain RFC connections (note 373452)
    ( 0.383) SORT: avoid EXSORT_TOO_MANY_PARALLEL_SORTS and recursion (note 361532)
    ( 0.384) PostScript error with TrueType fonts (note 373604)
    ( 0.385) XML-Import failed after empty structure tags (note 374447)
    ( 0.386) Disable QoS support by default (note 180940)
    ( 0.387) Message display type (note 368333)
    ( 0.389) DEC field input for none DDIC fields II (note 373047)
    ( 0.390) Long running report (note 373343)
    ( 0.391) Illegal request looping in dispatcher (note 373345)
    ( 0.394) Fix printing selection page & long transaction (note 370661)
    ( 0.397) Reserve address space for Extended Memory (note 373326)
    ( 0.399) VALUE /namespace/const (note 371720)
    ( 0.402) DYNG: get translated buttontexts from D021T (note 363394)
    ( 0.403) Correct returncode for SET_DYNP_FIELD_VALUE (note 374941)
    ( 0.404) Refresh control from screen (note 375251)
    ( 0.406) Receive result of aRFC (note 375356)
    ( 0.410) Disp+Work doesn't start up (note 376242)
    ( 0.414) DEC field input for none DDIC fields (note 373047)
    ( 0.415) Core dump in GenViewGetPbagRudi (note 375055)
    ( 0.416) DBIF_REPO_PART_NOT_FOUND during Garbage-Collection (note 374884)
    ( 0.417) Control focus correction (note 374510)
    ( 0.418) Title problems (note 374560)
    ( 0.419) Window width > 255 cause list problems (note 375856)
    ( 0.420) IS REQUESTED/SUPPLIED and RETURNING parameter (note 375329)
    ( 0.423) DEC field input for none DDIC fields (note 373047)
    ( 0.424) Core in appl info (note 376906)
    ( 0.425) Core in DiagIConvert, if trace level 3 (note 377184)
    ( 0.426) Correction for Spool-Patch-Collection 33 (note 352269)
    ( 0.429) Change default for cursor preservation (note 378706)
    ( 0.430) Error trace from dyariftb() (note 378093)
    ( 0.431) Enqueue table overflow, syslog message corrected (note 378682)
    ( 0.433) DEC field input for none DDIC fields (note 373047)
    ( 0.434) Illegal chars set spooljob to error (note 379119)
    ( 0.435) Debugger: data references and tables of type I (note 378838)
    ( 0.436) Set DISPLAY AGAIN in TH (note 380164)
    ( 0.437) Prepare: several mySAP.com components in one DB (note 379572)
    ( 0.439) Workplace: disable password logon (note 379081)
    ( 0.445) DiagSetCodepage() failed (note 382240)
    ( 0.446) Sapstartsrv update available.log on Start/Stop (note 142100)
    ( 0.447) Ldapreg: ITS LDAP registration (note 379691)
    ( 0.448) GW: Wp stuck in PRIV mode (note 381870)
    ( 0.449) Too many invalidations on USRBF2 (note 319727)
    ( 0.450) Correct static focus on subscreens (note 380809)
    ( 0.451) Correct HOLD DATA message (note 381528)
    ( 0.452) Trace DYNP_SET/GET_STATUS (note 381694)
    ( 0.453) Init screen buffer parameters (note 382032)
    ( 0.454) No core in dypov_treatDpovtabRow (note 381221)
    ( 0.455) Server shutdown after bind error (note 382440)
    ( 0.457) Handling of fatally corrupted cluster records (note 381968)
    ( 0.466) EXPORT: dynamic export of strings (note 384694)
    ( 0.467) Message in help: no core dump (note 384639)
    ( 0.468) Pull up other objects down of table after TABLE_PBO_DONE (note 383033)
    ( 0.469) Tablecontrol init and context (note 373977)
    ( 0.470) Correction of the nls locale check tool (note 40815)
    ( 0.471) GW: Missing aRFC response (note 384015)
    ( 0.472) GW: Core during write of statistic (note 384433)
    ( 0.473) Wp stuck in PRIV mode (II) (note 381870)
    ( 0.474) Shared Pool disturbed corrected (note 384810)
    ( 0.477) SORT/EXTRACT: large file support (note 384257)
    ( 0.478) Codepage problem: sap8000 (shift_jis) (note 384947)
    ( 0.479) Active/Inactive-Handling (note 385628)
    ( 0.480) Sporadic logon failures in batch processing (note 385894)
    ( 0.483) GW: Free unallocated memory (note 387747)
    ( 0.484) SORT/EXTRACT: large file support (II) (note 384257)
    ( 0.487) Open SQL: several minor errors (note 386783)
    ( 0.489) RABAX no dbrollback and dbcommit at core (note 386268)
    ( 0.490) C-call DY_GET_S_MESSAGE available (note 383089)
    ( 0.491) Correct I message for batch input (note 386661)
    ( 0.492) Do not skip message popup (note 385147)
    ( 0.493) Async RFC: set size of full screen (note 385132)
    ( 0.494) Correct error messages for CALL SUBSCREEN (note 386674)
    ( 0.495) Logon tickets slightly too long valid (note 387595)
    ( 0.496) Format error during output of empty strings (note 385796)
    ( 0.497) RFC: patch collection (46D) (note 387366)
    ( 0.498) Method calls in arithmetics (note 387066)
    ( 0.499) Reallocate the number of boxes for resizing (note 388988)
    ( 0.500) Generate correct forkey selects in dynpro (note 388699)
    ( 0.501) Destroyed dynpro load (note 207817)
    ( 0.502) Open a new audit file next day after maxsize event (note 321148)
    ( 0.503) Delete audit files with extended filenames (SM18) (note 370829)
    ( 0.504) DiagSetCodepage() failed (note 382240)
    ( 0.507) Missing arfc response (II) (note 384015)
    ( 0.508) Generation of very long sources: repeating END_INBUF (note 389041)
    ( 0.509) Correct hold control framework focus (note 389364)
    ( 0.510) BDC: F1 or F4-request in bdcdata (note 323061)
    ( 0.511) Overflow of memory (note 370661)
    ( 0.512) PARAMETERS referencing a named DDIC include (note 389940)
    ( 0.515) DB2/390: default dbs/db2/use_hints=abap->1 (note 162034)
    ( 0.516) Recovery from NI-error after WP-restart (note 335967)
    ( 0.517) Avoid RFC server timeout (note 390219)
    ( 0.522) Avoid core in ABAP debugger by bad string references (note 391169)
    ( 0.523) Keep scrollposition (note 391871)
    ( 0.524) ABAP debugger: Display header for bad object reference (note 391187)
    ( 0.530) Enqueue traces during transaction reset (note 392873)
    ( 0.531) Garbage-Collection beyond 600MB (note 393378)
    ( 0.534) Enqueue traces during transaction reset (II) (note 392873)
    ( 0.535) CPICFAIL in smq1 after kernel upgrade (note 394549)
    ( 0.536) APO: correct internal table processing in COM routines (note 395695)
    ( 0.537) DYNPRO_FIELD_CONVERSION on Get Parameter (output) (note 395450)
    ( 0.538) Core in dyGetDataR() (note 395299)
    ( 0.540) Core in DpFreeResource after restart (note 394454)
    ( 0.542) Restore of sy.datar when popping screen (note 393511)
    ( 0.543) Open SQL: Memory leak when updating with %_HINTS (note 393897)
    ( 0.547) List scrolling: last line missing(2) (note 362181)
    ( 0.548) DiagSetCodepage() failed (note 382240)
    ( 0.549) Limit on number of sessions per logon (note 392369)
    ( 0.552) ABAP: error in string access with offset or length (note 396800)
    ( 0.553) Wrong portability warnings from SLIN (note 353681)
    ( 0.555) SY-VLINE in Thai on AS/400 (note 391627)
    ( 0.557) Unsuccessful READ on a SORTED TABLE (note 395205)
    ( 0.559) Sapstartsrv shutdown one process after the other (note 142100)
    ( 0.560) GW: COMPUTE_INT_TIMES_OVERFLOW in SAPLSALK (note 395671)
    ( 0.561) MS: improved trace features (note 396750)
    ( 0.562) ABAP: PERFORM .. CHANGING VALUE(<itab-line>-comp) (note 399078)
    ( 0.564) No hint generation in case of SELECT SINGLE (note 397170)
    ( 0.565) READ TABLE with attribute keys (note 399263)
    ( 0.566) Error in msg-server communication (note 398525)
    ( 0.568) Spool-Patch-Collection 34 (note 352269)
    ( 0.569) GW: Destroyed update start message (note 157840)
    ( 0.576) ABAP debugger: display active calls (note 399920)
    ( 0.577) ABAP debugger: display of interface aliases (note 399915)
    ( 0.578) ABAP: SET LOCALE and SUBMIT / CALL TRANSACTION (note 399918)
    ( 0.579) Enforce minimal patch level for database library (note 400216)
    ( 0.581) Ticket logon resets initial flag (password) (note 402076)
    ( 0.582) New translations cause locks on D020 (note 36795)
    ( 0.585) Catching of problems during string <-> char handling (note 402340)
    ( 0.586) GET LOCALE: language incorrect (note 402801)
    ( 0.587) Icons are not printed properly (note 402967)
    ( 0.588) Em context destroyed after exception (note 403562)
    ( 0.589) Dummy call: super constructor (note 401553)
    ( 0.590) Visibility of local types (note 401910)
    ( 0.591) Coredump with READ TABLE and float attributes (note 400516)
    ( 0.592) Offset/length specifiers in a table key definition (note 402255)
    ( 0.594) Resize: docking control - dynpro (note 323974)
    ( 0.598) Avoid inconsistent overall source time stamp (note 405821)
    ( 0.599) PXA: correct unfound object cache & statistic counters (note 406075)
    ( 0.600) SY-VLINE and JAVASCRIPT in Thai on AS/400 (note 391627)
    ( 0.601) Avoid inconsistent overall source time stamp (II) (note 405821)
    ( 0.605) RFC_DEBUGGING_NO_DIALOG_USER (note 407471)
    ( 0.606) Core in dyAbapGetContainerPosition (note 405930)
    ( 0.607) X.509 certificate logon: timezone not set (note 408601)
    ( 0.608) Unsuccessful READ on a SORTED TABLE (II) (note 409175)
    ( 0.609) IPC, max shm size detection accelerated (note 406738)
    ( 0.610) Graphical characters and page borders (note 406673)
    ( 0.611) SE30: close measurement on /n (note 381500)
    ( 0.612) Detail selection does not work correct (note 400090)
    ( 0.613) Negative value for hdcurrow is not permitted (note 352542)
    ( 0.624) Cutting terminal names (note 412628)
    ( 0.625) Update debugging (note 336925)
    ( 0.626) Control for Table-Control in Resizing is wrong (note 388988)
    ( 0.627) Correct treatment of field symbols (note 406306)
    ( 0.629) Init params of ab_ListGetFieldName (local field symbols) (note 413506)
    ( 0.630) Open SQL: more than 255 alias names in SELECT list (note 411136)
    ( 0.631) Open SQL: wrong SY-DBCNT for FETCH NEXT (note 412399)
    ( 0.632) Core in db_blob (note 412063)
    ( 0.633) Core in DiagGetWindowDimension (note 412168)
    ( 0.634) Core by 'Display current statement' in debugger (LREF) (note 411673)
    ( 0.636) Coredump in PfOpenScratchFile (note 414242)
    ( 0.637) VALUE class=>const (note 413384)
    ( 0.639) Hebrew Sapscript printing causes signal 11 (note 155261)
    ( 0.640) Workarea change in case of SELECT SINGLE with SY-SUBRC 4 (note 410175)
    ( 0.641) Function DB_DBSCHEMA returns correct result now (note 411971)
    ( 0.642) Wrong syntax error at literals in macros (note 411757)
    ( 0.643) Change of an interface (note 411769)
    ( 0.647) Dbbuf: restrict rtbb/buffer_length to 200000 [kB] (note 414220)
    ( 0.649) Inserted option WAN_CONN into RfcOpenEx (note 415169)
    ( 0.650) SU01: error texts for invalid passwords (note 369761)
    ( 0.651) CONVERT TIME STAMP... for 9999/31/12 23:59:59 (note 401610)
    ( 0.653) Text of check- and radiobuttons with icon (note 414703)
    ( 0.654) MESSAGE ... INTO no rabax at message x (note 408740)
    ( 0.655) New list line at program load (note 412142)
    ( 0.656) Displaying frames in lists (note 412787)
    ( 0.657) Selection page and empty report (note 370661)
    ( 0.658) VMIT (NT): higher precision (note 414135)
    ( 0.659) Runtime error DSTEP_WRONG_PROGRAM (note 416350)
    ( 0.660) Core in csulzh.c (note 413899)
    ( 0.661) Msg_server accept ad-msg opcode 60 AD_SELFIDENT (note 415447)
    ( 0.662) Highlighting in Hebrew list printing (note 353987)
    ( 0.663) Extended syntax check with BETWEEN ... AND (2) (note 361470)
    ( 0.664) Breakpoint at (RFC) function module (note 414952)
    ( 0.665) Don't break iXML because of missing character (note 410929)
    ( 0.667) WP opmode switch (note 415840)
    ( 0.674) Msg_server accept ad-msg opcode 60 AD_SELFIDENT (note 415447)
    ( 0.675) Duplicate key in VBMOD (note 416961)
    ( 0.676) Trace spa/gpa memory overflow (note 34533)
    ( 0.677) Dbbuf: check rtbb/buffer_length and rtbb/max_tables (note 414220)
    ( 0.678) Display '?' in DropdownListboxes (note 417405)
    ( 0.679) Correct call dialog for system messages (I) (note 416053)
    ( 0.680) Correct call dialog for system messages (II) (note 417096)
    ( 0.682) Memory leak in short storage (MEMSAV) (note 419819)
    ( 0.683) Spooler C-call info msg in trace (note 418740)
    ( 0.684) Dithering of color bitmaps (note 410727)
    ( 0.685) Standalone enqueue server prepared (note 419283)
    ( 0.686) Correction of the nls locale check tool (note 40815)
    ( 0.687) System Core Dump in C-Destructors of ABAP Objects (note 416163)
    ( 0.688) Q

    Hi Experts,
    After i tried a few times, i can successfully start prepare with upgrade asistant monitor - Administrator >> Start Prepare,
    Thanks

  • How to find out  fn calls  from portal.

    can anyone help me to find out  fn calls in xrpm portal?
    steps!

    You can use the following steps for doing it in portal
    Open two sessions of SAP EP with the same user
    Navigate to: Portfoliomanagement – Administration – Cache Administration – RFC Debugging (first session)
    Activate the Debugging
    Execute xRPM application in the second session
    Switch back to the RFC Debugging press Load
    Select the executed function
    All parameters will be displayed in the Context Input window
    if you need to do debugging in backend !
    make sure to swithch to new editor.
    regards@gopeekrishnan

  • Duplicate records in input structure of model node

    Hi,
    Following is the way, I am assigning data to a model node:
    //Clearing the model input node
    for (int i = wdContext.nodeInsppointdata().size(); i > 0; i--)
         wdContext.nodeInsppointdata().removeElement(wdContext.nodeInsppointdata().getElementAt(i - 1));
    //Creating element of the input model node
    IPrivateResultsView.IInsppointdataElement eleInspPointData;
    //START A
    Bapi2045L4 objBapi2045L4_1 = new Bapi2045L4(); //Instance of the input structure type
    //Populating data
    eleInspPointData = wdContext.nodeInsppointdata().createInsppointdataElement(objBapi2045L4_1);
    wdContext.nodeInsppointdata().addElement(eleInspPointData);
    eleInspPointData.setInsplot(wdContext.currentContextElement().getInspectionLotNumber());
    eleInspPointData.setInspoper("0101");
    //Inspection_Validate_Input is the model node. Adding instance to main node
    wdContext.currentInspection_Validate_InputElement().modelObject().addInsppointdata(objBapi2045L4_1);
    //STOP A
    //Now executing the RFC
    Above code seems to be fine. Works very well for the first time. But, when the user clicks on the same button for the second time, I can see duplicate records getting passed to RFC [Debugged using external breakpoint]. When I am sending 4 records, I can see there are total of 6 records. The number keeps increasing when clicked on the button.
    I am adding multiple records to input model node using the code from START A to STOP A. Does the code look fine? Why do I see multiple records?
    Thanks,
    Sham

    Issue solved.
    After executing RFC, I used following code to clear the input model node:
    try
         wdContext.current<yourBAPI>_InputElement().modelObject().get<yourinputnode>().clear();
    catch (Exception e1)

  • Problems in Broadcasting BEx Workbook through email

    Dear All,
    I am having this problem for quite some time now i have also searched SDN for related articles but to no avail kindly help me out anyone plss plss; i am having problems broadcasting workbooks via email; i get the following error:
    Microsoft Visual Basic
    Run-Time error'91':
    Object Variable or with block Variable not set
    then i get this error
    Precalculation failed: E Exception from HRESULT: 0x800A9C68.
    and the broadcasting fails. I tried to test my precalculation server and thru txn RSPRECADMIN i am able to email my workbook, it works fine.
    Can anyone pls help me out here. Helpful answers will be duly awarded.Thanx
    Regards,

    Thanx Edward i upgraded my precalc. server to latest version and now am able to broadcast my workbook; but theres still a small problem; the workbook gets emailed but i receive the following errors:
    Trace Started as: 2/21/2011 11:48:36 AM* 
      ListSeparator: , 
      ExcelVersion: 11.0 
      AddinVersion: 7100.3.701.1352 
      BExSetConnectionFromHandle-01 
      BExSetConnectionFromHandle-02:True 
      MenuRefreshPrecalc-1 
    2/21/2011 11:50:27 AM----
      com.sap.bi.et.analyzer.api.BExApplication+BExConne ectionLostException: RFC debugging only possible w 
      th dialog user. 
      at com.sap.bi.et.analyzer.api.BExApplication.Fr rontendUpdate(Boolean iNewThread, Boolean iDoNotRe 
      dData) 
      at com.sap.bi.et.analyzer.addin.BExExcelApplica ation.FrontendUpdate(Boolean iNewThread, Boolean i 
      oNotReadData) 
      RFC debugging only possible with dialog user. 
      at com.sap.bi.et.analyzer.api.BExApplication.Fr rontendUpdate(Boolean iNewThread, Boolean iDoNotRe 
      dData) 
      at com.sap.bi.et.analyzer.addin.BExExcelApplica ation.FrontendUpdate(Boolean iNewThread, Boolean i 
      oNotReadData) 
      Application Not Refreshed 
      ErrorDesciption: 
      Result: False 
      End of MenuRefreshPrecalc 
      Precalclulation in thread 4 failed. 
      Packages completed on server 28-. Remaining packages: 28- 
      Precalculation server queue updated: Server BIPRECALC setting C0A8074A0E6C4D620A9501D700000000  
    Cannot precalculate workbook H3UG6516GWPRC5NKNDBO33XRQ
    Any idea what might be causing this. Thanx for your prompt reply.
    Regards,

  • Workflow Aproval - Non standard (Problem in the Worklist - bbpbwsp)

    Helo,
    I have build one approval workflow to the process bid invatation. In this workflow i have one task (non-standard) where the user can approve de process.
    The client use de ITS SRM, the worklist used is the BBPBWSP.
    When the Workflow start, the approval task appears in the worklist, but when i execute this task, it is open initial menu SAP. Not using our service Z.... instead /scripts/BBPAPPROVAL/...
    Can anyone help me?

    Hi
    <u>I know the ITS Debugging makes quite a life easy for some of the cases, like this.</u>
    <i>By the way, which SRM version are you using ?</i>
    <u>Anyways, will give you details, how to enable the ITS debugger in your system. Ask your BASIS person to help you out in this case.</u>
    <b>Note 451292 - How to use ITS debugger
    Note 304371 - RFC debugging set in service file BBPUSERMAINT
    Note 392570  - EBP: Required data on the problem processing
    Note 893425 - MIME type with attachments
    Note 954135  - Instructions for debugging workflow activities
    Note 903200 - Workflow tracing for problem detection
    Note 995328 - Extended System Status Information for SAP SRM</b>
    Hope this will help.
    Please reward suitable points, incase it suits your requirement.
    Regards
    - Atul

  • COSS table updation

    Hi All,
    I'm debugging the standard cProject application to find out where exactly the COSS table is updated.
    But I'm not able to find out either any Function module which updates the COSS table or any other SQL satatement that updates the COSS table. So please inform me if any one knows that where exactly the COSS table gets updated.

    Hi  Madhvi Pandey,
    COSS is not updated by cProjects itself, but by some CO-functionality on the connected ERP that is accessed through an RFC from the cProjects system. Even if the ERP and cProjects reside on the same system, you'll need to set your break-point at the RFC and activate RFC-debugging and continue (F5) on the ERP.
    One possible starting point could be
    CL_DPR_FIN_GECCO_CALCULATION->CALCULATE
    where such an RFC can be found searching for
    CALL FUNCTION 'DPR_CALC_PROJECT'
    I hope this provides the pointers you need.
    Best regards,
    Thomas

Maybe you are looking for