HTTP response time - From any SAP table.

Hi,
Can we get http response time other than from SMICM u2192 Http log?
Reason for me to ask is we cannot see complete URL in smicm log with response time.
date - "POST /sap/bc/webdynpro/sap/cprojects/?sap-contextid=......................................... HTTP/1.1" 200 325894 9555 h[-]
As per sap help link complete URL after contextID is hidden for security reason.
http://help.sap.com/saphelp_crm70/helpdata/EN/48/442541e0804bb8e10000000a42189b/frameset.htm
u201CFor security reasons the following information is hidden (replaced with points) from the logging procedureu201D
Question: can we access complete URL from any table level with http response time, any input is appreciated.
Thanks,
Venkat.

Michael,
First of all, thanks for the reply.
In our environment we have cprojects implemented and have lot of webdynpro request to ECC system.
From http log (SMICM) I can see many webdynpro requests with response time above 30 minutes; I want to automate this monitoring by writing a CCMS data supplier. We already have SAP document to write data supplier.
Scenario: For example if they are doing a task in cprojects.
We will be having a GET webdynpro request and then POST. By looking at GET we can know the task user is trying to do. But it is POST request which will be taking most of the response time and POST URL is show u2026(point) after context ID and as per SAP help this is done for security reason.
HTTP log from SMICMu2026
[DATE] - "GET /sap/bc/webdynpro/sap/cprojects?sap-client=clnt&STARTVIEW=Tasks&OBJECT_TYPE=TTO&GUID=GUIDNUMBER
[DATE] - "GET /sap/bc/webdynpro/sap/cprojects/~ucfLOADING?sap-contextid=....................
[DATE] - "POST /sap/bc/webdynpro/sap/cprojects/?sap-contextid=........................[response time]
I think SAP is displaying as point in http log file, but it should definitely have complete URL is any of the table.
So I am looking If we can find the complete POST URL with response time from table then we can write an ABAP program to send the information to CCMS.
Thanks,
Venkat.

