Tables That Show a Specific Field

Hello,
The same field is used in many transactions and tables, for example Purchase Groups and Validity Dates.  Can anyone tell me if there is a transaction or table that would tell me what other transactions or tables use a particular field as part of the criteria?
Thank you in advance.
Judi

Press F1 on the field you want to know..
and you will see a popup, there click the technical information
tab..
you will see table , field & data element...
Double click on Data element..
it will take you to Next screen..
there clcik the Where- used List( Three Arrows) CtrlShiftF3..
you will get the options for tables, transactions , Programs etc..
Tick what you want to see
for that  particular field ...
and execute..
Thx
Raju
Edited by: Manohar Raju on Mar 12, 2008 12:53 PM

Similar Messages

  • Hyperion Explorer 8.3 querying multiple tables that contain a specific item

    I have 3 annual tables that contain data for 3 different years.  Each table has a sale amount, item sold, and customer ID.  I want to pull a specific customer ID from all 3 tables at once. 
    Is there a way to achieve this?
    Thanks!
    Johnny

    Add the 3 fields from the first table, then click Query > Append Query, then add the same 3 fields in the same order from the second table, then add the same 3 fields in the same order from the third table.  This creates a UNION between the three tables; which means they need to be in the same order and have the same datatype.
    If you want to show duplicate data found in the different sources, just change the UNION operator to a UNION ALL operator, otherwise it will suppress any duplicate rows.
    To limit the data to one specific customer ID, you can set a limit on each of the UNION tabs with 'Customer ID = <selection>'.
    Good luck!
    Jarod Vierstra

  • Process Chains! is there a table that shows how long a PC works?

    hi all
    I've got many process chains in my system, i need their statistical data about how long they keep working once a day,
    so, do you know a table that keeps the data i need?
    regards,
    Mete

    If you run/receive the Early Watch report, it has some info on Process Chains, a sample of the info pasted below (apologies on some of the alignment).  Also tran ST03 in Expert mode has some Process Chain info as well.
    Main Chain     #Total Subchains     #Total Steps     #Runs     Total Runtime [min]     Avg. Runtime [min]     Med. Runtime [min]     Avg. Proc.Type Runt. [min]
    ZTV_D_LOAD     0     24     4     964     241     236     267
    ZSR_D_ALL_META     18     113     4     740     185     169     111
    ZFM_D_TRAN_METACHAIN     9     63     4     363     91     81     120
    ZPM_D_METACHAIN     6     46     4     328     82     30     83
    FI_DAILY_TRAN_METACHAIN     8     51     4     280     70     68     118
    ZADM_R_RSRV     0     6     1     145     145     145     254
    ZSRMD_WK_META     4     68     1     111     111     111     111
    ZMD_D_METACHAIN     7     93     4     103     26     26     27
    ZTC_D_METACHAIN     3     56     4     72     18     18     18
    ZMM_D_META_2     2     17     4     58     15     8     14
    ZADM_D_METACHAIN     2     16     4     52     13     14     13
    ZFI_12PM_TRAN_XTRA     3     11     7     48     7     8     7
    ZFI_3PM_TRAN_XTRA     6     20     7     45     7     7     7
    ZARS_W_TRAN     0     9     1     40     40     40     39
    ZFI_5PM_TRAN_XTRA_START     12     38     7     37     6     6     6
    ZFI_D_TRAN_ZSLGS_01     0     3     4     34     9     7     9
    ZMM_D_META_1     1     17     4     31     8     7     8
    ZFI_X_ARAPGL_TRAN     6     40     1     30     30     30     47
    ZFI_5AM_TRAN_XTRA_META     9     29     2     28     14     14     14
    ZMD_W_TEXT_PROBLEMS     0     4     1     18     18     18     18

  • Cannot Drop Table that Shows in dba_tables

    In my IDE I see two tables that I no longer need. I created them as a test to see the difference between LOGGING vs NOLOGGING. Now I want to drop the tables.
    I issue the command drop table customers_no_logging.
    The system responds with ORA-00942: table or view does not exist.
    However, select table_name from dba_tables returns the table names in question.
    Even in sqlplus I get the same result:
    SQL> select table_name from dba_tables where owner = 'RUB';
    TABLE_NAME
    CUSTOMERS
    INV_ITEM_MASTER
    INV_SITE
    CUSTOMERS_w_log
    CUSTOMERS_no_log
    5 rows selected.
    SQL> drop table CUSTOMERS_no_log;
    drop table CUSTOMERS_no_log
    ERROR at line 1:
    ORA-00942: table or view does not exist
    How can I drop these tables?
    Thanks,
    Gregory

    I was connected as RUB in my IDE and SYS in SQLPlus.
    I have connected as RUB in SQLPlus and tried
    SQL> drop table "RUB.CUSTOMERS_no_log";
    drop table "RUB.CUSTOMERS_no_log"
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Maybe I need to stop and restart the DB?
    Gregory

  • Workflow table that shows whether a TS is a background type

    Hi,
    does anyone know the name of the SAP table that tells you whether a workflow task is a foreground or background type?
    Thanks,
    Jerry

    Hi Rose,
    Thank you. The SE11 table description for HRS1201 doesn't reflect what's in the table.
    Regards,
    Jerry

  • Table that shows variants?

    Dear GURUS
    I need to know if there is a table that holds the variants which are used in reports.
    Best Regards
    SP

    > VARID
    > VARIT
    > VARI <- this is the table that holds variant values,
    > but unfortunately they are stored in a cluster and
    > hence not easy to read.
    Could you please open a little bit. about the table VARI / i need to finds variant's values. how to read that table?
    thanks

  • Checkboxes in table that show value

    Hello,
    I have a series of questions that I want the user to be able to answer yes or no by selecting or deselecting a checkbox. I have this working fine now, except when it is loaded again all the checkboxes are unchecked, even though some of my values are 'true'.
    I've tried setting the 'selected' property on the checkbox to a binding of the value in the table, as #{row.answer}, but that did nothing. I got it to work by using a #{row.answer == 'true'}, but then the checkbox became read only, which destroys the purpose.
    Lastly, I tried having two separate checkboxes, one that was selected by default and one that was unselected, then I set the render property to #{row.answer == 'true'} or #{row.answer == false}, respectively. This works the first time I load the page but after I submit or change sections they all show as unselected again.
    How can I get the checkboxes to reflect the current value?
    Thanks,
    -N

    Hi Frank,
    Thanks, that's exactly what I'm looking for.
    I'm getting stuck though and I can't figure out why. I got the sample application to work very easily, but when I try to adapt it to my new project it doesn't show any value for StatusAsBoolean. I tried using the same table even and it remains blank.
    Here's what I've done:
    Created an entity object for the table.
    Created a view object based on the entity and added another attribute (StatusAsBoolean) and uncheck everything, set as type Boolean and Always Updatable.
    Created a new class (SettingsViewRowImpl.java) and used the same code as in the class in the sample file.
    Created a table on the .jsp page.
    One thing I've noticed is that when I make a view object, it creates a SettingsViewImpl.java file. I tried putting the code in there but that crashes the application.
    I hope I'm not frustrating you, I've been trying really hard to get this to work and I'm sure it's a really obvious mistake.
    Thanks

  • Regarding table that shows tcode info

    Hi all,
           Is there a table in SAP which shows all the users who used a particular tcode. Can any one suggest me if there is one like that.
       Let me know if any additional information is required.
    Thanks in advance.
    Ravi Boppana

    Hi Ravi,
    I think ST03N tcode is used to check the history of transaction usage by the users. I think you will have logs upto 5 months.
    You can also go to SUIM and check which users have access to a particular tcode.
    Hope this helps.
    Regards,
    Kiran Kandepalli.

  • (STMS) Table that contains Import Status Field?

    Hello,
    I can find the table in which is contained the Import Status Field.
    Can you help me please?
    Thank you.

    hi ,
    check out below table
    TLSY3
    it has filed    IMPSTAT --> Import status
    or check out table T853 it contains field
       IMSTS --> Indicator: Import Status
    Best regards,
    Brijesh

  • A script to delete all table rows containing a specific text

    Hello,
    I've tried some old scripts but can't get around to the right solution.
    I need a script that will delete all rows in a table that contain a specific single-word text, something like "xxx".
    Anyone's got an idea?
    Thanks

    Hi,
    To remove a row use row.remove() method.
    So iterate through table.rows and remove the one matched a condition.
    If we talk about condition you have to be more accurate - what do you mean "a row contain a text":
         ==> 1st cell contains,
         ==> any cell contains.
    Entire row contents is an array of its cells.contents, so your 1st row text is:
    rows[0].contents.join(" ")     ==> string
    Jarek

  • A matrix column that shows a field from a linked table

    Hello,
    I'm creating a custom UI form for a UDO of type document.
    This UDO (say FATHER) has one child table (say CHILD). I show its data in a matrix.
    Every line in CHILD links to a sales order line (RDR1).
    In the matrix I'd like to show:
    A) some columns from CHILD (I succeded)
    B) a linked button column that links to ORDR using CHILD.U_OrderEntry (I succeded)
    C) a column that shows RDR1.DocDueDate (how?)
    D) a linked button column that shows RDR1.ItemCode and links to OITM (how?)
    Something similar is done by B1 in pick list standard form (id 85), for instance.
    Can you help me solving issues C and D?
    I guess I should link my CHILD.U_OrderEntry and U_OrderLine with RDR1.DocEntry and LineNum.
    Many thanks!

    Hi Simone,
    I agree, my explanation was partial.
    When I am creating a new form, I'm basing every single piece of the UI on DataTable (I never use DBDataSource and UserDataSources only for Folders). One for the header, one for each Matrix/grid, etc.
    By doing this, it allows me to have the correct layout and validate the UI with the project manager (or the Customer, when this is me the project manager ).
    Then, I am creating the queries, to extract data from the DB exactly as the previously defined DataTables are expecting these data (so, calculating the LineId from the query...).
    And finally, this is the beauty of the design, DataTables allows to to extract (since 2007PL47?) the data from a DataTable as an xml String and to import it in a different DataTable.
    So, to make the full picture, I have a specific DataTable to execute queries, from which I'm extracting the xml definition to load it in the "UI's DataTable". It ends with a matrix.LoadFromDataSource...
    Definitions are staying as defined, querying and loading is sub-second time (depending on your SQL expertise), layout doesn't flicker...
    If you need an excerpt of code (frankly, I'd prefer you to write it with this "how to"), just ask.
    Regards,
    Eric

  • JSF Table StyleClass issue for a specific Field inside the Table

    Hi There,
    Am having an issue of dynamically setting the styleClass for a specific field inside a DataTable. Here is how the JSF code is ..
    <h:column>
    <h:panelGrid id="column4" columns="1" cellpadding="0" cellspacing="0">
    <h:inputText id="numberOfApps" value="#{row.submitNumber}" styleClass="#{row.customStyleClass}" maxlength="6" converter="MyNumberConverter" />
    </h:panelGrid>
    </h:column>
    This Table has a specific column which has a input Text Box where user enter's data. This data will be validated in the bean where in after the validation if its exceeding a limit we should throw an error message and also highlight the field with a specific styleClass.
    I am setting the StyleClass dynamically based on the User Input, so that I can display a highlited Error Field on the screen. Strangely enough, styleclass is getting set as expected for the first submit but doesnt show any styles for further submits. Even the existing style is getting removed from the second submit onwards. I am setting this "customStleClass" dynamic parameter as a Bean Property. Am sure these values are properly set coz to make sure I have put an h:output tag inside that table to display the customStyleClass values and they are getting set as expected but I see blank value for the class="" in the source of the Page.
    Any help would be appreciated.
    Thanks
    Edited by: Lalith on Jan 14, 2008 10:23 AM

    One option is you find the data element of that field GUID.
    Now go to SE11 transaction and in data type put that data element and press where used list. In that select tables.
    This will give you a list of tables where that field is used.
    But again if there are lots of them it will be difficult to find.
    The only option in that case is debug the extractor and find out.

  • KNVV - BOIDT i.e Rebate Index field in KNVV table is showing some date

    Dear Friends
    How this Rebate index fields updates in KNVV table.
    I have no rebates applicable  as on date. but it is showing  some date on this fields.
    can you please let me know why this gets updates and what is the use.
    Thanks
    Raju.

    HI,
    Thanks for your quick response.
    for some customers this date is updating,  i am aksing on what basis this updates in KNVV table.
    is there is specific reson behind that.
    I think for your case date is blank. have identified why this blank anyware.
    thanks
    raju

  • How do you find a table that doesn't have a specific word in it.

    I have two questions.
    questions 1
    How do you find a table that doesn't have a specific word in it by using a query on the whole database?
    questions 2
    How would i list all of my cars names in my database not showing duplicates?
    I have tried, tried and tried some more to get both of these, but I guess i don't know how to query a specific word.
    I also don't know how to query everything in just 1 column name.
    If anyone could help with these that would be great I have been trying queries for over an hour now and no luck.
    Thanks

    798837 wrote:
    I tried the all_tab_columns, just like you did it, however that just gives me the column name I am looking for what is not in a column.
    For example I need to find all the tables where mustang is not = 'red' but using a single query i need to find all of the tables.
    As for number 2
    I am looking for something like this
    select distinct column_name
    from all_tab_columns
    where column_name ='AcertainColumn';Now I'm even more confused. In your example, is MUSTANG a column name? Or is it the value of a MODEL column in the CARS table? And how could that possibly relate to something that exists in multiple tables?
    If your data model is at all reasonable, I would expect that you would just want
    SELECT *
      FROM cars
    WHERE model = 'Mustang'
       AND color != 'Red'but I can't see how this would relate to data stored in multiple tables.
    Justin

  • How to populate customer specific field data in table /SAPAPO/ORDFLDS

    Dear Gurus,
    I have explained in detail about the problem we face. I guess persons who has implemented enhancement:  /SAPAPO/RRP_IO_COL in their system can help me out.
    Background:
    Purchase requisitions in APO is created by an idoc that comes from a legacy system using BAPI CALL FUNCTION 'BAPI_POSRVAPS_SAVEMULTI3'.
    Business Requirement:
    I have a business requirement where I need to populate an additional data 'Original delivery date' from the idoc during PR creation in Product view.
    Development:
    To achieve the above requirement, we are following the below procedure in our development system.
    1. We are using enhancement:  /SAPAPO/RRP_IO_COL, method: RRP_USEX_COLS_FILL_01 and RRP_USEX_COLS_GET_TEXT_01 to display an additional field 'Original delivery date' in /sapapo/rrp3 - elements view. This field is restricted to Purchase requisition (Order category: AG) only. We are planning to populate the additional data 'Original delivery date' in this customer specific field and store it in table: /SAPAPO/ORDFLDS at the time of PR creation.
    2. Table: /SAPAPO/ORDFLDS is appended with the 'customer specific field'.
    3. We couldnt find a document on how the data can be populated in table /SAPAPO/ORDFLDS.
    4. How to polulate the live cache data in the table  '/APAPO/ORDFLDS' ? ( i.e using connection parameter )?
    Appreciate if you can throw me some light on this.
    Thanks
    Vignesh M

    Hi Vignesh,
    ANy luck on this ? I am trying the almost same thing...and stuck at same point.
    Please let us know if you have any more information.

Maybe you are looking for

  • Need help in creating a Physical Inventory Document with HUs given

    Hi Gurus, There is a problem I am facing while doing a ALV report. I have created the report and there is a button which i have fixed which has to create Physical Inventory Document. The scenario is: I will select the records in the report based on t

  • Internal Error 7204, 6107874, 7775428, 0

    I've seen that I'm not the only one faced with the same problem of Internal Error 7202 but I'm getting rather annoyed because it is now nearly impossible to update a book without a crash. Typical error message as shown below. Error Internal Error 720

  • User exit for string input in a query

    Hi All, I am writing a query where the user would enter a string for materials, depending on which all those materials which match that pattern should be displayed in the result set of the query. This report is to display the stock value of all such

  • Connection to MySQL on GoDaddy hosted site

    I have a site set up with PHP and MySQL (by following David Powers book - exellent). Everything works fine on my localhost, but when I try to use the remote site to view a page containing MySQL data all that comes up is a blank page. I have added a l

  • USB in/out?

    Does it do anything to have the USB plugged in all the time without having an IOS device connected?