List of all interfaces in the XI landscape

Hi Experts,
Currently my company is going through a merge project with a second company, and we want to integrate the SAP systems. This will inevitably mean more interfaces to be built. What we would like to have is a way to generate a list of all the current interfaces in the XI landscape, so we can get a good overview of what can be reused or copied.
I know we can get a list by opening the ID and looking at the configured scenario's, but we would like to automate this. Are there any tables where the interface scenario names are stored, and where we can see which type of interface it is (IDOC / File / JDBC / ...)?
If someone knows of a solution for this, it would be greatly appreciated. Otherwise this will remain a manual action, and as such, prone to mistakes or oversights...
Our current XI landscape is XI 3.0, SP18.
Thanks in advance,
Yordy

Hi,
Solution is very simple: Use ABAP table SMPPREL3, this table contains all relationships (end-2-end) interface. You can use this table to know all about interface.
Only caution is that this table also have some wild-card entries so total number of interface count can vary by 1-2%, but this happen on runtime only, this table will perfectly match your manual counting.
Regards,
Gourav
<i>Reward points if it helps you</i>

Similar Messages

  • Newbie ques : How to get the list of all tables in the database

    Hi,
    I'm very new to Oracle (using Oracle8i currently). I wanted to know if there is a way to get the list of all tables in the database. Like in mySQL you can use the command " show tables" to get the list of all the tables.
    Any help will e greatly appreciated. Please "cc" any reply to [email protected] also.
    thanks
    Deven

    Hi
    Select table_name, owner from all_tables;
    will give u all the tables in the database.
    all_tables, dba_tables, user_tables
    all_objects, dba_objects, dba_objects
    there are many, more tables. login as system and query the tab and try to describe the tables.
    Thanks
    Malar

  • Table to get the list of all tables in the database

    hi,
    please let me knwo the table where i can get the list of all tables in the database

    hi,
    please let me knwo the table where i can get the list
    of all tables in the databaseHi Michael,
    Will you EVER start reading some documentation?
    I guess it's not far that many regulars won't reply to those kind of questions.
    Believe me, reading doesn't hurt (well, at least, most of the times).
    Rgds,
    Guido

  • List of all objects in the data dictionary

    How to capture the list of all objects in the data dictionary named like PSDFDI and verify they are granted to the FDIREADR role

    See the database security guide http://docs.oracle.com/cd/B28359_01/network.111/b28531/authorization.htm#BABFHBFH
    Finding Information About User Privileges and Roles
    This section discusses the system views that have the grant information.
    The tricky part of this is that because roles can be granted to other roles the data is hierarchical.
    So start with the grants made to the FDIREADR role. So referring to the doc above;
    select * from role_role_privs where role = 'FDIREADR'will list the roles granted to your role.
    You will want to look at ROLE_ROLE_PRIVS, ROLE_TAB_PRIVS and ROLE_SYS_PRIVS.
    I suggest you walk thru the views manually to see how the information is related. Then write a test script that queries the views for you.

  • How to retrieve Task Lists from All Subsites to the Parent Site and display in Grid view using CAML Query

    How to retrieve Task Lists from All Subsites to the Parent Site and display in  Grid view using CAML Query + object model

    do u just want task list or items under task list for all subsites
    for items use spsitedataquery ref
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx use recursive to get it from alll subsite under site collection
    for tasklist only u can a simply use a for loop to find in all subsite
    Manish Sati

  • DataSource or Crosstab -- List of all Members in the current selection

    Hey Design Studio Experts,
    i need a collection of the  >>current<< member list of a datasource,
    Example: i have the Datasource DS_1, which is filtered by 2-3 filters, so the number of lines, that is delivered by the DS_1 is less than the number of lines in the Query of the DS_1.
    I have checked already the built-in Methods: getData delivers only a Sting (single value), but i need all members of the current selection.
    Thank You in advance.
    Alex

    Nikhil ,
    There are many IDs in the selection, and i need the complete list of them,
    i repeat my requerement again:
    1) WE have query that delivers following lines:
    ID          Color                    Amount
    a               red                              3
    b               blue                            3
    c               Magenta                     1
    d               blue                            10
    2) We set a filter : Filter_1 (Color) = Blue.
    3) After the upper filter got active, we see only two lines:
    ID          Color                    Amount
    b               blue                            3
    d               blue                            10
    As i said im interested in the IDs of the selected lines. So i need a list of values = (b, d)
    meanwhile i think there is now suitable method that delivers the needed result.

  • List of all queries in the system

    Hi all
    <b>I want to get a list of all QUERIES in my BW system and the details of the DATA TARGETS (cube or ODS) on which they are made.</b>
    Can i get it from any TABLE or TRANSACTION? or will i have to go to each query ( grouped by INFOAREA) to do the same. This i felt will be very tedious. Please advise.
    Regards,
    Pradyut.

    Hi Pradyut,
    Use this table instead - RSZCOMPIC. Give the selection parameter as cube/ods technical name and the version as active.
    This would give the list of technical name of the queries for a Cube/ODS. To get the description of the query use the table RSZCOMPDIR -> give the technical name of the query as input parameter and get the desription. The description is stores in the COMPID field.
    Hope this helps.
    Bye
    Dinesh
    (Do not forget to assign points!!)

  • How do I display a list of all emails without the thread indetations?

    I must have accidentally clicked the wrong thing. Now one of my email folder listings has the emails with the same subject line all indented in what I suppose is the THREAD format. I want to keep it simple and just list them in date/time sequence. How to I get rid of the indented thread format?

    alternative to the solution from Matt you can check if the threaded button is visible in your message list (see attached picture)
    [[https://support.mozilla.org/en-US/kb/configuration-options-viewing-messages#w_specify-whether-messages-in-the-message-list-are-grouped-into-threads|some more infos in 'Specify whether messages in the message list are grouped into "threads" ']]

  • Display list of all phone Running the same application using wifi in c#

    someone help me  please
     I want list all the devices connected in my application usin wifi

    The closest can get is this thread
    http://stackoverflow.com/questions/2377426/how-to-scan-the-wireless-devices-which-exist-on-the-network/2396230#2396230
    To connect to wifi then you can use this:
    https://msdn.microsoft.com/library/windows/apps/dn297617
    chanmm
    chanmm

  • List down all subreports in the main report

    Hi All,
    I am developing reports in Crystal XI R2. I am working on the listing all the subreport names in the main report. I tried to use Filename function but it is not showing any report name even in the subreport itself.
    Is it possible with any work around? Please help.
    Regard,
    Ashish

    Hi ashish
    Do you mean you want to have a hyper link of all the subreports from the main report.
    main report
    subreports
    link1
    link2
    link3
    You can just do like this insert->subreport->select the report name and place it whereever you want. You can select many reports like this.
    Is this answers your question?
    Regards
    usama

  • List of all Discoverer workbooks & the responsibility shared to those wrkbk

    Dear All
    I have an urgent requirement to develope an SQL query that will fetch all the available discoverer workbooks (in our instance) and the list of responsibilities where these workbooks are shared.
    In addition to this I also need a second query where we need to fetch all the Responsibilities, Menu where discovere report function is attached.
    I am very much sure some one of you can help me. Thanks again to you all. I am waiting for your prompt reply.
    Thansk and regards,
    Avinash Patel

    Thank you Hsawwan,
    I have also managed to write some code which i think will be helpful for many others:-
    select docs.doc_name,
    fnd.responsibility_name,
    priv.ap_eu_id,
    decode(usr.eu_role_flag, 0, 'user', 1, 'role') user_role
    from EUL5HR_US.eul5_documents docs,
    EUL5HR_US.eul5_access_privs priv,
    EUL5HR_US.eul5_eul_users usr,
    apps.fnd_responsibility_tl fnd
    where docs.doc_id = priv.gd_doc_id(+) and priv.ap_eu_id = usr.eu_id(+) and
    usr.eu_username =
    '#' || fnd.responsibility_id(+) || '#' || fnd.application_id(+) and
    fnd.language = 'US'
    and priv.ap_type(+) = 'GD' and docs.doc_name = '&Enter the Workbook Name'
    Thanks and regards,
    Avinash Patel

  • List/Tracking all forms in the system

    Hello,
    I'd like to ask if there is a way to list all forms that currently are in the system and track the form was updated or removed with timestamp? If so, can you please
    show me how to have it done.
    Thanks in advance,
    HD

    Hi Nith,
    Thanks for the helpful info. I ran some queries and did get what I need to see.
    Han Dao

  • How can I get the list of all canvas in the forms programatically?

    I want an exemple of how to do it. I really need it to put in a template.

    This is the code.
    You will see how to loop through every item of every blocks of the form:
    PROCEDURE Get_Canvas_Names IS
      lc$blockDeb     varchar2(60); -- start block
      lc$block          varchar2(60); -- current block name
      lc$item               varchar2(60); -- current item
      lc$Type               varchar2(20); -- item type
      lc$itemdeb     varchar2(60); -- first item
      lc$canvas          varchar2(60); -- current canvas name
      lc$tabcan          varchar2(60); -- current tab canvas name
      lc$Acanvas     varchar2(60):= ' '; -- old canvas name
      lc$Atabcan     varchar2(60):= ' '; -- old tab canvas name
      ln$NbRec          pls_integer := 0 ;  -- number of records (for know if the block is multi-records)
    BEGIN
      LC$BlockDeb := get_form_property( NAME_IN('System.Current_Form'), FIRST_BLOCK ) ;
      LC$Block := LC$BlockDeb ;
      Loop -- For each block of the form
      LN$NbRec   := get_block_property(LC$BLOCK, RECORDS_DISPLAYED) ;
      lc$itemdeb := get_block_property(LC$BLOCK, FIRST_ITEM) ;
      lc$item := LC$BLOCK || '.' || lc$itemdeb ;
      while lc$itemdeb is not null loop -- For each item
        -- visible item ? --
        IF GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE' Then
             -- Get the canvas and tab canvas name --
             lc$canvas := GET_ITEM_PROPERTY(LC$Item , ITEM_CANVAS ) ;
             lc$tabcan := GET_ITEM_PROPERTY(LC$Item , ITEM_TAB_PAGE ) ;
        End if ; -- GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE'   
        lc$itemdeb := get_item_property(lc$item, NEXT_NAVIGATION_ITEM );
        lc$item := LC$BLOCK || '.' || lc$itemdeb ;
      end loop ;
      LC$Block := get_block_property( LC$Block, NEXTBLOCK ) ; -- next block
      exit when LC$Block is null ;
      End loop ;
    END Get_Canvas_Names;all you have to do is to save each different canvas names in a pl/sql table.
    Francois

  • Powershell to list all computers and the complete OU path

    I am trying to get a list of All Computers within the domain Prefixed UK and have it export the list to a CSV with the full OU Path.
    So far I can get the computers but not the OU
    Get-ADComputer -Filter 'SamAccountName -like "UK*"' | Select -Exp Name 
    Thanks

    Hi,
    What do you mean by 'complete OU path'? If you look at the DistinguishedName property of the returned computer object, you'll see the full path there.
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • Why can't GB let me use 'electric guitar' option when using Nio 2/4 interface - I have to use real instrument and miss out on all the effects. Is this normal for all interfaces?

    Why can't GB let me use 'electric guitar' option when using Nio 2/4 interface - I have to use real instrument and miss out on all the effects. Is this normal for all interfaces? The Nio reads hte guitar but GB doesn't....

    Usually effects packages are AU plugins that would have no effect on track selection. Interfaces should have no control over what kind of track you can select. I really think something else is going on her maybe something you overlooked.
    Did you choose the input channel in the track info pane. Try both channel 1 mono or channel 2 mono. Make sure the track is record enabled.

Maybe you are looking for

  • Closing the browser after logout

    Version 1.6 We're using Internet Explorer and I need to close the browser after/when the user clicks on the Logout link. How can I accomplish this? Thanks, Joe

  • DB Adpter polling issues

    Hi All,   Here i want poll 20,000 the records per minute and sent Siebel service . so what configuration can i do for MaxRaiseSize ,MaxTransactionSize,PollingInterval,etc....and my PollingStrategy is "Delete the row(s) that were Read" in single activ

  • Update on Skype Order No. [removed for privacy]

    Hi Team Can I get an update on the above mentioned skype number ? I paid the fees on June 23rd and my skype number is still not active.  thanks for update. Regards,Shah

  • Database DOWN due to ORA-1092

    I have Oracle 9.2.0.5 running on Windows 2000 SP4. After a cluster failover, the DB will not start and has following messaeg at end of alert log. Any suggestions how to solve the issue? Database Characterset is WE8ISO8859P1 Failure to extend rollback

  • Where are my podcasts after upgrade?

    Recently upgraded many items on iPad including iOS5.0.1.  I never use iPad for music, but now when download podcast it goes to a playlist that won;t open.  What happened to downloading podcasts?