Similar Messages

  • Return HTTP Response Code from custom login module

    Hi,
    I´m trying to set an HTTP Response Code from a custom login module. Getting HTTP Headers works, so basically the approach is working.
    What I do is:
    HttpSetterCallback responseSetterCallback = new HttpSetterCallback();
    responseSetterCallback.setType(HttpSetterCallback.RESPONSE_CODE);
    responseSetterCallback.setValue("401");
    _callbackHandler.handle(new Callback[] );
    When executing on a J2EE 6.40 I get the following error:
    java.lang.IllegalArgumentException: hsc.getType()==8 not yet supportedhsc.getType()==8 not yet supported
    (with Type 8 standing for Response Code)
    It looks as if this feature has not been implemented yet (although been described in the SAP documentation). How can I fix this problem, is there any workaround to set the Response Code in another way?
    Thanks!
    Kind regards,
    Daniela

    Hi Daniela,
    sorry for the late reply - you may have resolved your problem now, but still wanted to follow up on it in case others experience the same.
    The support for this type in the callback is available from SP12 on. I guess you're using a lower SP. So, if you upgrade, you'll get the problem resolved (otherwise, I'm not aware of any workarounds.)
    Hope that helps!

  • How to select LAST line from a SAP table?

    Hi developers,
    I need to select the last line from a SAP table, NOT from an internal table.
    Something like
    SELECT SINGLE LAST FROM pa00169..
    any help is more than welcome.

    Javier,
    Based on this statement from you:
    "i created a Z table, its a config table that stores some bussines rules, and an id counter, so in order to update that counter i need the last line of the ztable."
    I have one additional solution which is the "text box" approach IF the 'id counter' mentioned above is a numeric data type.
    If so, use an SQL function to get the highest value of ID_COUNTER.
    Then simply add one to it to produce a new, unique, higher-order primary key.
    See below:
    data: l_id_counter like ztable-id_counter.
    data: new_id_counter like ztable-id_counter.
    select max( ID_COUNTER ) from ztable into l_id_counter.
    new_id_counter = l_i_counter + 1.
    Now new_id_counter will be the unique, primary key IF this is the only field in ZTABLE's primary key.
    This will also GUARANTEE that your new record is built correctly.

  • How to get SNTP (Simple Network Time Protocol) time from any time Servers?

    Hi All,
    I am trying to get the date and time from any internet time servers (http://tf.nist.gov/service/time-servers.html). How do I get that within the java program.
    ex: InetAddress address = InetAddress.getByName("time-nw.nist.gov");
    then a variable holds the current date and time (optional any specific time zone)
    Thanks in advance!
    Gajen

    Hi there,
    As an update, AtomicDate ([atomicdate.sourceforge.net|http://atomicdate.sourceforge.net] ) is a clean and flexible Java implementation of the NTP/SNTP protocol. It's main features are integration with the Spring Framework and a network time enabled version of java.util.Date. Cheers!
    AP

  • How to insert data in Ztable from Non Sap tables like Msaccess table

    hi
      i want to know how to insert data in sap Ztable from non Sap table for example i have a non Sap application developed in Visual basic as Front end and data base in Sql2000. i want retrive data fron sql table into Ztable of SAp.
    Regards,
    Manish Gangwal

    look F1 for EXEC SQL and that link:
    Re: SQL Table

  • Average HTTP response time going up week by week as said by SAP

    Hello All,
    I was looking into our SRM earlywatch report,SRM is on windows SQL server 2005 with Windows 2003 server
    In the performance indicators,there is an interseting trend though nothing is in yellow or red
    The values of following parameters : average response time in HTTP task, the maximum no of HTTP steps per hour and the average DB request time in HTTP task  are going up
    I understand that as the no of HTTP steps are increasing,the response time is becoming more which is quite obvious.
    But how to balance this load out so that the average response time comes down?
    what steps should be taken so that I can get this response time to come down though the load on the server is going up
    Rohit

    Hi Rohit,
    Is you system in High Avalibity setup? If yes, then try to load the balance on Node A and Node B. If this is already done or if your system is not in high availability then plan and install a Additional application server (Dialog instance) for load sharing.
    Regards,
    Sharath

  • HTTP Response time

    Hi
    I try to log the response time for my http request
    having enabled it with LogResponseTime Property in service HttpProvider (setting it to true)
    (using SAP Web AS Java 2004s SPS10)
    in the responses.trc file I see the following output (here is an sample)
    [Nov 1, 2007 1:49:41 PM   ] - 111.111.111.111: POST /webdynpro/dispatcher/sap.com/pb/PageBuilder;jsessionid=..... HTTP/1.1 200 29497 [19140]
    Could somebody tell me, which field is related to the reponse time, and which unit is used to measure the time (seconds, milli seconds)...
    Any help is appreciated
    Regards Karin

    Hi Karin,
    The time is in milliseconds:
    http://help.sap.com/saphelp_nw70/helpdata/en/52/46f6a089754e3a964a5d932eb9db8b/frameset.htm
    I believe it is the value in brackets:
    [19140] = 19 seconds
    Does that correspond with the times you observe?

  • Is there a way to speed up the response time from the dock

    Is there a way to speed up the response time for external hard drives from the dock? I have three external HDs but when I click on the alias in the dock there is always hesitation before it opens. I'm leaning towards the fact that it is just a result of the fact that the speed of the Mac is what it is. But, maybe there is something I can do to speed it up. The drives are plugged via usb directly to the Mac and they have there own power source. The curious thing is that they once were plugged into a large separately powered USB hub and I don't recall a lag like I have now. Any thoughts? Thanks...
    Message was edited by: gfann18

    Have you got the drives set up to spin down when not in use?
    Have a look at the Energy Saver settings in System Preference on the Mac.
    Make sure the "Put the Hard Discs to sleep when possible" box is not ticked.

  • CCMS Monitoring for Average HTTP response time

    Hi guys ,
    Is it possible to monitor Av. response time for HTTP(this is based on ST03) using CCMS ?
    Thanks in advance
    George

    hi
    As per my understanding you tried to view the responsetime comp as same like in sto3 by ccms, the way as below, RZ20-> SAP CCMS montior templates- >Entiresystem-><sid>->application server -><server>R3 services ->  DIalog you can get all the response time as same in the ST03.
    else in otherway if you looking for monitoring Java and webdynpro, you can do this by GRMG.chk this for to knw http://help.sap.com/saphelp_nwpi71/helpdata/en/45/4ee37fea5917eae10000000a155369/content.htm|http://help.sap.com/saphelp_nwpi71/helpdata/en/45/4ee37fea5917eae10000000a155369/content.htm]
    for configuration,[GRMG-config guide|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/106a4d88-2a36-2c10-549b-dc549d00b8b9?quicklink=index&overridelayout=true]
    chk and update
    jansi

  • TIP: Changing entries directly in any SAP table

    Use transaction SE16N -> Enter the table name and press enter to read the fields in.
    Then type &SAP_EDIT in the transaction area (as a function code) and hit enter. A success message displays saying "SAP Editing function is activated".
    You can now execute the report and you can edit any field except the key fields.
    Use with caution!!!
    This is a replacement of the blog at [/people/kevin.wilson2/blog/2009/09/29/tip-editing-any-table-in-sap|/people/kevin.wilson2/blog/2009/09/29/tip-editing-any-table-in-sap] which has stirred so many great discussion points on security.

    >
    J@Y wrote:
    > ... it would help for Ztable data as you mentioned.
    In that case one could argue that the authority-checks are both too strict (for the system debugger) and not granular enough (for the replace function in the ABAP debugger).
    Reason: For the package and the object name, the system is checking against a DUMMY element on all 3 activities used by the command. This is the equivalent of "anything which is something" in the ABAP world. If you call it programatically, then only the ability to display something in the debugger is sufficient to change everything...
    So, if you have access to execute ABAP workbench objects combined with the ability to debug a Smartform, then you can change any database table which you could prior also have displayed.
    OR
    Don't give anyone any debug authority in production at all.
    Works like a charm and the developers eventually start testing their programs more in DEV and QAS and taking collective responsibility for the quality of the coding in the first place...
    Cheers and enjoy the weekend (hopefully without having to be called in the middle of the night to debug some program which won't execute, or debug a table because the program did execute...
    Julius

  • What is the best way to stop parallel loops at the same time, from any loop?

    If there is a vi with two or more parallel while loops, what would be a good method to simultaneously stop parallel loop execution, from any of the parallel loops? My intent was to try and do this without local variables, so I used notifiers. This seems like an ok method for two loops, but how about for n loops?
    In addition, my code has a flaw. I use an OR block to compare the stop status of each of the loops. This works fine most of the time, but if both loops are triggered to stop at the same time,the boolean result will be false, causing the loops to never stop. How can this be avoided?
    Thanks,
    Curt
    Attachments:
    parallel_loop_w-stop.vi ‏54 KB

    I think you have the right idea, notifiers are one of the better ways to stop parallel loops. You can simplify things by using 1 notifier for everything. I modified your VI to use 1 notifier, it will set the notifier to True ONLY if the loop is stopping, then it stops. The other loop will read the notifier status, and stop based on it the next time it executes.
    I also changed the second loop to stop and notify if it has an error (that is usually a good idea, especally if you have I/O or other things that can cause problems)
    I also changed the switch mechanical action, that will eliminate the problems for your second question.
    The VI's attached are written in Labview 7.0
    P.S. If you have 7.1, the Queues are polymorphic, meaning that the typecast operat
    ions are NOT needed!
    Attachments:
    parallel_loop_w-stop7_0.vi ‏45 KB

  • VAT code mandatary status fileld for Account; from the sap tables

    Hi All,
    I need a big favour from you all on this FI requirement
    As you all know in SAP FI transactions (FB01), we enter account and some of them need VAT code as mandatory enrty;
    I need to write a sql to check whether VAT code is mandatary for account or not from the config sap tables;
    Can I know the table name and the filed names related to this
    Many Thanks
    Iver

    HI,
    No specific table tells you whether particular account requires VAT code or not.
    This is based on the GL account tax details maintained. In the FS00 - GL> in "Control tab" based on the tax category it will ask the VAT code.
    Without maintaing the details as said above , you can't use the tax code while doing FB01.
    VVR

  • How to get query response time from ST03 via a script ?

    Hello People,
    I am trying to get average query response time for BW queries with a script (for monitoring/historisation).
    I know that this data can be found manually in ST03n in the "BI workload'.
    However, I don't know how to get this stat from a script.
    My idea is to run a SQL query to get this information, here is the state of my query :
    select count(*) from sapbw.rsddstat_olap
    where calday = 20140401
    and (eventid = 3100 or eventid = 3010)
    and steptp = 'BEX3'
    The problem is that this query is not returning the same number of navigations as the number shown in ST03n.
    Can you help me to set the correct filters to get the same number of navigation as in ST03n ?
    Regards.

    Hi Experts,
    Do you have ideas for this SQL query ?
    Regards.

  • HTTP response "Unauthorized" from CMS server "----"

    Hi,
    I have the same user id to SLD and NWDI but the password is different.
    So I get logged in successfully to the SLD but when i do the import configuration -> remote-> it gives the above error.
    The list of available Development Configurations is displayed.
    Can any1 tell me the cause of the above error ?
    Thanks,
    Veena.

    Hi,
    With a valid userid/pwd, you should be able to logon to CMS WebUI,
    http://<host>:<port>/webdynpro/dispatcher/sap.com/tcSLCMS~WebUI/Cms
    Ensure that you have given the correct roles and rights as per the configuration guide. Reset the passwords to same in both SLD and NWDI.
    Hope this helps !
    Regards
    Srinivasan T

  • Any SAP Tables from where one can find if the delivey was goods issued ?

    I want to know all the tables and column name in SAP that we can query to know if a particular outbound delivery note was  goods issued ( complete good issued for all the delivery lines) ?

    Hi
    Raj
    Pl check the document flow of delivey in VL03N if PGI is done then material doc no will be there. Please take that mat doc and put in the table MKPF u will see the detail. Use MSEG to see the good mvt. Just put the Mat doc no in the field and u will get the details.
    LIKP and LIPS are for delivery for PGI doc u have to refer the above tables.
    Hope this will help u.
    Thx.

Maybe you are looking for

  • How do I make my MAC Lion OS compatible with my new hp eprinter series 6510?

    I want to use my new hp eprinter as a backup for my Mac Laptop.  It works well wirelessly over the WIFI with my ipad.  However, when I inserted the installation disk into my Mac (with lion os), I was prompted to get an updated installation software f

  • Using Session EJB from MDB in Weblogic 11G

    I am having trouble with what should be a very simple operation. I have created an MDB and deployed it successfully on the Weblogic managed server. Then in a separate application, I created a Stateless session bean that I would also like to call from

  • Simple XML Editor

    Is there a simple, FREE, XML editor out there (written in Java)? I am using an XML file format for a small application I wrote, and I would prefer to edit the file using an XML editor, since it is easy to screw up the file in a text editor. If you've

  • Signal Booster for iPhone4

    Can anyone recommend a signal booster to enhance my Verizon iPhone4 phone and data signal in "fringe" areas? When camping in some areas of the Adirondacks in NY, I can only get one bar on my iPhone.  Internet is extremely slow if at all.  Can someone

  • DFS Subfolder Filter Not Filtering

    Server 2008R2 Hi everyone, I'm troubleshooting a subfolder filter issue with DFS.  I followed the troubleshooting steps in the KB listed below and all went well.  There are no errors in the event viewer. http://support.microsoft.com/kb/272279 Some th