Where can I find documentation about the RSRTRACE Tcode?

Hi!
I'm doing a trace regarding template performance, and need a guideline document how this T Code works, and what I have to do to get the result out...
Have anyone anything I can use?

Hi Helge,
Please see here:
http://help.sap.com/saphelp_nw04/helpdata/en/cb/f91c3d2b058c4ce10000000a114084/content.htm
Hope this helps...

Similar Messages

  • Where can we find details about the different contributor types?

    I see a few members being designated as 'Copper' and 'Silver' contributors. Where can we find more details about these contributor levels?

    The initial ranks are based pretty much on post count only - (having been around for awhile I've seen the "progression"!) - Once you attain the Bronze ranking, other criteria come into play, and as Ann said, details are known only to the admins to prevent manipulation and "rank climbing" as it's been called.
    I gather it's some combination of post count, tag count, kudos received, solutions authored, and then some totally subjective criteria (how well you "play with others", general helpfulness, accuracy of information given, etc).
    The mods and admins do an excellent job of keeping this place informative, useful, and a pretty pleasant place to be.

  • Where can I find Info about the Integration on SAP?

    Hi,
    I´m looking for Info about:
    -Integration of SAP Backend (R/3, BW, CRM)
    -Integration with Legacy or 3rd party Apps
    I´m just finding pieces of info and not a document.
    Do you know if there are SAP Guidelines or whitepapers on this issues?
    I really Apreciate the Help!
    Kind Regards,
    Gerardo

    Hi Gerardo,
    welcome to the SDN Forums first. For R/3 to CRM connectivity I would suggest that you read the Doucuments coming <a href="http://help.sap.com/bp_crmv340/CRM_DE/html/opport.htm">SAP Best Practices for Customer Relationship Management - V3.40</a> in the Building Blocks:
    B01: CRM Generation
    C71: CRM Connectivity
    B09: CRM Replication
    You find a documentation about the Integaration of R/3 and CRM.
    Regards
    Gregor

  • Where can I find documentation for the HSP* Custom Functions

    I can see a number of HSP functions are registered in Essbase but cannot find any documentation for them. I am reluctant to use them for client development without some proper documentation. Does anyone know where it can be found?
    The functions are :
    @HspNthMbr
    @HspNumToString
    @HspDateToString
    @HspConcat
    @HspMbrIndex
    @HspMessage
    @HspGetMbrCount
    @HspCreateCDFSession
    @HspRemoveCDFSession
    @HspAddPageCombination
    @HspCreateEssbaseServerFile
    @HspWritePageCombinations
    @HspGetFileName
    Many of these look interesting. Some of them seem obvious, others might have a number of paramenters and options.
    Any help appreciated.
    Richard

    Here is the contents of essfunc.xml.  A little bit more information than what is available than in EAS; for example regarding function @HspGetMbrCount, it has a limited function prototype "@HspGetMbrCount(StringArray)" and purpose "Returns the member count of the range provided".  I got this from Oracle/Middleware/user_projects/essbase1/EssbaseServer/essbaseserver1/java.  You can view it more easily in Internet Explorer or vim.
      <?xml version="1.0" encoding="utf-8" ?>
    - <definitions version="6.2.0">
      <macros />
    - <functions>
    - <function name="@HspNthMbr" tssec="1377715749" tsmcs="202567" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getNthMember(String[],int)">
    - <spec>
    - <![CDATA[ @HspNthMbr(memberRange, PosIndex)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns nth member in the range provided
      ]]>
      </comment>
      </function>
    - <function name="@HspNumToString" tssec="1377715749" tsmcs="224917" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.numToString(int)">
    - <spec>
    - <![CDATA[ @HspNumToString(NumericInput)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns String type value for the numeric value provided
      ]]>
      </comment>
      </function>
    - <function name="@HspDateToString" tssec="1377715749" tsmcs="246968" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.dateToString(int)">
    - <spec>
    - <![CDATA[ @HspDateToString(NumericDateInput)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns String type date in DD/MM/YYYY format
      ]]>
      </comment>
      </function>
    - <function name="@HspConcat" tssec="1377715749" tsmcs="268969" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.makeAString(String[])">
    - <spec>
    - <![CDATA[ @HspConcat(StringArray)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns a single string by concatenating all the values passed to it
      ]]>
      </comment>
      </function>
    - <function name="@HspMbrIndex" tssec="1377715749" tsmcs="291290" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getMbrIndex(String[], String)">
    - <spec>
    - <![CDATA[ @HspGetMbrIndex(String[], String)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the member position in the dimension based on outline order.
      ]]>
      </comment>
      </function>
    - <function name="@HspMessage" tssec="1377715749" tsmcs="315045" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getURL(String[])">
    - <spec>
    - <![CDATA[ @HspMessage(StringArray)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns URL format of the message and parameters
      ]]>
      </comment>
      </function>
    - <function name="@HspGetMbrCount" tssec="1377715749" tsmcs="335521" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getMbrCount (String[])">
    - <spec>
    - <![CDATA[ @HspGetMbrCount(StringArray)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the member count of the range provided
      ]]>
      </comment>
      </function>
    - <function name="@HspDateDiff" tssec="1377715749" tsmcs="357494" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.dateDiff(int,int)">
    - <spec>
    - <![CDATA[ @HspDateDiff(fromDate, toDate)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns difference between two dates in days, inclusive of dates passed.
      ]]>
      </comment>
      </function>
    - <function name="@HspDateRoll" tssec="1377715749" tsmcs="379014" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.dateRoll(int,int,int)">
    - <spec>
    - <![CDATA[ @HspDateRoll(startDate, noOfPeriods, periodType)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the next date, resulting from adding noOfPeriods to StartDate.
      ]]>
      </comment>
      </function>
    - <function name="@HspOffsetIdx" tssec="1377715749" tsmcs="400720" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getDataOffsetIdx(long[],long[],long[],int,int,int)">
    - <spec>
    - <![CDATA[ @HspOffsetIdx(DataList, StartDateList, EndDateList, BaseValue, OffSet, BaseDate)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the pointer to data which is nth distinct value, where n is the offset and for that data, gets relevant row based on date array.
      ]]>
      </comment>
      </function>
    - <function name="@HspMbrList" tssec="1377715749" tsmcs="422891" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getMemberList(String[],long[],int)">
    - <spec>
    - <![CDATA[ @HspMbrList(MemberList, DataList, ChkValue)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the list of members, at positions corresponding to data same as ChkValue in DataList.
      ]]>
      </comment>
      </function>
    - <function name="@HspNextAllocIdx" tssec="1377715749" tsmcs="445933" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getNextAllocIdx(long[],long[],int)">
    - <spec>
    - <![CDATA[ @HspNextAllocIdx(dataList,unspAcc,counter)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the pointer for the first row with no allocation or first row positive allocaction and not a modified row or total
      ]]>
      </comment>
      </function>
    - <function name="@HspStringCompare" tssec="1377715749" tsmcs="469322" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.stringcompare(String, String)">
    - <spec>
    - <![CDATA[ @HspStringCompare(srcstring, trgtstr)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Does a string compare and Returns the true if sourcestring and target string are same.
      ]]>
      </comment>
      </function>
    - <function name="@JDebug" tssec="1377715749" tsmcs="493564" javaSpec="com.hyperion.calcmgr.common.cdf.DebugFunctions.debug (int , String, String[], double , String)">
      <flag value="RUNTIME" />
    - <spec>
    - <![CDATA[ @JDebug(action, returnAddr, str_array, dblInput, lineKey)
      ]]>
      </spec>
      </function>
    - <function name="@JSendDebug" tssec="1377715749" tsmcs="521638" javaSpec="com.hyperion.calcmgr.common.cdf.DebugFunctions.sendDebug(int , String , String[] , double[] , String )">
      <flag value="RUNTIME" />
    - <spec>
    - <![CDATA[ @JSendDebug(action, returnAddr, str_array,dblInput_array, lineKey)
      ]]>
      </spec>
      </function>
    - <function name="@HspCreateCDFSession" tssec="1377715749" tsmcs="548082" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.createCDFSession()">
    - <spec>
    - <![CDATA[ @HspCreateCDFSession()
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Creates and returns a unique session Id
      ]]>
      </comment>
      </function>
    - <function name="@HspRemoveCDFSession" tssec="1377715749" tsmcs="578942" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.removeCDFSession(long)">
    - <spec>
    - <![CDATA[ @HspRemoveCDFSession(sessionId)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Removes the session with the provided sessionId
      ]]>
      </comment>
      </function>
    - <function name="@HspAddPageCombination" tssec="1377715749" tsmcs="610001" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.addPageCombination(long, String[])">
    - <spec>
    - <![CDATA[ @HspAddPageCombination(sessionId, pages)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Adds a page combination
      ]]>
      </comment>
      </function>
    - <function name="@HspCreateEssbaseServerFile" tssec="1377715749" tsmcs="640601" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.createEssbaseServerFile(long,String,String)">
    - <spec>
    - <![CDATA[ @HspCreateEssbaseServerFile(sessionId, appName, cubeName)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Creates a unique file on the Essbase server and returns the file path
      ]]>
      </comment>
      </function>
    - <function name="@HspWritePageCombinations" tssec="1377715749" tsmcs="669640" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.writePageCombinations(long, String)">
    - <spec>
    - <![CDATA[ @HspWritePageCombinations(sessionId, fileName)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Writes all the page combinations with data to the file
      ]]>
      </comment>
      </function>
    - <function name="@HspGetFileName" tssec="1377715749" tsmcs="705211" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getFileName(String)">
    - <spec>
    - <![CDATA[ @HspGetFileName(filePath)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the file name for the give path
      ]]>
      </comment>
      </function>
      </functions>
      </definitions>

  • Where can one find documentation of the pushreplication pattern / of the coherence incubator?

    Hi all,
    I am looking for documentation / explanations of the pushreplication pattern or of the coherence incubator in general.
    Any idea whether something like that exists?
    Many thanks in advance,
    Adam.

    http://www.adobe.com/devnet-docs/digitalpublishingsuite/ReadingSDK-2.28/docs/symbols/adobe DPS-Folio.html
    -- senior solutions architect | digital publishing  | adobe | 415.832.4014 | 408.568.6379

  • Where can I find Documentation for Oracle financial installation

    Hi
    Where can I find Documentation for Oracle financial
    installation as which all modules to be downloaded for linuk server etc
    here is what I have found
    ===================================
    Oracle9i Application Server, Version 1.0.2.2.2 CD Pack for Linux x86 [Act as Server][to be installed on main linux server]
    ===================================
    Oracle® Applications 11i Release 9 CD Pack for Linux x86     [Act as client][to be installed on client sean,AJ,Vinod]
    ===================================
    Internet Developer Suite (1.0.2.4.1) CD Pack (with iAS Pack) for Microsoft Windows (32-bit)
    ===================================

    user11872870 wrote:
    Hi Tubby,
    http://www.quest.com/documents/list.aspx?SearchOff=true&ContentTypeID=20&prod=1
    This link has many pdf files but none has the useful information. Those pdf's are just 2 or 3 pages each.Sad Christmas for you then i suppose.
    Perhaps you could contact the vendor (quest) and get them to help you in your search for whatever it is you're looking for. An Oracle SQL and PL/SQL forum is not the venue for this, please mark the question as answered, and good luck in your search.

  • Where can I find help about configuring forms?

    Hi, everyone,
    I want to develop web-based application using forms 9i, but I don't know how to configue my developing enviroment. I searched in forms online help and otn website, but I found nothing, except some articles about forms service. but I don't think I need install forms service when I develop my application. so who can be so nice to tell me where can I find help about this problem.
    besides, after creating a database in my local machine, how can I connect with it in foms?
    thank you very much!

    If you installed Oracle9iDS you'll have everything configured for you. (It basically work the same way as the Oracle9iAS Forms Services so all the documents are still relevant). For a quick understanding of the configuration files check out this document: http://otn.oracle.com/products/forms/pdf/forms9icstowebmigration.pdf
    To connect to your database you need to create a SQL*NET connection and add an entry to your tnsnames.ora using the SQL*NET easy configuration tool.

  • I have replaced my faulty hard drive on my macbook air 1.1 and need to reinstall the original software where can in find this on the apple web site?

    I have replaced my faulty hard drive on my macbook air 1.1 with a new ssd, I need to reinstall the original software,where can I find this on the apple site?

    There is no download for the software.  The factory software that you are looking for is called ilife.  It is all of the software that would have came preinstalled with your mac on your original hard drive when you first bought it.  You will have to get new software on your computer.  This might actually be a great opurtunity to upgrade to Lions.  Search the Lions software in the mac store and it will come up.  Click add to cart and check out.  The price for it is $20.  I defientely recomend Lions, it has alot of new great features.  Then wate for the install disk to come in the mail.  when it come just pop it in and follow the step by step instructions.  If you dont want to upgrade to lions however you can download the ilife package from apple.com for a small price.  Hope this helps.

  • Where can I find or open the bar "others" when I connect my iPhone to the iTunes?

    Where can I find or open the bar "others" when I connect my iPhone to the iTunes?

    Re: what is the procedures to free some space on my ipad to download videos?

  • Where can I find and view the movies I've rented?

    Where can I find and play the movies I've rented on iTunes?

    From iPad 2?  it's the Video App.

  • Where can i find out all the standared table name

    Dear Friend,
    could you please tell me where can i find out all the standard table names,
    ( for example: tstc for find all the T-codes) .

    HI Srinivas,
      DD02L has the name of all the TABLES in the SYSTEM. It has both SAP and Customer's TABLES.
      First of all exclude all Z* and Y* tables from dd02L. Still there are many tables in CUSTOMER NAMSPACE.
      So make a program, LOOP at all entries of DD02L and then check the name space of each entry using the function module:-
    <b>TRINT_OBJECT_NAMESPACE_INFO</b>.
    If the namspace is not EQUAL to 'S', then dont count that entry else add one to the counter.
      This would tell you all SAP Standard Tables in the system.
    Thanks and regards,
    RAVI :).
    NOTE: Points keep me alive on SDN .

  • Where can I find documentation that explains how

    I would appreciate it very much if somebody could tell me
    where can I find a documentation that explains how is it possible to customize the <jbo:ShowHint, similar to the way custom renderers customize <jbo:RenderValue...?
    Thx

    A try at google with sufficient keywords often reveals the answer.
    My estimate is 60-80% of the questions posted here can be solved by constructing a good google search, and take some time to read the hits.
    Of course experience with using linux helps (to choose the rights search keywords)
    To the original poster: there is a very valuable command called 'man', which means 'manual'. if you need information about commands, use the manual, for example: man lsto learn about the 'ls' (list) command. also try man manthe manual page about the manual pages command.

  • Where could i find information about the state of my request to change my ipod nano 1st gen?

    my ipod 1st gen is part of the program of replacement, but i dont know where i can find information about the state of my request. some ideas?   

    You can enter the Serial Number and Repair ID on this page to get a stsus update:
    https://selfsolve.apple.com/repairstatus/main.do;jsessionid=0phLTksW2mwLbyQVF3Qs zFtCQMH2Jv5xkMxvMlD6RsKVLhpJjpjj!846893301
    Hope that helps!

  • Want to customize Menu Bar - Where can I find explanations of the almost 200 editable items in the Properties for "ul.MenuBarHorizontal" ?

    I want to design/customize a horizontal Menu Bar. However I'm flying blind on what the meanings (parameters) of each of the almost 200 editable items are in the Properties for "ul.MenuBarHorizontal" ?
    Where can I find each item explained? Have looked on line and in the library.
    Thanks.

    Here's a link to the help pages for the Spry Menu Bar: http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS90E6DF98-60A3-41a4-B427-CD057D57BB7A. html#WS37318579-3916-46db-80D1-A8C5E6777BE5a
    Understanding the CSS for a Spry Menu Bar is an exercise in understanding descendant styles. David Powers has just published a good tutorial on the Spry Menu Bar. His explanations are very good.
    http://foundationphp.com/tutorials/sprymenu/customize1.php will get you there.
    Beth

  • Where can i find cookie in the hard disk?

    hi
    i am new to cookies....i read that cookie is a small file..that is creted and stored at the client's hard disk..... since it is stored at the client's side..anybody can change the data..that is the disadvantage of cookie... so can anyone help and tell where can i find cookie...i want to see that file and know actually what happens.........how an unauthorized person can change the content of the cookie..........
    regards,
    Akshatha

    hi
    i am new to cookies....i read that cookie is a small
    file..that is creted and stored at the client's hard
    disk..... yes
    since it is stored at the client's
    side..anybody can change the data..not really, cookies usually store session ids
    that is the
    disadvantage of cookie... so can anyone help and tell
    where can i find cookie...i want to see that file and
    know actually what happens.........how an
    unauthorized person can change the content of the
    cookie..........well, its usually in C:\Documents and Settings\<user_name>\Cookies in standard windows environment.
    good luck,
    cheers,
    ram.
    >
    regards,
    Akshatha

