How to see all the extractors(standar or not) used in BW system

Hi experts,
As requirement of our users, they ask us show them all the list of extractors used in our systems. I thoguht that we can check the flows one by one but they are so many. there is another way to see all the extractors used?
I checked in the matadata reposirory but they aren't there..If you can help me would be great.

DataSouces tab in RSA1 may be useful to you.
You can see all the data sources available for BW system here. One thing you need to keep in mind is that you may find some data sources here which are not used in any flow, such data sources will not have an arrow for expansion before them.
Regards,
Gaurav

Similar Messages

  • How to see all the list of tables in APEX

    Hi
    COuld anyone of you help me find out how to see all the tables present in APEX ?
    I can see all the list of tables when i give the command : select * from tab
    But apart from finding like this , is there any way to find out all the list of tables ?
    Regards,
    Tasha

    Hi Tasha,
    For Apex 3.2 ;
    select * from dba_tables where owner in
    (select workspace from APEX_030200.APEX_WORKSPACES)
    tab is a synonym for user_tables
    http://www.oreillynet.com/pub/a/network/2002/10/28/data_dictionary.html
    hope this helps you
    regards
    mozkavra

  • How to see all the tables in ABAP

    how to see all the tables in ABAP
    i need to see all the tables present in tcode se16.

    Hi Thiru ,
    its tough to give all.so pls see the below links u can get all.
    http://www.erpgenie.com/abap/tables.htm
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=listofalltablesin+abap&cat=sdn_all
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.sap-img.com/ab017.htm
    http://abap-gallery.blogspot.com/
    thanks
    karthik

  • In Layoout how to see all the lead columns presented in that.

    Hi Friends,
    Could you please suggest me how to see all the lead columns presented in the Layout.
    Appreciate your help through points.
    Regards,
    PJ

    Hi Ravi,
    When I opend the layout in change mode we are able to see the Layout, when click on continue we can see Header area,lead coulmns,data columns. In Lead columns I am able to see only 20 rows only. But I want to see all rows in that lead columns. When click on continue we are able to see the layout in ALV grid format. In that we can see lot of rows. Now my question is How to see all the rows present in Lead columns. Still if you have any details please give me ur id I will send some screen shots or give ur no. I will talk to you.
    Thanks & Regards,
    PJ

  • How to see all the enterprise services in a Discovery system

    Hi,
    Please let me know how to see all the enterprise sevices in a  discovery system.
    Please let me know how to load the enterprise services into webdynpro from discovry system
    Thanks and Regards,
    Naveen N M

    Hello all,
    I can't figurate how to list all the root directories
    (C:/> , D:/>, E:/> etc.) in a system.
    I know how to recursively check the content of a
    directory and all its subdirectories when a
    predefined path is defined. However what I' d like to
    do is actually give the option to pick one of the
    root directories to start the iteration. I have been
    looking around but I can' really find anything
    helpful.
    If any of you has any idea on how to achieve the
    above objective some clarification would be really
    appreciated.
    Thanks in advance for your help!How to installing the Javax.comm package

  • How to select all the people that are not in any equipe  ?

    Hi,
    I have a nice SQL expression that gives me as a result all the "AGENTS" (people) that are working in an EQUIPE (a team)
    select a."AGENT_ID",
    a."NOM" || ' ' || a."PRENOM" "Nom",
    c.libelle "Equipe",
    a."DATE_EMBAUCHE" "Date embauche",
    a."DATE_DEBAUCHE" "Date débauche"
    from OBSERVATOIRE."AGENT" a,
    observatoire.equipe_agents b,
    observatoire.equipe c
    where a.agent_id = b.agent_id
    and b.equipe_id = c.equipe_id
    order by nom
    Now, how to select all the agents that are NOT working in any "EQUIPE" (team) ?
    I have tried but could not succeed !
    Thank you for your kind help.
    Christian

    Christian from France wrote:
    It is not working because the table EQUIPE_AGENTS does not contains a row if the agent is not into any equipe.
    CREATE TABLE "OBSERVATOIRE"."EQUIPE_AGENTS"
    (     "EQUIPE_AGENTS_ID" NUMBER NOT NULL ENABLE,
         "EQUIPE_ID" NUMBER NOT NULL ENABLE,
         "AGENT_ID" NUMBER NOT NULL ENABLE)
    CREATE TABLE "OBSERVATOIRE"."AGENT"
    (     "AGENT_ID" NUMBER NOT NULL ENABLE,
         "GRADES_ID" NUMBER NOT NULL ENABLE,
         "NOM" VARCHAR2(50 BYTE) NOT NULL ENABLE,
         "PRENOM" VARCHAR2(50 BYTE),
         "DATE_EMBAUCHE" DATE NOT NULL ENABLE,
         "DATE_DEBAUCHE" DATE)
    The only way to "know" if an agent is not into any equipe (team) is to search into the EQUIPE_AGENTS table, and if we do not find the ID of the agent into this table, then we know that this agent is not into any EQUIPE (team).
    I don't know ho to translate this into SQL.And that's what my query does. It uses an OUTER JOIN so that a result record is returned whether or not there is a record in EQUIPE_AGENTS. And the check for EQUIPE_ID is NULL restricts the result set to those where there IS NOT a record in EQUIPE_AGENTS.
    A more traditional way would be to use NOT IN or NOT EXISTS clauses, but they can prove inefficient.

  • How to see all the columns in the spool output of an ABAP program

    I have an ABAP program which displays all the columns when I run it manually. (by scrolling to the right using right arrows). When I run that report in the scheduler and when I see the output in the spool in transaction SP01, it does allow me to go to the right to see all columns.
    thanks
    Ram

    Check OSS Note 409339 - Spool requests with ABAP lists with more than 255 columns.
    Summary
    Symptom
    As of Release 4.6x, the ABAP list processor can create spool requests for ABAP lists with a width of more
    than 255 columns. However, when you print using the SAP spool, only the start of the list lines is printed,
    the rest of the line is truncated at the end of the page.
    Other terms
    ABAP, lists, print parameter, LINE-SIZE
    Reason and Prerequisites
    Creating "wide" lists on the screen (in other words, lists in the SAPGUI with more than 255 columns) was
    already introduced by the ABAP list processor for Release 4.0B. However, before Release 4.6 these lists
    cannot be printed out in the width used on screen.
    In older releases (for example, 4.0B, 4.5B), you were not able to generate spool requests for lists with a
    width of more than 255 columns:
    The system issues error message PT 026: "No. of columns > 255, no standard print-out possible".
    Therefore, we did not have the problem described here of non-existing device-type support in 4.0/4.5 for
    printing out "wide" lists.
    Up to and including 4.6C there are no SAP device types that support print formats for lists with a width of
    more than 255 characters). Since Release 3.0A, all SAP device types support a maximum list width of 255
    characters with device format X_65_255.
    Solution
    When you create the spool request and a print dialog box appears, enter a column width of maximum 255
    in the "Number of columns" field.
    As of Release 4.6D, you have the option of using device type SWIN with the new format X_65_1024/4 when
    printing with Windows (see Note 213382).

  • How to see all the reporting variables in BW

    Hi All,
    Is there any method or table we have in BW to see all the reporting variables
    Thanks in Advance!
    BW User

    hello,
    check teh below:
    V_RSZGLOBV
    RSZGLOBV
    fields are:
    VNAM - variable name, technical name of the variables
    VARTYP - variable types : Characteristic value, Text variables, ...
    VPROCTP - Processing type for query variables : Manual entry/default value, Replacement path, Customer Exit
    IOBJNM - InfoObject
    Reg,
    Dhanya

  • How to see all the customers under one company code?

    hi,
    I would like to know, is there any standard transaction code to see all the customers under one company code?
    thanks.

    Hi,
    You can check through :
    1). SAP Menu ->  Accounting -> Financial Accounting -> Accounts Recievables ->Information Syatem -> Reports for Account recievable accounting -> Master Data -> Customer List
    2). Run Txn SE16 -> Enter Table name (KNB1) -> Enter Company Code -> Execute.
    Reward Points if this helps.
    Regards,
    Harsh

  • Is it possible to expand the toolbar horizontally to see all the tools? If not, will it ever happen

    I used to use configurator to make a panel the showed all the tools without the need to expand. Now with cc2014, configurator is no longer available. I would like to see all the tools in the tool bar without the need to hover over the small icon.
    Thanks
    ronace

    HI,
    Try Spaces for a virtual desktop.
    http://www.ehow.com/how2189851use-spaces-mac-os-x.html
    Carolyn

  • I don't use many genre's, how can I delete the ones I do not use?

    In iTunes the genre list has many that I don't use.
    I would like to delete the ones I am not using.
    Does anyone know how to do that?
    I know how to add genre's, I just cant figure out how to delete them.

    Well, I think I understand that in iTunes, the Genres listed are "only" the genres found in each music file.
    However, after clicking on "get info" and then looking at my "INFO" page, when I select change Genres, a multitude of genre options appear, the ones I have added, AND a bunch that I never use, and never intend to use, e.g. soundtrack, dance, alternative, trance, unclassifiable, techno, religious, pop, new age, industrial, house, blues/R&B, Folk, Holiday, hip hop, etc.
    So there in lies my question, how do I delete (get rid of)  the genre options that I never use, and never intend to use.

  • How to see all the PO payment status with searching field project defin.

    Dear all experts,
    could you help me on the following issue?
    In a large capital project, there are many POs, and all the POs are paid partially
    for  example, down payment 30%, 30% when the machine is received, 30% when the machine is commissioned, 10% is for warranty after a year.
    how can i see the all the POs payment status with searching field project definition. for example, i have paid how much for which PO.  i want to see the list by searching  the project definition.
    is it possible to achieve? or how can i do it?
    Please share your opinion or give me some suggestions.
    thanks a lot.
    Judy

    thanks for all of your replies.
    i have activated FM. and i have a PO triggered by the project.
    i enter the down payment for the PO using F-48.
    i can see the down payment in the PO history.
    but i can not see it using the committment item report, such as CJIA
    is it correct or not? do i need to change something?
    thanks a lot.
    Judy

  • I went on iTunes today and the app store on my iPhone 5 and both were in the UK location. How do I change my locatin back to america so I can see all the american trends and not the UK/London ones?

    I went on iTunes and the App store today and both of them have somehow changed to be in UK form. The money symbol is different and it shows me whats trending there and not in america, where I live. How can I change the location back to it's original form so I can see whats trending in america and everything else. Please help.

    Try going to the bottom of the Featured tab in the App Store app on your phone and tap on your account id, tap on 'View Apple ID' on the popup and log into your account, and then select the Country/Region section and select the US.

  • How to see all the table contents in SM30

    Hi All,
    I have created a Z-table. In that records are stored based on the dates.
    Suppose :
    The fields and their values in the table are as below,
    Field1 Field2 Field3
    A 22/02/2008 31/12/9999
    A 12/01/2006 21/02/2008
    B 10/11/2007 31/12/9999
    B 27/05/2006 09/11/2007
    But in if we go in SM30 transaction, it is showing only recent records i.e.as below,
    Field1 Field2 Field3
    A 22/02/2008 31/12/9999
    B 10/11/2007 31/12/9999
    Please tell me how can I get the full contents of the table in SM30.

    Hi suman,
    Is this Ztable is created by you or someone else
    Because while creating the Table maintainence, they might have created a logic at events in table maintainence as
    (at new) statement.
    So while displaying it is picking only the first record with Primary key. please check it.
    REward me if helpful.

  • How to retrieve all the data from a BLOB using view-generated accessor

    I am using JDeveveloper 10g v. 10.1.3 and am storing an image in a database as a blob object and need to retrieve all of the data to get the entire image and store it in an ImageIcon. The code I have works partially in that it retrieves the correct data, but only gets a piece of it, leaving me with a partial image.
    AppModuleImpl am;
    ImageVwViewImpl vo;
    am = (AppModuleImpl)panelBinding.getDataControl().getDataProvider();
    vo = (ImageVwViewImpl)am.findViewObject("ImageVwView");
    ImageVwViewRowImpl ivo = (ImageVwViewRowImpl)vo.getCurrentRow();
    ImageIcon icon = new ImageIcon(ivo.getImage().getBytes(1, (int)ivo.getImage().getBufferSize()));
    jULabel1.setIcon(icon);I either need to know how to use a stream to get the data out (from BlobDomain method getBinaryStream()), or how to get the other chunks of data separately.
    edit: I know the problem is that getBufferSize() returns an int which is too small to hold all the data, but need to know what to use instead. Thanks!

    This is the code I'm using now. Same problem :(
    AppModuleImpl am;
            ImageVwViewImpl vo;
            am = (AppModuleImpl)panelBinding.getDataControl().getDataProvider();
            vo = (ImageVwViewImpl)am.findViewObject("ImageVwView");
            ImageVwViewRowImpl ivo = (ImageVwViewRowImpl)vo.getCurrentRow();  
            ImageIcon icon = new ImageIcon(ivo.getImage().toByteArray());
            jULabel1.setIcon(icon);

Maybe you are looking for

  • FiOS Quantum Speed Problem

    Several months ago we upgraded to FiOS Quantum. Our Internet speed has not improved at all, in fact recently the quality has become worse. This is very frustrating because we have been paying the extra $10 a month. Normally, there is one computer, an

  • Basic Jnlp file question

    What tag do I need to add if I want to pass some command-line parameters to my main jar file? Does anybody know? Any hints will be much appreciated. Thank you!

  • Reverb issues

    I am trying to match up two sets of audio files in a single project. One set (stereo) has a fair amount of "small room" reverb which makes it stand out from the other set of audio files (mono). The quality of speaker's voice is still intelligible but

  • Question on Updating Podcast/Blog

    When I update my podcast or blog, I end up having to upload the whole site. Can I just update the folders and files that were updated since my last website update? It seems as though the RSS feeds don't work if I do it that way. When I update, I repl

  • SDHO - question on variant creation

    "Hi team I need you HELP!! I have generate a transaction variant for tcodes: CO11N and CO15 then I have assigned some users to both transactions. in SHD0 First I set the users to CO11N variant --> assign variant and set proposal. with the same group