Function module in table TADIR

Hi,
Table TADIR is a repository for all objects. However if I try to locate any function module(Object type = FUNC) in this table I dont get any entries. Why does this happen? Is there any other table which keeps a list of all function modules?
Thanks,
Saurabh

hi,
check this table TFDIR...
<b>ENLFDIR</b> Additional Attributes for Function Modules -- this table contains FUNCTIONAL GROUP OF the particular function module..and other details
<b>reward points if it is useful..</b>

Similar Messages

  • Checking the contents of update function module log table

    Dear experts,
    I created several CALL FUNCTION ... IN UPDATE TASK lines and is curious about the contents of the update function module log table. How can I see its contents?
    Thanks in advance.
    Regards,
    Haris

    Hi Hari,
    Use transaction SM13. This gives all the details
    To view the details in SM13 switch on Update debugging before you call your update function module.
    In debugger Settings --> Display / change Debugger settings --> Use the check box "Update Debugging" --> Press save button
    So after COMMIT WORK statement, debugging will start with the update function module
    During this time check the entries in SM13
    Once the update is complete the entries will be removed from SM13 (Unless there is a failure)
    I am not sure if there is option to view records in SM13 for which update is complete (No authorization to change settings in SM13). So i cannot check this
    Regards
    Rajvansh
    Edited by: Rajvansh Ravi on Jul 24, 2011 3:52 PM

  • Function module for table control

    Hi experts,
    I am creating the BDC program, In that I need to select the particular item from the table control say for example item 0010 or 0020 based on the input file and need to process from there.
    Is there any function module to select the particular item by passing item no say 0010 or 0020.
    Thanks in advance
    sai

    Hi
    I suppose there is no function module for table control.
    below solution might be useful to you.
    1) Do BDC recording for the table control with each condition you would like to incorporate in your program.
    2) copy the code of Table Control recording in your program and place the code in Loop of internal table.
    3) based on the condition  call the respective BDC recording of the table control
    4) By the above steps  you can manage the table control based on the condition.
    Regards
    Santosh Kumaar.M

  • In function module creation,table, view is better or structure is better  ?

    I am creating a new z function module.
    Under tables parameter, I need to create 'Profit_Center_Table'  which should contain combination of ztable and cepc fields.
    as
    Tables
    •     Profit_Center_Table – should contain List of ztable and cepc fields
    Is it okay, if I create a view with the combination of ztable and cepc fields
    And use the view under table’s tab page in my zfunction module ?
    Or it is better to create a structure with the combination of ztable and cepc fields

    hi,
    better to create structure or internal table with all the required fields.
    we can export and import  internal tables to function module by using TABLES parameter interface.
    if you create View, how can you pass to the function module.
    as per my knowledge no parameter interface is availabe to pass views to function module.
    for more information follow this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801ef5454211d189710000e8322d00/frameset.htm
    regards,
    Ashokreddy
    Message was edited by:
            Ashok Reddy

  • Function modules for table operations

    Hi!
    I found the module "rfc_get_table_entries", can s.o. tell me some other standard function modules to work with database information?
    rfc_get_table_entries returns a concatenated Database line, it would be better for me to get a table with the correct structure.
    With best regards
    Björn K.

    Björn,
    how about RFC_READ_TABLE? you'll receive the structure in FIELDS and the content in DATA.
    if you know the fields you want to receive, you can add them in the FIELDS table as input parameter.
    kr, achim

  • Function Module for Table history

    Hi,
      We have requirement, to send changes to texts (Ex: Company Code texts) to the third party system. I need to write a program which will run periodically and send the changes to the external system.
    What would be the best approach to do this?
    Is there any function module which I can use to read the change history on any table?
    Thanks
    VV

    Check the FMs:
    CHANGEDOCUMENT_READ_HEADERS    Change document: Read change document header
    CHANGEDOCUMENT_READ_POSITIONS  Change document: Read change document items 
    Regards,
    ravi

  • Need functional module or table for user type

    Hi all,
    I need table or a functional module for getting the user type. plz help

    Hi,
    Can you explain your requirement in a bit more detail. You can also provide all the relevant information regarding this topic.
    Hope this will help.
    Thanks,
    Samantak.

  • Function Modules using tables

    Sir,
           I have created function group and function module.  I have open se37 and choose tables tab button.  I have insert itab in parameter Name Like in Type Spec and Kna1 in Associated Type. 
           I have got error "Tables Parameters are Obsolete"..
    With Regards,
    Baskaran

    Hi Baskaran,
    Table parameters are obsolete for normal function modules but have been retained to ensure
    compatibility for function modules with other execution modes hence when you declare tables parameter in Function Module it gives warning.
    The alternate way for this is create custom type in global declaration for table and use this type in changing parameters.
    e.g
    types: t_lfa1 type standard table of lfa1.
    This declaration will go in your Top Include then u can create required table in your changing parameters.
    Thanks & Regards,
    Vaibhav Pendse

  • Function module get tables from view

    Hello,
    I am looking for a function module or something alike where I can find the tables used in a specific view.
    I know how to get the data from the view, but I only want the table names.
    Can anyone help?

    Hi,
    Please try with the Function Module "VIEW_GET_TABLES" by passing the name of the View to the Importing Paramater "VIEWNAME" and tables parameter "VIEW_TABLES" will list the tables used in the VIEW.
    Regards,
    Srinivas

  • Function Module or table to read all EQUI for one KUNNR

    Hello,
    i need to read all Equipments for one specific KUNNR (endcustomer).
    Is there a function module which could be used?
    Or what is a good select for this?
    Thanks a lot.
    Kind regards
    Manfred

    Hi,
    EQBS table will be getting updated based on the Delivery document or while creating equipment for Material & Serial no combination.
    How you are maintaining End Customer in your Equipment Master?
    You can maintain in Partner Function or Sort Field or through automatic equipment creation.
    Based on that, you have to find the logic.
    Regards,
    Maheswaran.

  • How to create Function Module with TABLE parameter (for internal table)

    Hi Guys,
    I am trying to create a function module by using TABLE parameter. I have to pass an internal table to this function module for processing.
    But it saying : TABLES parameters are obsolete!
    And I am not going further.
    Please suggest any work arround.
    Thanks

    Hi,
    create a table type in SE11..
    Then use that in your function module importing/exporting/changing parameter for passing internal tables..
    Thanks,
    Naren

  • Function module or table to get the RO(Replenishment order) number based on Order id?-SNC system

    Hi All,
    Please help me in finding the FM or table to find out the Order number when you have the Replenishment Order id
    Or order id when you have the order number at SNC area?
    I want the input parameters as Order id/ order number and Version.
    System SNC 5/7.0
    Best regards,
    Anil.

    Hello Anilkumar.
    Which module does your requirement related to?

  • Any Function modules or tables to find workitem in ready status for user

    Hi all,
    Is there any way i can find the possible workitems which is in ready state in a users inbox.
    Thanks,
    Neslin.

    Hi Neslin
    You can use this FM RH_LOCAL_INBOX_GET which gives all the details of the work item for the particulaer user. In this FM goto table tab WI_LIST willl give all the details WI_LIST-WI_STAT give the status of the work item.
    Regards
    vijay

  • Function module or table for representative / delegate

    Hi experts,
    I have a program that must worw with several Employees, and in one step I have to check if they are representative / delegate of someone else or not.
    Is there any FM or something like a table to check it?? I have the UNAME for them.
    Can someone give me some help with this please??
    Thank-you very much.
    Artur.

    I found it on table hrp1001

  • Syntax check for tables and function modules

    Hi,
    I am writing a program that perform syntax check on object such as executable programs , function modules and tables.
    Syntax check works fine for programs, but not for tables.
    How can I perform syntax check on my tables or structures?
    I get my data from the table TADIR. But I don't get my function modules from there. What is the table for this.
    Thanks 4 ur replies.
    Parvez

    hi
    good
    generally in sap while creating a table or structure we get the error and we solved them,but like reports during runtime it is not possible to check the syntax of a table or structure.
    thanks
    mrutyun^

Maybe you are looking for