Maybe you are looking for

  • I am trying to restore a locked device where password is unknown.

    iTunes goes to restore, iPhone Software Update goes to 18,000  hours remaining, then stops with error 9006.  I have done the same thing on a different device, restore took about 8 minutes, so network connection is fine. I've retried this restore on t

  • Field value is not getting populated in Display mode

    Hello All, I have created a custom drop down field in the DEAL component through EEWB. From the GUI, I could able to select a value form the drop down list field and save it. In DISPLAY mode,  the value is not showing but when I change the screen to

  • Two cameras, but only one works at a time, need help

    I've gone over the messages here but not found any answers to my type of problem.  I have two WVC54GCAs both have static IPs on my lan and I can view them both fine from there.  I forwarded the port for one to 47624 and the other to 47625 in my route

  • Hot spots to trigger image states in Apps

    I watched one of Terry White's videos on Adobe TV in which he used buttons (pins) on a map to reveal different images which were basically the different states of a multi-state object. He then output this to an iPad and everything worked fine. I've t

  • Flash Player for Kindle Fire HD.

    I saw an experimental version of Flash Player for Kindle! I could not download it and need a Flash Player for my Kindle. Can I get Help with this? There are issues with Flash and Kindle/Amazon! If possible, tell me where I could get an answer! Or a D