Table to get the list all the RFCs

Hi Experts,
Is there any way to get the list of all the RFCs which are using a particular communication user ?
Can you please let me know any sap table such that it can provide the list of all the RFCs which are using a particular communication user ?

Hi,
To my knowledge, there is no such table.
If I want to know which RFCs are called by a particular user, I use ST03 for last month --> RFC Profile s --> RFC Server profile
I select the USER tab, and I double click on the user I'm interested in.
All the RFCs called by this user are now displayed. I hope that this is  the information that you need.
Regards,
Olivier

Similar Messages

  • Table / F.M to list all the IBase available in the System.

    Dear All ,
    Could some body please  tell me about any Table or Function Module or BAPI which will show or extract all the IBase
    available in the Solution Manager System being used.
    Thou I got the Structure but I can not find the relevent table.
    Thanking You All.

    Dear All,
    I got a Table IBIN , which contains the IBase Components with in its field INSTANCE , but it conatins far more number of IBase components than its being shown by SAP .
    How to find the IBase Components available in SAP ?
    Thaking You All.

  • How can I list all the column names of a table by programming?

    Hi,
    Now I want to write an function which has the following features:
    Firstly, The function was given a parameter as table name.
    Then, it will lists all the columns names of the table.
    e.g
    table: person
    ---firstName------lastName----+
           Michale               Jackson
    We can get the columns 'firstname' and 'lastName' by calling the function with table name 'person'.
    And I also wonder that where I can get reference book or any other materials?
    Thanks.
    Edited by: wenjing wang on Feb 15, 2008 6:42 AM
    Edited by: wenjing wang on Feb 15, 2008 6:57 AM

    hi,
    hope the below code helps u. Just take the headee which contains the field name and split it like below and compare it with the field name u want here 'last name'.
    here,
    'First name' will be in wt_filedata1 and remaining field names in wt_filedata2, so 'do' continues.
    c_tab must be the separator, either , or + or tab etc..
    CODE:
    read table person into wl_header index 1.
    do.
        split wl_header at c_tab into: wt_filedata1 wt_filedata2.
        if wt_filedata1 <> 'lastname'.
          cnt1 = cnt1 + 1.
          wl_header = wt_filedata2.
        else.
          exit.
        endif.
      enddo.
    Please reward if it is useful.
    regards,
    sri

  • HT201272 My laptop pc got stolen, how can I get hold of all the itune music I purchased, or at least get a list for insurance?

    My laptop pc got stolen, how can I get hold of all the itune music I purchased, or at least get a list for insurance?

    Yu can try this program.  If unsuccessful, the contents of the iPod will be deleted if yu update/restore with the iPod in recovery mode.
    RecBoot: Easy Way to Put iPhone into Recovery Mode | Jaxov

  • How to list all the rows from the table VBAK

    Friends ,
    How to list all the rows from the table VBAK.select query and the output list is appreciated.

    Hi,
    IF you want to select all the rows for VBAK-
    Write-
    Data:itab type table of VBAK,
           wa like line of itab.
    SELECT * FROM VBAK into table itab.
    Itab is the internal table with type VBAK.
    Loop at itab into wa.
    Write: wa-field1,
    endloop.

  • After resetting my iPod Touch I cant get to the page that list all the games I have purchased

    After resetting my iPod Touch I cant get to the page tha list all the games that I have purchased & downloaded on my iPod. Why?

    Jere Snyder which Adobe software or service are you trying to download?

  • Listing all the Spotlight comments

    There was a wonderful widget called Tagbag! (http://www.apple.com/downloads/dashboard/business/tagbag.html) that listed all the words inside the "Spotlight comments" field, but it doesn't works anymore in Leopard. Also, the developer doesn't updates it for 3 year now, and I doubt he will. I tried Tagbot, but the "import tags" kills the app in Leopard.
    So, is there any other way to create a list of tags from the "Spotlight comments" field that exists in all my files?

    You should never make use of sun.* packages directly, see:
    http://java.sun.com/products/jdk/faq/faq-sun-packages.html
    To get a list (NLST command) then open a URL connection to ftp://user:[email protected]/dir/motd;type=d as per section 3.2.2 of RFC 1738. Alternatively use a third-party ftp client (there are many).

  • List all the points on an x,y grid

    Im an artist working with random numbers and grids . I need to list all the points on an x,y grid from (1,1) to (100,100)  and assign a random 1 or 0 to each of these points

    cian hackett wrote:
    Yeah 3 years in art college and my maths knowledge is all but gone here is a smaller sample of what i wish to do
    this was done by hand and took forever
    Much quicker here.
    This was easier done in Pages, so I hope you will excuse the switch.
    Formula for cell designation in column a of the table is:
    =INT((ROW()-1)/10+1-0.1)&", "&MOD(ROW()-2,10)+1
    I know it's difficult to read and can't be copied from the screen shot.
    To get the entire table on one page, make the table Inline and set Text Layer columns to three.
    Jerry

  • Is there a way to list all the file names (automatically) in a folder to dynamic text box?

    Hi,
    I would like to know whether FLASH AS3 has some option to get all the files names from a folder specified and show it in a dynamic text box? Whenever some new files added to this folder it should update the list accordingly.
    Thanks for any information in this regard.

    Not particularly experienced in this field myself, but I've found its just easier to implement an XML file which lists the contents of the folder. It just means that when you upload a new file you have to add it to the list in the xml file also. No real hardship once you figure out the mechanics of it

  • HT1420 how can I get a list of the computers authorized for iTunes?

    I am trying to associate a new MacBook to my iTunes account.  I am told that I have 5 computers already associated to the account.  The option I am presented is to deauthorize all 5, then start over.  Short of this, no other options are available.  Is there a way to get a list of the 5 computers, so I know which ones I need to address, if I still have access to them?

    No, there isn't.
    (95787)

  • How to list all the fonts in an FLA?

    Hello all,
    I want to find a way to list all the fonts in my FLA files. I want to see that the developers get the fonts they need before the problems crop up - wild idea, I know. Using the edit/font mapping option seems to only show fonts which are missing or have been re-mapped. How do I get the FLA to give me the name of every font it's holding?

    Not the answer you want, but the closest you're going to find:
    Open the Movie Explorer (Window/Movie Explorer). Select the "A" button at the top of the panel and deselect all others. This gives you a list of all text in the FLA, with the font listed at the end of each line.

  • How do I get a list of the reports that a user has access to?

    <p>I need to be able to determine which reports a specified user has access to.  This is for an application where users will be able to search and view reports that have been archived through a separate process.  </p><p>I&#39;ve searched through the developer library, but I can&#39;t find this specific information.  Can I use the ObjectPrinicpals class to get this info?</p><p>Thanks!</p><p>-Dell<br /></p>

    Hi Robert!
    Yes, the presentation went well. It was a lot of fun to do and I had a great time at the conference.
    Your suggestion works great if I'm walking down through the reports looking to see who has access to them.Â
    However, I need to do this starting from the User object. When I use the ObjectPrincipals of the User, I get a list of the users who have the rights to modify the user. I did a lot of work on this last week and it boils down to I'm going to have to actually log in as the user (I can use trusted authentication to do this without having the user's password) and then run a query to select all of the reports in the system - this should give me just the reports that the user has access to. Not the most efficient way to get the data from my perspective, but it should work.
    This would be a great feature to have added to future versions of the SDK. I need it for a couple of purposes:
    1. To gather information to set up the security in my archive viewer application.
    2. For auditing purposes - we currently have only Professional licenses so I don't have access to the internal auditing functionality. Plus, I'm not sure that that includes the kind of info I'm looking for so I'm building an app that extracts information to XML which is then used by a couple of reports so that I can provide the audit info as needed.
    -Dell
    Â - A computer only does what you told it to, not what you thought you told it to!</p>

  • How do I get a list of the most recent upgraded packages?

    Hi there,
    I want to get a list of the last upgrades using pacman.
    I´ve been looking for a way to do it in the man page, but either I´m blind or there is not such an option.
    I know that I can just do:
    ls --sort time /var/cache/pacman/pkg/|head
    But what if I clean the cache regularly?
    Does the pacman database store the upgrade or installation date for each package? If so, how can I access this data?
    Cheers,
    Edit: I know that "pacman -Qi" gives me the date of installation of individual packages, but what I want is to be able to sort the list of all installed packages by date.
    Last edited by samhain (2008-04-30 11:41:19)

    dolby wrote:/var/log/pacman is the file you want
    Thanks.
    cat /var/log/pacman.log | grep "] upgraded" | tail
    Gives me what I need
    I would prefer if pacman had some option for sorting the queries, but for now, this will do fine.

  • How to list all the episodes in a podcast?

    Hi!
    iTunes 7.5.0.20 on Windows XP.
    When subscribing to a podcast, I like to download all the old episodes. Easy enough to do most times (either use GET ALL option or individual GET per episode), but for some of the feeds I subscribe to iTunes doesn't list all the episodes available. Example: if the podcast has 100 episodes, iTunes will only list the last 80 or so. When I look at the same feed using another tool (Google Reader in my case), I see all 100 episodes there.
    What's happening here? How can I get ALL the episodes associated with a feed?
    I searched this forum (almost 300 answered questions) but if the information is there I missed it...
    Thanks!
    Fernando

    Sometimes the episodes are available from the producer directly. Go to the podcast website to check. Sometimes they are listed in an archive area. Sometimes this is a limitation on the producer because of the hosting they use. For popular podcasts it is done to reduce bandwidth. In all but two cases in the past I have been able to get the old episodes from producer. In one of the two cases they admitted the really old files were lost, in the other they said the old files were of such bad quality compared to new ones that they no longer wanted to distribute them.

  • Where is the option to close multiple tabs? It used to be a Right Click in the "List All Tabs" function. Now it's gone!

    Well I figured out how to get the Tab Bar back where it should, down below where you can easily get to it, but now I see that the "Close All Other Tabs" option which used to be in the right click menu of the "List All Tabs" arrow has disappeared.
    Is there anyway to get that back? This design change is really not as good as 3.5. Also tell that person to slow down. Who can understand what he's saying?
    Thanks!

    In Firefox 4 the Tab Bar is a regular toolbar and that causes the toolbar context menu to show if you right click.
    You can right click the tab that you want to keep to "Close Other Tabs"

Maybe you are looking for

  • Zen Vision:M Problem (Firmware + Recovery Mode) (please un-sti

    (apologies on the sticky, i misclicked!) I've had my Zen Vision:M 30GB for over a year now, and I absolutely love it! Unfortunately, while on my New Years vacation this past week I accidentally dropped it after it tangled in my headphones. Immediatel

  • Business Intelligence Center and Dashboards

    Does anyone know of good and easy to follow tutorials or instructions on how to setup a business intelligence center and create dashboards?  Anything I need to do on the SQL side? Running 2013 enterprise and 2012 SQL on 2008 R2 Server Thanks

  • Integration Repository during upgrade to ECC

    Hi all, Do you know of sap documentation regarding the SLD configuration and especially the "Integration Repository", When upgrading SAP system to ECC. Thanks, Naama

  • Load external FLV files?

    I would like my desktop AIR app (built in Flash CS3) to load and play external FLV files which are on the same computer/hard drive but are not packaged as part of the AIR app. Is there a way to do this with the sandbox restrictions AIR has? If so can

  • Can I add a plugin

    can I install noise ninja?