Where used for table fields

I have list of 3600 fields , I need to get info related to these fields are used in which screens. Any easy way ?
PS : Please donot suggest to use se11--> and make whereused list for field
a®s
Edited by: a®s on Jul 31, 2009 12:34 PM

Hello,
1. Get the table name in which all the data elements are stored.
2. Write select for that table to find all the table names using required data elements for table field.
Check if this helps,
Thanks,
Augustin.

Similar Messages

  • OVS Help for Table Fields in WebDynpro for JAVA

    Is it possible  to create a ovs help input for table fields?
    If yes, how can I do it?
    Help me...
    Thanks!!!

    Hi,
    Use the code for tabel column also.
    Web Dynpro: the OVSBuilder utility or OVS Re-Reloaded
    Regards,
    Lavanya.G

  • Where-used for FM somethimes colors the program in red- why?

    Hello,
    Small question for something that i've noticed:
    When i do Where-used for FM somethimes the program is colored in red- anyone knows why?
    Thanks,
    Moshe

    Hi,
    In a where-used list for a function module the programs coloured in pale red are inactive.
    Regards,
    Nick

  • Where-used for Storage location

    Dear all,
    I have to delete a Storage location SL01 from system. Before I doing so, i need to perform below:
    1. I have to check SL01 is being used in what document. Can you advise what are tools that avaialble for me to perform where-used for SL01?
    2. If there are documents created and some of them are still open, do you advise to delete SL01?
    Please comment.

    Hi,
    Storage location comes into picture when you post a goods movement either a GR or GI.
    For this reason,When you create a Purchasing document a Po for example, it is not mandatory to define a storage location and the storage location defined at Po level canbe changed at GR level.
    So, before deleting the storage location you need to check whether there is available stock in the location.
    You can use the MB52 warehouse report to check the s.location stock .
    Hope it hepls.
    Regards,
    Bijoy Kumar

  • Space Allocated and Space used for Table.

    Hi,
    Is there any way, we can find Space Allocated and Space used for Table wise.
    I know USER_TABLESPACES help use to find table space wise. But I would like to know, the space utilized by each table in the specific table space.

    Check this link from Tom Kyte about it.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:2092735390859556::::P11_QUESTION_ID:231414051079

  • Using f4 help for table field in module-pool

    Hi All,
    I am using a table-control in module pool programing.
    Fields are coming from MAKT table.
    I am trrying to provide a functinality so that when choose
    a material no using f4 help for MAKT-MATNR field
    the corresponding value of MAKT-MAKTX should
    appear itself in corresponding table-control field.
    It's not happening right now.
    How I can create that functionality??
    Thanx in advance

    Hi
    Please write the custom F4 Help logic for material number in the block process on value-request. in PAI
    process on value-request.
    Search Help For UOM
      field wa_screen_fields-material  module Material_help.

  • Namedquery using same table field multiple times with the use of a label

    Hi all,
    i'm having some trouble with a namedquery. I'm trying to
    use the following namedquery in Toplink to retrive some
    data out of a database.
    select proj.id
    , proj.code
    , proj.name
    , proj.budget
    , proj.status
    , proj.startdate
    , proj.enddate
    , proj.mdr_id projleader_id
    , med_leader.name projleader
    , proj.mdr_id_valt_onder promanager_id
    , med_promanager.name promanager
    , proj.mdr_id_is_account_from accmanager_id
    , med_accmanager.name accmanager
    from uur_projecten proj
    , uur_medewerkers med_leader
    , uur_medewerkers med_promanager
    , uur_medewerkers med_accmanager
    where ( #p_name is not null or #p_search_string is not null )
    and med_leader.id = proj.mdr_id
    and ( proj.mdr_id = nvl( #p_name, proj.mdr_id )
    or proj.mdr_id_valt_onder = nvl( #p_name, proj.mdr_id )
    or proj.mdr_id_is_account_van = nvl( #p_name, proj.mdr_id ))
    and (( #p_status is not null
    and substr( proj.status, 1, 1 ) = upper( #p_status ))
    or ( #p_status is null ))
    and ( upper( proj.code ) like upper( '%' || #p_search_string || '%' )
    or upper( proj.name ) like upper( '%' || #p_search_string || '%' ))
    and med_promanager.id = proj.mdr_id_valt_onder
    and med_accmanager.id = proj.mdr_id_is_account_van
    order by decode( substr( proj.status, 1, 1 )
    , 'A', 2, 'T', 3, 'F', 4, 1 ), proj.code desc
    As you all can see the table ‘uur_medewerkers’ is been used trice to
    determine the name for the corresponding ID. I have a Java class with
    the fields for the results and created a Toplink descriptor to map
    the fields to the database fields.
    The problem is that for the 'projleader', 'promanager' and 'accmanager'
    fields the results are null. The reason is probably that Toplink doesn't
    recognize the fields because of the label for the tables.
    Is there a way to make this work?
    Greets, René

    Post Author: quafto
    CA Forum: .NET
    Your query is not too clear so I'll do my best to answer it broadly.
    You mentioned that you have a .NET web application where your users enter data on one screen and then may retrieve it on another. If the data is written in real time to a database then you can create a standard Crystal Report by adding multiple tables. The tables should be linked together using the primary and foreign keys in order to optimize the database query and give you a speedy report. Using unlinked tables is not recommended and requires the report engine to index the tables (it is quite slow).
    You also mentioned you have a "PropID" to be used in a WHERE clause. This is a great place to use a parameter in your report. This parameter can then be used in your record selection formula inside Crystal Reports. The report engine will actually create the WHERE clause for you based on the parameter value. This is helpful because it allows you to simply concentrate on your code rather than keeping track of SQL queries.
    Now, what Crystal does not do well with is uncertainty. When you design a report with X number of tables the report engine expects X number of tables to be available at processing time. You should not surprise the print engine with more or less tables because you could end up with processing errors or incorrect data. You may need to design multiple reports for specific circumstances.
    Regarding the group expert question. I'm not sure how you would/could use the group expert to group a table? A table is a collection of fields and cannot be compared to another table without a complex algorithm. The group expert is used to group and sort records based on a field in the report. Have a look at the group expert section of the help file for more information.
    Hopefully my comments have given you a few ideas.

  • Can substitution strings be used for table name references?

    Hi,
    I was wondering if it's possible to use substituion strings for table names in SQL queries. This would allow for me to edit all references to a table at one location. For instance, if a table name or dblink changed, I could edit the substitution string or application item to ensure all the queries reference the new table.
    For example:
    select * from &table1.
    table1 would be the substitution string for the actual table name
    I know this is possible if I used a pl/sql function returning a query, but I would much rather use a substition string in a SQL query.
    Thanks in advance.
    Brian

    i think not
    because how create the fields of * in this case
    in the other because all is dynamic, i think that you obtain only an error

  • How to find where used for PDF forms

    Hello Everyone,
    I have a small issue. I want to find the where used list for a PDF form SD_INVOICE_FORM01. Just want to see the driver program which is calling this PDF form.
    Can some one help me in this regard?
    Quick response would be appriciated. Thanks in Advance!!!

    Hi,
    You can see the driver program in Tnapr table.
    Give the FORM name in the selection criteria. You will get the driver program details.
    If you have the FM name generated,goto se37 and check where used list there.( It is useful only if  the FM is used by its name in the driver program.)
    Regards

  • Why is there no standard search help for table-field T056U-VZSKZ?

    Hi Experts,
    A blessed day.
    Table-Field T056U-VZSKZ (Control table for calculation of interest on arrears-Interest calculation indicator or account number) is being used to provide the entries for a screen-field of a standard transaction for Account Determination: Posting Specifications.  However, this table-field T056U-VZSKZ does not have a standard search-help.  I've looked for an OSS for this, but wasn't able to find one.  Is there a reason why this T056U-VZSKZ does not have the standard search help when VZSKZ is it's key field?
    Thanks. 
    Regards,
    ianne

    Hi Marco,
                     When you attach the search help make sure you also attach the export parameter of the search help to the name column. That is in the tab 'Further characteristics' we have to pass two value. The search help name should be typed in place of 'Parameters' and the export parameter of the search help should be typed in the place of 'Name'.
    Please try this and post back the updations.
    Thanking you,
    Jerry

  • Why is there NO Search Help for Table-Field T056U-VZSKZ?

    Hi Experts,
    A blessed day.
    Table-field T056U-VZSKZ (Control table for calculation of interest on arrears-Interest calculation indicator or account number) is being used in a screen-field of  a standard transaction in SAP (Account Determination: Posting Specifications).  However, this Table-Field T056U-VZSKZ does not have a search-help which is needed for the transaction. I've looked for an OSS note for this, but to no avail.  Is there a reason why Table-Field T056U-VZSKZ does not have a search-help?
    Thanks so much.
    Regards,
    JO

    The music store is part of iTunes. That is why they are together on the menu. As many topics would offer the same advice for music in your library or music in the store, grouping them together makes sense in terms of reducing redundant entries.
    Sorry you found it confusing. I, too, once found some things Apple a bit different. That was about two years ago when I bought my iBook. StarDeb is another recent switcher. And I feel confident in saying this: either of us would be more than happy to help you with anything that gets "lost in translation". We both know there is a learning curve when you move from the XP world to a more fruit-based view of things

  • Where-used for a function module

    All,
       I have a function module used in several update and transfer rules.  I would like to know EVERY place it is used.  The 'Where-used' button returns not found, even though I know it is used in several places.  I am on 3.5,  Is there any way to tell where a function module is used?
       Thanks.
    Dave

    Hi
    Try this
    1). Goto Se16 and check the contents of table 'CROSS'.
    2). Enter 'F' in the type selection screen field
    3). In the NAME field enter the Function module name and execute.
    4). The list will give you where all the FM has been used.
    Kindly note this is almost the same as doing a where used list. The where used list will only work correctly if the 'Update Navigation Index' works correctly in your system. So just to ensure the result of your where used list you can follow the above steps. This does not require the Update Navigation Index.
    Hope this Helps
    Regards
    Shilpa

  • EEWB for table fields

    Hi experts,
    Iam working on CRM 2007 web ui. I added table fields to BUPA using EEWB. I did postprocessing executions to enable on WEB UI.
    Execute the postprocessing step, enter the component name, and double-click the view for the overview page.
    On the Configuration tab page, move the view from the Available Assignment Blocks to the Displayed Assignment Blocks.
    I changed the description in component to customer data also.
    After this  i test it. I could not see the block "customer data"  in account.
    I checked the technical details. It is pulling all default . How to bring enhanced object key like "BP_account".
    Thanks
    Krishna

    Hi,
    did you configure the eewb view for your configuration key. You can copy the default configuration to your configuration key and also can set object and sub-objects.
    regards
    Ismail

  • Where Used for VIs and LabVIEW Project

    Is there a way in LabVIEW Project Manager to check the Where Used status on all the VIs at the same time? I am going through a project trying to weed out VIs that are not used in the project. I know I can check the "Find Callers" for each VI, but this feels slow and cumbersome. Is there a way I can generate a report to find the Where Used status on all VIs in a project?
    Thanks,
    Matt

    You also have the Find Items with No Callers Dialog Box as of LV 8.5
    Eric V
    National Instruments
    Applications Engineer
    Certified LabVIEW Associate Developer
    "I'm a Ramblin' Wreck from Georgia Tech and a helluva (NI Applications) Engineer!"

  • Where used for Smartforms

    Hi
    I want to find out what all programs are calling a smartform. If i pass the function module name, I get zero hits as the its the name of the smartform that is passed in the programs calling it. Is there a way to find out where the smartform is used
    Thank you

    I don't think we have any direct way to find it out.
    The workaround would be like this:
    Do "Where used list" for the FM SSF_FUNCTION_MODULE_NAME.
    Then from the list you need to find out which program calls your Smartform.
    Regards,
    Naimesh Patel

Maybe you are looking for

  • Access jar file from in-memory classes...

    I have some classes that I compile to memory and everything works fine until one class that must access some external jar files. I have been unable to access those jar files from disk after trying every suggestion using URLClassLoader. I even tried s

  • Display recods when cliking save in screen painter

    Hi all, I am dispalying a table using screen painter.I have 5 records in my internal table. My need is if i click "save" button in PAI first record should be displayed in the table, again if i click the "save" button then next record from internal ta

  • How to use AV conf with third party

    One of our partners uses a lifesize video conferencing unit. We use lync internally for IM and currently have an edge server being deployed for external access. I am wondering how I dial av.partner.com from a lync 2010 client to have an AV conference

  • How to import new purchases on Computer to iPod?

    I have a late 2006 model of iPod. I connect it to a PC Windows 8 (GRRRRRRR!). Has worked well for years. Use it while traveling (Air flights; rental cars, etc). Today, it will not automatically import new purchased songs to the iPOD. I have them and

  • New iMac, what to do with Macbook Pro

    Hi there, Okay, I have me new 27" iMac and all my files transferred, but I'm unsure of what to do with my Macbook Pro. (And don't say send it to me! ) Is there an easy way to keep all my files synced between the two? I'm not sure if I will use my MBP