Search table names in forms.fmb?

hello every one
i need to delete some tables from schema but i didn't know if this table used by some forms or not.
so i asked if there program can i give it the table name and the directory that contains forms.fmb
and this program return the forms that used the table.

thanks
its worked now
Edited by: Mohamed Sife on 08/05/2009 10:29 م

Similar Messages

  • Tables names in forms

    Hi, you all.
    I'm making new security module for a system made in oracle forms, and when I tryied identify all tables used in one form I realized it will take me a lot of time, because there are more than 500 forms!
    There is a way to find tables names in all *.fmb files at the same time and to show me if it is SELECT, INSERT, DELETE or UPDATE?
    Thanks.

    not that i know of. you can use hibernate to generate tables from objects, but I don't know about swing.
    geez, why would you want to? if that's all you want, better to write VB. personally, i don't think that tightly coupling UI and database elements that tightly is a very good idea. sounds brittle; no layering.
    %

  • Ways of search table name

    Hi abappers,
    I want search a table name in SAP.
    I have the description name but I don´t find the table.
    I go to the se16 and in the table DD02T I search in description field a description.
    I go to the se11, click in the match code of de field table name and click on the sistem information and on the filed description a description.
    I need other way where I obtain the table taht I search, please?
    Cordial greetings.

    Thank you very much for your attention,
    I search with name of description and I found name of a view with the t-code se11 and select radio button view and put the name of this view, then on the tab table/join conditions I obtain the table name of this view.
    I need found other name table of others descriptions, but this descriptions are the name of area menus (no descriptions name table)
    some t-code or table where I search view or table of area menus Can you help me, please?
    Thank to all
    Cordial greetins.
    Edited by: lopez fernandez on Oct 2, 2008 10:17 AM

  • Table Name in a form

    Hi experts,
    I'm new in SDK.
    In a bubble event how can i now the table name associated to a form?...
    Ex. Form "150" --> Table Name "OITM"
          Form "133" --> Table Name "OINV"
          Form "139" --> Table Name "ORDR"
    Any help will be appreciated
    Augusto Silva

    Augusto,
    Infelizmente não tens métodos que te permitam percorrer as colecções do B1. Se tivesses, podias facilmente identificar o que pretendes (ID de um determinado tipo de objecto, num formulário)...
    Penso que a única alternativa é a que já te foi avançada.
    Cumprimentos,
    Vítor Vieira
    In english:
    Unfortunately, there are no specific methods to iterate B1 collections. If there were, you could easily know what you need (the ID of a specific type of object, in a form)...
    A guess the only alternative is the one already pointed out.
    Regards,
    Vítor Vieira

  • Usage of TRM Field attributes: table name in BRF+

    Hi,
    in the customizing activity SM34 - VC_FMCA_TRM_SCENARIO (Define Forms) you can define in the "TRM Fields Attributes" folder for each field the Setting for BRFPLUS where you should write a Table Name.
    The name you enter in this field is used by BRFPLUS_MANAGER.
    Could you please explain for what and when is useful this customizing?
    Thanks.
    Miroslav

    As explained in the IMG activity documentation:
    " To compare values from different versions of a form in your Tax Processing Web Dynpro application, you select the form view field, double-click the TRM Fields Attribute entry on the left-hand side and make the required entries.
    7. In the TRM Fields Attribute area you can also define which form fields you want to analysis in BW. If you mark the extraction-relevant field, the system automatically defaults the field name. The derivation of this field name is done via event P343. The system shows this field name in the DataSource as well as in the program that generates the DataSource for an ISR form. For more information, about this program, follow this link.
    If you are using BRFplus as the rules engine for tax returns validation and tax calculation you can enter a table name for form fields. Customizing activity Define BRFplus Objects for Form Bundles generates one BRFplus data object of the type 'table' for all fields assigned to one table name.
    Caution:
    Be very careful when assigning fields to table names as you can neither undo the assignment nor use this field for any other assignment."
    I think it's self explanatory....
    Kind regards

  • Searching MySQL table names

    Hello,
    I would like to search
    all of the table
    names in a MySQL database using a simple HTML form and PHP.
    I am stuck. I have attached the code I have so far. How do I apply
    the search to just the table names in the database?
    Thanks in advance,
    John

    On Thu, 12 Feb 2009 01:51:54 +0000 (UTC), "ArizonaJohn"
    <[email protected]> wrote:
    > Thanks for the help. When I try the code you suggest, it
    gives me this error:
    >
    > Parse error: syntax error, unexpected T_FOREACH
    >
    > It looks like the "foreach" loop is not working. Any
    ideas?
    Well, I told you it was untested. ;-) It was missing a
    semicolon at the
    end of the line preceding the inner foreach. I had also
    neglected to print
    the opening <table> tag. This one is tested and works:
    $result=mysql_query("SHOW TABLES FROM sand2 LIKE '%$find%'")
    or die(mysql_error());
    if(mysql_num_rows($result)>0){
    while($table=mysql_fetch_row($result)){
    print "<p style=\>Table: $table[0]</p>\n";
    $r=mysql_query("SELECT * FROM `$table[0]`");
    print "<table>\n";
    while($row=mysql_fetch_row($r)){
    print "<tr>";
    foreach($row as $field){
    print "<td>$field</td>";
    print "</tr>\n";
    print "</table>\n";
    }else{
    print "None found";
    Gary

  • Name of table in Receipts form in AR

    hi
    in AR ABC SUPER USER responisibility there is Receipts form
    in that there is a field called Payment Method
    could anyone guide me to which table this field belongs?
    in the record history it says AR_CASH_RECEIPTS _ALL but i dint find this field
    also there is another field in Receipts form
    the Customer Name-Location
    could anyone guideme to which table this field belongs?
    thanking in advance

    Please see these docs to get the table names.
    How To Determine Table and Column Name from a Field in a Form in 11i [ID 259722.1]
    How to Find the Query That Succeeded Recently? [ID 241628.1]
    How to get Supplier table information? How to get About this Page link in OA page in R12 [ID 741366.1]
    You could also enable trace/debug and generate the TKPROF file and you will get the details.
    Or, open the form using Forms Builder and check the query.
    Thanks,
    Hussein

  • Table Name for Search term

    Hello,
    Need to know table name for search term 2 in vendor master data ( general data)
    Field name is SORT2. need to know when i enter some term let say test in search term 2 of vendor master data, where its going to hit in table.
    Thanks
    Himanshu

    Hello,
    My main issue is i need to use search term 2 for some transactions.
    lets say for one customize transaction z123 i am using search term 1(vendor master) already and now i want to use search term 2 also.
    This z123 is let say vendor report transcation, so when i get venor details now there must be search term 2 column also in report.
    Now i need to find out link between vendor number and table adrc so that i can tell abap person to do developement.
    Thanks
    Himanshu

  • How to find table name and field name in JSP FORM

    Hi
    In JSP form's like XML publisher responsibility>templet
    In that form how can we see the system-last query . and how to see the table name

    hi yamini,
    plz go to help->record history (for fining table name)
    and
    help->diagnostic->examine (for finding field name)& enter last_query
    in JSP form also same above only i think.
    or check in back end & apply who columns
    Edited by: raghava bandi on Nov 7, 2008 2:05 AM

  • Need the the underlying table names which the Material Plan Detail Search p

    Our supply planning users would like to obtain the demand and supply plan for a bunch of given parts by running a query against some tables. The data they need via a PS Query output in Excel format is the same data that is provided by the Material Plan Detail page in PeopleSoft Supply Planning (Menu Path: Supply Planning >>>Solve Plan>>>> Material >>>>>>Material Plan Detail). The main underlying table behind this page is PS_PL_MRP_DTL.
    The problem is that this table contains data for only one Part Number (INV_ITEM_ID). The data is populated when Item ID is selected on the Material Plan Detail Search page.
    What are the underlying table names which the Material Plan Detail Search page brings together to present the information for the selected part number on the target page (The Material Plan Detail page)?
    If you could tell us the underlying table names (which the Material Plan Detail Search page brings together) we can write a query to present the data to the users for multiple part numbers at a time and not just one part number at a time.
    Any help would be greatly appreciated.
    We are on FSCM 8.9 Bundle 13
    Thanks in advance.

    The ERD's for FSCM 8.9 are available from following link
    PeopleSoft Enterprise Financial Management 8.9 Entity Relationship Diagrams [ID 979359.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=979359.1
    Hope it contains the info you are looking for.
    Hakan

  • Finding column,table names in a schema with search data

    Hi All,
    I want to list all the columns,tables in a schema with any search value.
    Ex: Take an example of EMP table, if I search with 'MARTIN', result should be ename (column name) , emp(table name).
    Can you please help me on this regard to write a query.
    Regards,
    Rajasekhar

    SQL> set line 1000
    SQL> VAR val VARCHAR2(30)
    SQL> execute :val:='SMITH';
    PL/SQL procedure successfully completed.
    SQL> SELECT   DISTINCT
      2               SUBSTR(:val, 1, 11) "Searchword",
      3               SUBSTR(table_name, 1, 14) "Table",
      4               SUBSTR(t.COLUMN_VALUE.getstringval(), 1, 50) "Column/Value"
      5  FROM     cols,
      6               table(XMLSEQUENCE(DBMS_XMLGEN.getxmltype(   'select '
      7                                                        || column_name
      8                                                        || ' from '
      9                                                        || table_name
    10                                                       || ' where (UPPER('''
    11                                                       || :val
    12                                                       || ''')=UPPER('
    13                                                       || column_name
    14                                                       || '))').EXTRACT('ROWSET/ROW/*'))) t
    15  WHERE    table_name IN ('EMP', 'DEPT','EMPLOYEES') --limiting the table names, you can omit this.
    16  ORDER BY "Table";
    Searchword                                   Table                                                    Column/Value
    SMITH                                        EMP                                                      <ENAME>SMITH</ENAME>
    SMITH                                        EMPLOYEES                                                <LAST_NAME>Smith</LAST_NAME>

  • How to build Form or Report on different table name

    Hi,
    I want to know, is it possible to query data from a different tables with same structure.
    For example:
    I have tables tableA, tableB ....
    What I want is to select table name from combo box and
    after that to query data for the chosen table.
    So is it possible anyway to build a form or report without knowing the table name during the design ?
    Thanks

    Hello Boris,
    The way you can make this work is like this:
    You need to create a view (say vw_2Tables)whose source is like
    select "table_A" tableName, col1,col2,... from table_A
    union
    select "table_B" tableName, col1,col2,... from table_B
    Then create the Report based on this view:
    select tableName, col1, col2
    from vw_2tables
    where tableName = :P_tablename;
    This will make the Portal create a bind parameter for you.
    Create an LOV whose Select statement is
    select "table_A" tableName from dual
    union
    select "table_B" tableName from dual
    And add this LOV to the bind parameter source in Report
    (in Customization Tab).
    You need to run this Report in customize mode
    (if your report name is say Rep_1
    then this will be http://...../Rep_1.show_parm)
    Hope this helps
    Madhav

  • Creating a form with variable table name(s)

    Hi,
    I am building a form that will allow user(s) switch to other user
    (s) dynamically. I have been able able to do this by creating a
    non-database table and use record group to read from the base
    table of each user.(All the tables in question have the same
    structure).
    Record group is a read only, and I want to be able to do data
    maninpulation with this form.
    The questions are
    (1) It possible to do data manipulation with record group and if
    it is, how?
    (2) Is it possible to build a form with a variable table name?
    if possible, how?
    Somebody pls help.
    Thanks,
    Olutunde.
    null

    Olutunde Babarinsa (guest) wrote:
    : Hi,
    : I am building a form that will allow user(s) switch to other
    user
    : (s) dynamically. I have been able able to do this by creating a
    : non-database table and use record group to read from the base
    : table of each user.(All the tables in question have the same
    : structure).
    : Record group is a read only, and I want to be able to do data
    : maninpulation with this form.
    : The questions are
    : (1) It possible to do data manipulation with record group and
    if
    : it is, how?
    : (2) Is it possible to build a form with a variable table name?
    : if possible, how?
    : Somebody pls help.
    : Thanks,
    : Olutunde.
    Hi,
    you can create and manipulate record groups at runtime(see Forms
    Reference 'Create_Group' and 'Add_Group_Row') don't use
    Create_Group_from_Query. For your purpose it's better to build a
    cursor loop on your Query and add your datas after
    manipulating with 'Add_Group_Row' to your Record Group.
    It's possible to SET_BLOCK_PROPERTY(QUERY_DATA_SOURCE_NAME) but
    it's not possible to change the item property 'Column Name'.
    Therefor I would suggest to build a non database block and
    populate these block by a programm unit, which works with a
    pl/sql cursor loop and the 'create record' to populate these
    block.
    null

  • Regarding finding the table name for a field in R12 forms

    Hi all,
    I need to know how to find the table name for a field in R12. I am working on extracting the employee information but i need to know how to get the table names for the fields.
    Thank you,
    raj

    Please see these threads.
    How to find table name in ebs
    How to find table name in ebs
    E-Business tables
    E-Business tables
    Thanks,
    Hussein

  • Reg Table name for Menu / Form Details

    What is the Table name having the Menu name and Menu ID details for all modules?

    Hi,
    AFAIK this information is not stored in the database, appart from a fiew that are in the OADM table (PorName, RpdName, PdnName...). I think that this info is stored in a C++ library (don´t remember the name now).
    Perhaps if you ask what the objetive is we could help you with a workaround.
    Regards,
    Ibai Peñ

Maybe you are looking for