Debug Webclient UI

Hi,
      I am new the CRM Web client UI programming part. How to debug a specific Webclient UI , if i know the techical details of the UI programing after press F2. for example. In business partner search i am searching based on the last name and firstname . Based on user entered values on the search screen result are displayed on the final output. Please let me know steps to debug the webclient UI.

Hi ,
U want to seee where the values of first name and last name is getting read right...
Suppose u want to see  where the First Name and last Name  of Business Partner
1. Press F2 get the details like Component Name , viewname , Context Node name
2.Go the Corresponding  Component -> go to Context node
3.Open the Implementation Class
4. you can find get_s_struct or set_s_struct methods ( Put  a break point here )
This is the place where the value entered from web UI getting  read and SET.
I Hope it Helps..
Regards,
Sijo....

Similar Messages

  • Debug Webclient.

    Hi,
    I am new the CRM Web client UI programming part. How to debug a specific Webclient UI , if i know the techical details of the UI programing after press F2. for example. In Opporunity i am searching based on the description . Based on user entered values on the search screen result are displayed on the final output. Please let me know steps to debug the webclient UI.

    Hi Radhika,
    Keep an External breakpoint in the method EH_ONSEARCH event handler of the view you identofied using F2.Remember you should first open SAP GUI and later Web UI. Otherwise the breakpoint will not stop.
    Now how did I know EH_ONSEARCH is the method I need to look for may be ur question....Every Search Page has two buttons SEARCH and CLEAR (check in HTML page). Event Handers EH_ONSEARCH and EH_ONCLEAR get triggered when u click these buttons.
    Regards,
    Masood Imrani S.

  • U0091Helpu0092 link in IC WebClient

    Hello,
    In IC WebClient there is a link ‘Help’ that is on all standard views . We created some Z views and the Help link is not there.
    After some debugging I found how the link is displayed
    In
    CL_CRM_IC_HELP_IMPL->GET_CONTENT_URL_KW
    there is a call to a function
    Get LOIO from R/3-link table (logical info object)
      call function 'SIW_R3LINK_GET'
        exporting
        devclass           = lv_devclass
        tcode              = lv_tcode
          program            = lv_program
    that calls other function where the following is performed
    select * from  <b>iwreferenc</b> where .....
    And if in the above table the programm is not found no url is built and subsequently no 'Help' link
    We have for example for lv_programm
    CL_CRM_IC_IRECVIEWSET=========CP   (Interaction Record)
    CL_CRM_IC_AUIMAIN_IMPL========CP   (Inbox)
    and these values are in the table iwreferenc so subsequently the Help link is displayed
    For a custom view lv_programm = ZCL_CRM_IC_IRECFNOTESSET_IMPL=CP
    and no 'Help' link because in the above table there isn't such an entry
    This table can be maintained in SM30 but is this the way to enter the Z* classes so that 'Help' is displayed for the custom views
    I mean there are some IDs to be entered, how can these be obtained ?
    Regards,
    Mihai

    HI HEMA,
    I AM ALSO CHECKING THAT 1. I AM NOT GETTING ANY SOLUTION. CAN U TELL ME AFTER GETTING THE SOLUTION.
    THANX
    CHINMAYA
    Edited by: Chinmaya Parida on Feb 7, 2008 3:38 PM
    Edited by: Chinmaya Parida on Feb 7, 2008 3:42 PM

  • IC WebClient - http_communication_failure

    Hey guys,
    I'm stuck on this really annoying problem. We've just upgraded to CRM 5.0 and ever since then we've been getting the same error over and over again when starting up the IC-Webclient.
    <i>Note
    The following error text was processed in the system CRD : Exception condition "HTTP_COMMUNICATION_FAILURE" raised.
    The error occurred on the application server devas5_CRD_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was: ...</i>
    <b>While debugging, I ended up in CL_HTTP_CLIENT~RECEIVE, where this is the part of code where the error is generated:</b>
    <i> reason = response->get_header_field( 'sap-icmclnterror' )
        if ( not reason is initial ) and
         ( reason <> '200' ).
        response->delete_header_field( 'sap-icmclnterror' ). "#EC NOTEXT
        m_ecode = reason.
        call method error_codes=>get_error_text
          exporting
            number = m_ecode
          importing
            text   = m_emessage.
        pf_m_close c_statistic_state 'HTTP Receive'. "#EC *
        <b>raise http_communication_failure.</b>
      endif.</i>
    I've debugged throughout the entire start-up sequence to try and find the exact location where it gets it's value but without any success so far.
    I've also taken a look at the constructor of the response object.
    <i>call method super->constructor
      exporting
        c_msg = c_msg.
      if add_c_msg is not initial and c_msg is initial.
        me->new_c_msg( TYPE_C_MSG = CO_C_MSG_RESPONSE ).
        me->if_http_response~set_status( code = 200 reason = 'OK' ).
      endif.</i>
    According to what I've seen in debug, 'add_c_msg' never contains another value than it's initial one, then how and when is the if-statement ever executed...?
    Might this be part of the problem or am I on the wrong track here?
    Am I maybe missing out on some simple customizing-settings?
    Any help is much appreciated before this problem drives me bananas!
    Thx,
    Koen

    Hi
    Please see if the relevant parameters for ICM have been implemented :
    http://help.sap.com/saphelp_crm50/helpdata/en/61/f5183a3bef2669e10000000a114084/frameset.htm

  • How to Debug Functional Module called via RFC?

    Hi Experts,
         Please, can someone explain to me how to debug functional module that is called via RFC? Thanks in advance.
      Best Regards,
    Aleksandar

    Hi Laxman,
       First of all thank you very much for giving attention to my post. Ok, I am trying to debug function module in RM-CA (FICA), function module is called by CRM system (via RFC) and in addition all this chain is triggered by WebClient.
         I have user that can login on the CRM as well as on RM-CA (ECC 6.0) system, but those users are different (unfortunately I do not have administration permission so I can’t change profiles of my users but I can ask for it). I can without any problem debug calls that come from WebClient, so setting an external break point in CRM system I can catch whatever I want but when process comes to point where actually call to back-end (RM-CA) takes place I simply can’t get into functional module, that resides on RM-CA side. Actually what happens is that processing continues as was chosen ‘NEXT STEP’ (F6).
         To resume, two systems and two different users. Where XCM user should be created? (on RM-CA system or CRM). Should I change something in Menu option Utilities -> Settings -> ABAP Editor tab -> Debugging tab, in field users?  If you need any additional info please tell me.
      Thanks again for your support.
    Aleksandar

  • Problems with the password with WebClient but not with Siebel Tools

    Hello, I am having problems when I am trying to connect with the WebClient against local database. When I put the user and the password i obtain a message that said me that the password and user is incorrect.
    When I use the same password and user in Siebel Tools I have access without any problem.
    Someone kwows which would be my problem?
    Thank you.

    Thank you for answer. Siebel is 8.1.7.
    Yes, the local odbc is point to the correct path.
    My log for the client said:
    GenericLog     GenericInfo     3     000000024fb40848:0     2012-05-17 09:35:32     Before call security business service
    ObjMgrBusServiceLog     Create     4     000000024fb40848:0     2012-05-17 09:35:32     Business Service 'Docking Service' was created at 88888b0
    ObjMgrBusServiceLog     Create     4     000000024fb40848:0     2012-05-17 09:35:32     Business Service 'Docking Service' (address: '88888b0')was regsitered at model '35f7cc0' for session ''
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:32     Begin: Business Service 'Docking Service' invoke method: 'VerifyLocalSecurity' at 88888b0
    Trace     TracingInfo     3     000000024fb40848:0     2012-05-17 09:35:32     Value for the key 4_Kim_l is not found.
    Trace     TracingInfo     3     000000024fb40848:0     2012-05-17 09:35:32     Value for the key DCK:PwdLockoutFlg is not found.
    Trace     TracingInfo     3     000000024fb40848:0     2012-05-17 09:35:32     Value for the key 4_Kim_l is not found.
    Trace     TracingInfo     3     000000024fb40848:0     2012-05-17 09:35:32     Value for the key DCK:PwdExpireFlg is not found.
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:32     Business Service 'Docking Service' invoke method 'VerifyLocalSecurity' Execute Time: 0.004 seconds.
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:32     End: Business Service 'Docking Service' invoke method: 'VerifyLocalSecurity' at 88888b0
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     SECMGR: DBSecAdpt_SecAdptDllName=sscfsadbmfcext
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     stored CRC = ''
    SecAdptLog     API Trace     4     000000024fb40848:0     2012-05-17 09:35:32     DB Initialize security adapter.
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     SecAdptName = DBSecAdpt
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     SecAdptMode = 0
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     SecAdptDllName = sscfsadbmfcext
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     PropagteChange = TRUE
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     computed checksum of security adapter library = ''
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     HashUserPwd = FALSE
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     SaltUserPwd = FALSE
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     HashDBPwd = FALSE
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     HashAlgorithm = RSASHA1
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     bMFCShell = TRUE
    SecMgrLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     datasourcename = Local
    SecAdptLog     API Trace     4     000000024fb40848:0     2012-05-17 09:35:32     DB SecurityLogin with username=jasanchez1, parameters=8613310.
    SecAdptLog     Debug     5     000000024fb40848:0     2012-05-17 09:35:32     DB security adapter: Load data source configuration
    Trace     TracingDebug     5     000000024fb40848:0     2012-05-17 09:35:32     Malformed file. Key "viewbarcaption" is duplicated. Duplicate is ignored.
    Trace     TracingDebug     5     000000024fb40848:0     2012-05-17 09:35:32     Malformed file. Key "sortascendingcaption" is duplicated. Duplicate is ignored.
    Trace     TracingDebug     5     000000024fb40848:0     2012-05-17 09:35:32     Malformed file. Key "sortdescendingcaption" is duplicated. Duplicate is ignored.
    Trace     TracingDebug     5     000000024fb40848:0     2012-05-17 09:35:32     Malformed file. Key "calendarfieldcaption" is duplicated. Duplicate is ignored.
    Trace     TracingDebug     5     000000024fb40848:0     2012-05-17 09:35:32     Malformed file. Key "calculatorfieldcaption" is duplicated. Duplicate is ignored.
    CchMgrLog     CchMgrStatsInfo     5     000000024fb40848:0     2012-05-17 09:35:32     Cache statistics 28ee9f0 set for cache Data Cursor.
    CchMgrLog     CchMgrStatsInfo     5     000000024fb40848:0     2012-05-17 09:35:32     Cache statistics 28eea88 set for cache SQL Cursor.
    ObjMgrDBConnLog     Create     5     000000024fb40848:0     2012-05-17 09:35:32     DataBase Connection Object was created at 28ee940; DB User: 'JASANCHEZ1'
    ObjMgrLog     Error     1     000000024fb40848:0     2012-05-17 09:35:33     (wccon.cpp (2156)) SBL-DAT-00522: A Siebel local database error has occurred. Possibly the database name is invalid.
    Please continue or ask your systems administrator to check your application configuration if the problem persists.
    SecAdptLog     API Trace     4     000000024fb40848:0     2012-05-17 09:35:33     Security DB user connect to DB D:\Siebel\8.1\Tools_1\local\sse_data.dbf -q -m -x NONE -gp 4096 -c15p -ch25p with username=jasanchez1 returns err 7668234 and connection 28ee940.
    SecAdptLog     API Trace     4     000000024fb40848:0     2012-05-17 09:35:33     Security DB user delete DB connectoin 28ee940
    ObjMgrDBConnLog     Delete     5     000000024fb40848:0     2012-05-17 09:35:33     DataBase Connection was deleted at 28ee940
    GenericLog     GenericError     1     000000024fb40848:0     2012-05-17 09:35:33     (secmgr.cpp (2697) err=4597538 sys=2) SBL-SEC-10018: A Siebel local database error has occurred. Possibly the database name is invalid.
    Please continue or ask your systems administrator to check your application configuration if the problem persists.(SBL-DAT-00522)
    Incorrect or missing encryption key
    SecAdptLog     Memory Mgmt Trace     5     000000024fb40848:0     2012-05-17 09:35:33     DB SecurityFreeErrMessage, message=<?INT?>.
    GenericLog     GenericError     1     000000024fb40848:0     2012-05-17 09:35:33     (secmgr.cpp (2769) err=4597521 sys=0) SBL-SEC-10001: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000024fb40848:0     2012-05-17 09:35:33     (physmod.cpp (9378)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000024fb40848:0     2012-05-17 09:35:33     (model.cpp (5970)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Warning     2     000000024fb40848:0     2012-05-17 09:35:36     (physmod.cpp (9452)) SBL-SFR-00116: The user has cancelled the logon request
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     Begin: Business Service 'Docking Service' invoke method: 'VerifyLocalSecurity' at 88888b0
    Trace     TracingInfo     3     000000024fb40848:0     2012-05-17 09:35:36     Value for the key 4_Kim_l is not found.
    Trace     TracingInfo     3     000000024fb40848:0     2012-05-17 09:35:36     Value for the key DCK:PwdLockoutFlg is not found.
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Docking Service' invoke method 'VerifyLocalSecurity' Execute Time: 0.014 seconds.
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     End: Business Service 'Docking Service' invoke method: 'VerifyLocalSecurity' at 88888b0
    ObjMgrBusServiceLog     Delete     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Docking Service' (address: '88888b0')was unregsitered at model '35f7cc0' for session ''
    ObjMgrBusServiceLog     Delete     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Docking Service' was deleted at 88888b0
    GenericLog     GenericInfo     3     000000024fb40848:0     2012-05-17 09:35:36     In destructor Sync
    GenericLog     GenericInfo     3     000000024fb40848:0     2012-05-17 09:35:36     Before unlock mutex 777
    ObjMgrBusServiceLog     Create     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Smart Script Execution Cleanup' was created at 36d9308
    ObjMgrBusServiceLog     Create     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Smart Script Execution Cleanup' (address: '36d9308')was regsitered at model '35f7cc0' for session ''
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     Begin: Business Service 'Smart Script Execution Cleanup' invoke method: 'CleanUp' at 36d9308
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Smart Script Execution Cleanup' invoke method 'CleanUp' Execute Time: 0.000 seconds.
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     End: Business Service 'Smart Script Execution Cleanup' invoke method: 'CleanUp' at 36d9308
    ObjMgrLog     Info     3     000000024fb40848:0     2012-05-17 09:35:36     (modpref.cpp (949)) SBL-DAT-50806: SavePreferences: D:\Siebel\8.1\Client_1\bin\Siebel Universal Agent.spf: Save is not needed. Preferences are not dirty.
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     Begin: Business Service 'Smart Script Execution Cleanup' invoke method: 'CleanUp' at 36d9308
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Smart Script Execution Cleanup' invoke method 'CleanUp' Execute Time: 0.000 seconds.
    ObjMgrBusServiceLog     InvokeMethod     4     000000024fb40848:0     2012-05-17 09:35:36     End: Business Service 'Smart Script Execution Cleanup' invoke method: 'CleanUp' at 36d9308
    ObjMgrBusServiceLog     Delete     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Smart Script Execution Cleanup' (address: '36d9308')was unregsitered at model '35f7cc0' for session ''
    ObjMgrBusServiceLog     Delete     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service 'Smart Script Execution Cleanup' was deleted at 36d9308
    ObjMgrBusServiceLog     Delete     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service '' was deleted at 12fab4
    ObjMgrLog     Info     3     000000024fb40848:0     2012-05-17 09:35:36     (modpref.cpp (949)) SBL-DAT-50806: SavePreferences: D:\Siebel\8.1\Client_1\bin\Siebel Universal Agent.spf: Save is not needed. Preferences are not dirty.
    ObjMgrBusServiceLog     Delete     4     000000024fb40848:0     2012-05-17 09:35:36     Business Service '' was deleted at 12fce8
    SecAdptLog     API Trace     4     00
    This is not the complete log, only the part when the authentication fails.
    Edited by: 933682 on May 17, 2012 12:37 AM

  • F4 help throws runtime error CREATE_DATA_UNKNOWN_TYPE   in IC webclient

    Hi All
    I am facing runtime error while clicking on f4 help in IC webclient.
    <crmic:inputField id               = "IfAddPartnerId"
                            width            = "100%"
                            maxlength        = "12"
                            value            = "//Partner/PARTNER_ID_ADD"
                            helpId           = "CRM_VENDOR_NUMBER"
                            helpInputFields  = "IfAddPartnerId=VENDOR_NUMBER;\'<%=
                                AdminI->GET_GUID( attribute_path = '' ) %>\'=GUID;\'<%=
                                AdminI->GET_ORDERED_PROD( attribute_path = '' ) %>\'=ORDERED_PROD"
                            helpOutputFields = "IfAddPartnerId=VENDOR_NUMBER"
                            disabled         = "<%= lv_add_disabled %>"
                            tooltip          = "<%= otr(crm_ic_appl/bupaaccount) %>" />
    I can see in debugging that control is going to search help FM : CRM_VENDOR_NUMBER_SHLP_EXIT
    Search help id is  : CRM_VENDOR_NUMBER.
    Exception CREATE_DATA_UNKNOWN_TYPE  is being thrown in the SET_TABLE_VALUES method of the class : CL_CRM_IC_F4_HELP (line 18) . I feel that GV_VIEWNAME is not initialized till this point.
    Can anybody please help me to remove the error.
    Best Regards
    Bhavishya

    Hi,
    Please let me know the BBPCRM package level.
    Feel free to revert back.
    --Ragu

  • Can we Debug A.E.T? and how?

    Hi, Friends
    can we Debug A.E.T? and how?

    Hello all,
    sometimes when I am dealing with customer issues, I have to debug AET handling to find the root cause.
    I have shared some of my AET debugging experiences in these blogs:
    http://scn.sap.com/community/crm/webclient-ui-framework/blog/2013/09/29/inside-aet-why-create-field-button-is-visible-in-some-ui-while-invisible-in-others
    http://scn.sap.com/community/crm/webclient-ui-framework/blog/2013/10/25/step-by-step-to-enable-your-genil-component-with-aet
    http://scn.sap.com/docs/DOC-52668
    Best regards,
    Jerry

  • BADI ADDRESS_CHECK from webclient

    I have already carried out a BADI implementation, for the ADDRESS_CHECK. Which works fine for BP transaction.
    As per requirement it also needs to be exectuted from IC webclient. However, it could not triggered by using IC webclient.
    Is there any way to resolve it.

    Hi,
    Put an external breakpoint and debug, if it is not being triggered then use some other BADI.
    Thanks,
    Shobhit

  • View the class debugging

    I am able to debug an application but when I step into a method it steps through the classes but I cannot view the class in Weblogic Workshop 8.1. It just shows everything in the "Locals" debugging window. I need to actually see the class I am stepping through. What do I need to configure or setup to do that?

    Hi,
    The requirement is to get access in coding to the entities of a filtered tableview in an assignment block.
    If you have a table view in an assignment block with eg. 10 records, and then user in webclient sets a filter on one or more of the columns in the view, then display will show eg. 2 rows instead of 10. So question is how in coding to get access to these 2 filtered records displayed in view ?
    Example could be the view:  CRMCMP_GS_WC/TodaysTasks
    When filtering this view, I want to count the records displayed in view.
    From the code below, I expected the iv_rows to have the value 2 (as the filtered view contains 2 records). But it has value 10 as is number of total records in non-filtered view.
    The iterator iv_iterator also contains 10 entities, and I can't see in iterator which entity is to be displayed or not.
    The getter method of one of the attributes in view is also called 10 times, eventhough there are only 2 records in filtered view.
    data: iv_rows type SYTABIX.
    data: iv_filtered_rows type string.
    data: iv_iterator type ref to IF_BOL_BO_COL_ITERATOR.
    iv_rows = Resultnew->GET_TABLE_SIZE( ).
    iv_iterator = Resultnew->GET_ITERATOR( ).
    When debugging from the DO_HANDLE_EVENT, which is called when user filters an assignment block table view, I can't see how and where framework uses the filter information to, which methods I should redefine to get access to the context of the filtered records in view.
    I hope this clarifies my request. 
    Thanks, I hope someone can assist on this one, as I guess that it should be general requirements for a UI developer from time to time to work in coding of filtered data. But can't seem to find any information/ docs about this issue.

  • Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input

    Dear Friends,
    We are facing a serious problem for debugging. Expecting valuable input for the same.
    Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input in Production Server.
    The debugging (for WebDynpro-ABAP application) is working in Dev. Server for
    1st ] Within R/3
    Ex. debug for bapi within R/3. i.e. value enter as input in R/3 only.
    2nd ] From webpage to R/3
    Ex. Some input given on the internet web page developed through WebDynpro and external breakpoint set in R/3 it works. It directs to R/3 code through debugging.
    In Prod. Server the 1st case above is working but the 2nd case is not working.
    In Prod. Server the WebDynpro developed applications are running successfully through internet explorer webpage inputs. So running the application is not a problem in prod. Server but debugging of the same is the problem.
    The setting which are done in Prod. server are,
    1] RZ10 in parameters are set for port and host name.
    2.1] In SMICM check for ICM.
    2.2] Host file updated in Windows-System 32.
    3] In SICF following services are active,
    3.1] default_host/sap/bc/webdynpro
    3.2] default_host/sap/public/bc
    3.3] default_host/sap/public/bc/webdynpro/viewdesigner
    3.4] default_host/sap/bc/wdvd
    3.5] default_host/sap/public/icman
    3.6] default_host/sap/bc/gui/sap/its/webgui
    3.7] default_host/sap/public/ping
    3.8] default_host/sap/bc/error
    3.9] default_host/sap/bc/echo
    4] In SE80
    4.1] Internet services-System-are published
    4.2] Internet services-WEBGUI-are published
    4.3] Utilities-Setting-ABAP Editor-Debugging-Username & New Debugger set.
    4.4] Utilities-Setting-ABAP Editor-Editor-Front-End Editor(New) set.
    5] In Su01 for user profiles sap_all & sap_new is assigned and role  SAP_BC_WEBSERVICE_DEBUGGER is assigned.
    6] The support packages are also updated to latest level.
    7] Gone through following links but not getting any clues.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/74d50bd1431b5ae10000000a42189c/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm
    Thanks in Advance.
    Best Regards,
    Abhijit.

    No cross posting
    Read the "Rules of Engagament"
    Regards
    Juan

  • Firefox can't open normally without going through the "this is embarrassing" routine; nor does it close down properly; it also sticks frequently, i.e. screen freezes for a minute or more; should I uninstall and re-install to try and debug?

    Firefox can't open normally without going through the "this is embarrassing" routine; nor does it close down properly; I get the "end program" message and have to say "end now"it also sticks frequently, i.e. screen freezes for a minute or more; should I uninstall and re-install to try and debug?
    - I've used Firefox exclusively for around 2 years.
    - My outlook express has no problems
    - other programs seem unaffected; it seems peculiar to Firefox.
    - my main use is surfing the net, primarily entering competitions on line via specialist competition sites.
    - every day at some stage(s) I have to switch computer off as Firefox has got very slow/sticky/freezes.
    I'm not techy by any means, but I can only thing of un- and re-installing to hopefully start with a clean slate.

    Sounds like something is keeping Firefox from closing properly. See this: <br />
    https://support.mozilla.com/en-US/kb/Firefox+hangs#Hang_at_exit

  • ERROR while debugging a SELECT..ENDSELECT

    Hello All,
    We get an error while we go into the select..endselect loop during debugging. Because of this if we try to do some research on existing program with Select-endselect..it fails in the second pass of this loop.
    This problem was not there earlier, but after we upgraded from 4.6 to 4.7 this problem is bugging us..every day. Does any one have a clue why ?
    Thanks!!
    Regards,
    Vishal

    Hi,
      debugging a SELECT...ENDSELECT statements brings to a LUW commit work if no other work processes are available for debug.
    See OSS notes 675, 2104.
    From OSS note 675 **********************************
    Cause and prerequisites
    Chain of causes:
          1. There is a statement in one of the Select loops, that leads to a database Commit (or Rollback).
          2. A database Commit causes the database to lose the cursor.
          3. The system cannot automatically continue within Select loop after loss of cursor.
    Following statements lead to a database Commit:
        * All statements that cause a change of screen (CALL SCREEN, CALL DIALOG, CALL TRANSACTION, SUBMIT, I/W-Message)
        * BREAK-POINT/ Debugging
          . if no debug process free
          . always after regeneration (in order to release generation lock).
        * WAIT Here a work process is released and a Commit is executed.
        * COMMIT WORK/ROLLBACK WORK
    From OSS note 2104 **********************************
    Solution
    The "COMMITWORK" message appears in the ABAP debugger when programs
    orscreensrequireregeneration,or when not enough free capacity
    is available inthesystem (or else the debugger blocks a system
    process).
    Normallyonly one work process is released for debugging. This
    isgenerally insufficient ina developmentsystem, as processes
    can be blocked for other reasonstoo(background processing,
    CPI-C connections,andso on).
    The number of work processes made available for debugging can
    be configured using the profileparameter
                      rdisp/wpdbug_max_no
    Forexample:
                    rdisp/wpdbug_max_no = 10
    setsthe maximum number of work processes made available for
    debuggingto 10. It may be necessary to generally increase the
    numberofwork processesatthis time (parameter rdisp/wp_no_dia).
    In all other known cases, an error in the application program is
    involved.
    Regards, Manuel

  • DID YOU KNOW?: Debugging with BC4J Tester

    Did you know that in JDeveloper 3.2, you can run the BC4J tester in debug mode to exercise your business components and hit breakpoints at the same time?
    Just do the following:
    [list]
    [*]Expand the navigator node for your Application Module, revealing its XML and Java implementation files.
    [*]Right-mouse on the YourAppModImpl.java file, and select Debug...
    [list]
    By default, it will debug using the "local mode" connection configuration. If you want it to debug using a difference configuration, just change the configuration name that appears as the 2nd argument in the launchTester call in the main() method of the application module implementation file.

    grin Thanks, Steve.
    Does this mean that in JDev 5.0 we're going to see an animated Steven Muench head in a tiny window in the lower corner, occassionally tapping on the glass to offer us hints?

  • Error when starting Weblogic in debug mode

    Hi there
    Has anyone experienced any difficulties when starting weblogic in debug mode.
    More specifically, it cannot start correctly because it thinks that another instance
    is using the same port (definately not the case).
    Any clues/suggestions are greatly appreciated.
    Error log follows:
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <Unable to create
    a server socket for port: 8320. java.net.BindException: Address already in use
    Perhaps another process is using port 8320.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Notice> <WebLogicServer> <SSLListenThread
    listening on port 8321>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <The WebLogic
    Server is no longer listening for connections. You should probably restart it.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <Server shutdown
    has been requested by system>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <The shutdown sequence
    has been initiated.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Info> <WebLogicServer> <Server shutdown is
    commencing NOW and is irreversible.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Error> <Performance Pack> <Unable to load
    performance pack, using Java I/O.
    java.lang.ThreadDeath
    at java.lang.Thread.stop(Thread.java:581)
    at weblogic.t3.srvr.T3Srvr.die(T3Srvr.java:764)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:507)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)

    Thanks for the suggestion.
    Unfortunatley the port is definately free/available during startup.
    Stephane Kergozien <[email protected]> wrote:
    Maark,
    Before starting your server, please could you check that the port is
    not used by one
    other process. You can use the netstat command to do this.
    Regards
    Stephane
    Mark wrote:
    Hi there
    Has anyone experienced any difficulties when starting weblogic in debugmode.
    More specifically, it cannot start correctly because it thinks thatanother instance
    is using the same port (definately not the case).
    Any clues/suggestions are greatly appreciated.
    Error log follows:
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <Unableto create
    a server socket for port: 8320. java.net.BindException: Address alreadyin use
    Perhaps another process is using port 8320.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Notice> <WebLogicServer> <SSLListenThread
    listening on port 8321>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <TheWebLogic
    Server is no longer listening for connections. You should probablyrestart it.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <Servershutdown
    has been requested by system>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <The shutdownsequence
    has been initiated.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Info> <WebLogicServer> <Servershutdown is
    commencing NOW and is irreversible.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Error> <Performance Pack> <Unableto load
    performance pack, using Java I/O.
    java.lang.ThreadDeath
    at java.lang.Thread.stop(Thread.java:581)
    at weblogic.t3.srvr.T3Srvr.die(T3Srvr.java:764)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:507)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)--
    Regards,
    Stephane Kergozien
    BEA Support

Maybe you are looking for

  • How to change the hostname was set/defined in SAP system?

    Dear Expert, My customer met a problem about that: he defined his host name with small characters(lower case) "abc" when he installed the SAP system (Windows2003(x64)-Solman70SR4). But in SM21, the title of sm21, the hostname was recognize as upper c

  • Crashing MBA w/lid closed?

    I have been having some very weird intermittent problems with my MBA (description below).  Sometimes, when the lid is closed, it will chime and reboot.  Never happens with the lid open/not sleeping.  Sometimes it's right away and other times it can b

  • How to use variables in DVM

    I have a string variable called codeValue and I want to use it in a dvm:lookupValue. Do you know how to use a variable in a dvm function? Below is my lookup function but I got an XPath error dvm:lookupValue ('cityMap.dvm','Code',codeValue,'CityNames'

  • ALE Vendor Confirmation (CREMAS)

    Hi, When a Vendor is created FK01 the ALE is settings done to send the Vendor code to another SAP system. But now it will be Unconfirmed in both the systems. (LFA1-CONFS and LFB1-CONFS will be '1') When the Confirmation is done using a different User

  • Link to Summary Report

    Is it possible to display the Summary Report in a website? I created a form, my visitors fill it out but cannot see the result. Any suggestions?