Table for Include Programs.

Hi,
Can anyone tell me which table stores the include program names of a Module Pool.??
regards,
Ramakanth

Thanks for your Reply..
My exact requirement is to identify the main program for all the include programs. REPOSRC gives the include program name but i think it doesnt give the main program name from where include is fetched.
So I need table which stores the main program / Module Pool and its includes.

Similar Messages

  • Table for the program code

    Hi Freinds,
    is there any table to store the  program code , i mean whatever we write in  SE 38 will it be stores any data base tables? we have one option to get the code that is READ REPORT INTO ITAB. other than this is there any database tables for this?
    Regards,
    Tirumal.

    Hi Reddy,
      Table: REPOSRC there is only programm name but not code by using program name you can get code into your report by using Read Report syntax.
    Example,
    parameters: p_pname type reposrc-PROGNAME.
    data: Begin of table occurs 10,
             line(150),
            end of table.
    read report p_pname into table.
    loop at table.
      write / table.
    endloop.
    Plzzzzzz Reward if useful,
    Mahi.

  • Table for the program name description

    hi,
    i want to know the table which stores the description of the table.
    i having the  TADIR(Directory of R/3 Repository Objects) which stores the data about a program but i want to have the description of the program also.
    plzz provide me guidelines for getting the description of the program.

    Hi Ricx.s,
    Dont ask these type of simple questions, you might have got the answer if you have done a search.
    So do have a Habit of searching before posting a question.
    Anyhow a Must to have book for Technical Consultants;
    [SAP Tables for Technical Consultants|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657]
    Download the above PDF and check it, it has all important technical and functional module tables.
    Regards
    Karthik D

  • Manage a new entry into V_T020R table for RFEBBECODA00 program

    Hello SDN,
    For the bank statement integration with the Belgium format Coda 2.1, I need to use a new conversion program so called RFEBBECODA00. This program is an update of RFEBBE00.
    The customizing table V_T020R (OT61 transaction) allows to manage a dedicated variant for FEBC user transaction and the program used for file conversion to Multicash.
    I do not need to use anymore RFEBBE00 program, but I am not able to manage a new entry into V_T020R for the new program RFEBBECODA00.
    Any idea on how too update V_T020R in order to keep using FEBC transaction ?
    Many thx for your help.
    Regards,
    Aurelien

    Guess you have completed all the manual activities specified in the attachmet to the following SAP Note.
    https://service.sap.com/sap/support/notes/1035142
    In the attachment titled "Manual_Activities_Required_FI.doc" to the above SAP Note, the last step to add an entry to table T020R.  I was just wondering if completing the manual activities is a prerequisite to add a new entry to the table T020R.  As such, if you go to OT61 transaction, you don't see the 'New Entries' button.
    The attachment to the above SAP Note has the following text as a last step.
    Also maintain the following entry in Table T020R:
    MANDT      TCODE                  REPID                                    VARIANT        NSHOW
    000      FEBC                  RFEBBECODA00
    Activate the table. Now run transaction FEBC and check if the program RFEBBECODA00 is being displayed.
    As per the Note, complete the manual activities, then apply the correction instruction in the Note, activate the program and then maintain the text symbols and selection text a shown in the document.  Just check the note in the above link and follow the instructions.  Let me know if you finally succeed in maintaining this entry in table T020R.  I'll be happy to hear a 'yes' from you!

  • Table for ABAP programs

    Hi ,
    Is there some table where I can find the list of ABAP programs?
    Thanks
    FedeX

    please visit this this will be use ful to u
    http://www.sap-img.com/abap.htm

  • Incorrect Logical Expression for Include Program

    Hi All
    thank you very much for all the support...
    I managed to get through that error - however, now I m coming up with a different error:
    Incorrect logical expression: Comparison / SELECT-OPTION can only be
    followed by "AND", "OR" or ")".
    Where should I add the ''and" "or" on the below code?
    IF sy-subrc NE 0.
        MESSAGE e002(zsqts_sqts)
           INTO l_dummy
           WITH lv_host.
        PERFORM msg_add USING probclass_very_high.
      ENDIF.
    Zu der gewunschten FTP Ordner navigieren
      REFRESH result.
      IF lv_path IS NOT INITIAL.
        CONCATENATE 'cd' lv_path INTO lv_path SEPARATED BY space.
        CALL FUNCTION 'FTP_COMMAND'
          EXPORTING
            handle        = lv_handle
            command       = lv_path
          TABLES
            data          = result
          EXCEPTIONS
            tcpip_error   = 1
            command_error = 2
            data_error    = 3.
    Thank you very much
    Rukshana
    Moderator message: please try solving this yourself first, do not post each single error message to the forum. SCN forums cannot replace proper training.
    locked by: Thomas Zloch on Oct 6, 2010 1:04 PM

    On 3/20/2015 3:48 PM, leosucksatc wrote:
    if(Grade ='A'||'a')
    = is assignment. == is equality comparison. You had that right in your previous post.
    Also, the || operator doesn't work the way you think it does. Make it
    if (Grade == 'A' || Grade == 'a')
    Igor Tandetnik

  • Table for getting programs by user

    Hi experts,
    Is there any table in which i can enter the user name and get all the programs created by him/her in that particular system?
    Thanks,
    Mohit.

    Hi,
    Use table - TRDIR, but if you plan to query based on created by & use it on a regular basis, then ensure the table has a index on Created by, else the run time can be long.
    Regards,
    Vivek

  • For include program..

    from list of standard include who can we come to know tht which include is modified..of which function group...any short cut...from se37 and after going into deep way i knw but it consume time much...so if anybody knows shortcut then reply me...
    thx
    reguards...
    naiensh...
    Edited by: nainesh patadia on Jan 18, 2008 4:46 PM

    Hi,
    This is strange that you are not able to access SE09.
    Go once again on Transaction SE09 and there on that screen check on the WorkBench Request and check both the Checkboxes Released as well as Modifiable.
    You will get all the TRs.
    If you know the user name then put the user name in the User tab.
    This way you would be able to get the list.
    Give it a try. This would be helpful.
    Regards,
    Lalit Kabra

  • Which is better Function modules or Include programs?

    Hi,
    I am working on an enhancement and it has lot of screens with a tree structure on the left. Now we are planning to have each screen to have its PAI/PBO and the processing logic to be in seperate include programs.
    However in our team we have debate as to go in for include programs or for Function modules. The opinion here is that the program should not take long time to load if its going to be include programs.
    Please suggest what approach is better, is it Function modules or include programs.
    Any other suggestion is also welcome.
    Thank You,
    SAC.

    Thank You all.
    In this enhancement I have about 13 screens and has business logic in each. So if I go with each screens and business logic coding in seperate Function modules than includes under 1 function group is adviceable?
    Using object oriented approach is really the best thing here, but however most of my team members are not welversed in OO concepts. The deadlines are very tight for grooming my team members as well.
    My only concern is that with so much screens and business logic in 1 transaction should not bring down this programs performance when its executed.
    Any other suggestions to keep in mind for this is appreciated.
    Thank You.
    SAC

  • Access key for include

    Dear Friends,
    I need to make changes in an include.
    Should i ask basis people to give access key for include program or main program?
    Thanks.

    Hi,
    Check this:
    Re: HOW TO MODIFY SAP STANDARD FORM
    Rgds,
    Raghu

  • Table name for includes

    Hi Experts,
       Is there any table from which i can get all the Main program names when i give the Include program name.
    Regards,
    aadi.
    removed the word Urgent from the title. read the forum rules linked in this thread
    Please read "The Forum Rules of Engagement" before posting!  HOT NEWS!!
    Edited by: Durairaj Athavan Raja on Jun 23, 2008 12:33 PM

    Use FM RS_GET_MAINPROGRAMS to get all main program name for a include.
        perform search_mainprog using prog frameprogram.
          FORM SEARCH_MAINPROG                                          *
         Liefert zu einem INCLUDE den Namen des Hauptprogramms          *
          -> PROGNAME                                                   *
          <- MAINSOURCE                                                 *
    form search_mainprog using progname mainprog.
      data: begin of maintab occurs 5,
            name(8),
            end of maintab.
      call function 'RS_GET_MAINPROGRAMS'
        exporting
          name         = progname
        tables
          mainprograms = maintab
        exceptions
          cancelled    = 01.
      read table maintab index 1.
      mainprog = maintab-name.
    endform.                               "SEARCH_MAINPROG

  • Problem in creating include program for customer exit for BC425_01

    Hi,
         I want to write a customer exit for transaction BC425_01. For identifying the include program for exit , i go to System->Status.There I double click on the program name(GUI).Then I perform a 'FIND' in main program for 'customer-function' keyword. I get 3 search results with "CALL CUSTOMER-FUNCTION '001' " , "CALL CUSTOMER-FUNCTION '002' " , "CALL CUSTOMER-FUNCTION '003' ".
    Now i double click on CALL CUSTOMER-FUNCTION '001'  and i am taken to the code of program where this function is called in MODULE cust_check INPUT. I double click on CALL CUSTOMER-FUNCTION '001'  and then I am taken to the function module code which contains a single statement 'INCLUDE ZXBC425G01U01 .' .
    Now I double click on this include program so that I can write my own code. But when i double click on it , a message displayed 'Program names ZX.. are reserved for includes of exit function groups'. Hence I am not able to creates this include program and write my coding.
    Kindly Help
    THANKS

    Hi Amber,
    Then you click enter button.It is asking to create object with that include name ZXBC425G01U01 in a pop-up.You  should select YES option.It will ask package . Give the package name and save.Then include program is created and allowed you to write your own code.
    Thanks,
    Prasad GVK.

  • Program name zxvau02 are reserved for includes of exit function group

    i am facing a problem during user exit.
    when i am trying to change the code in function module (va01) in include zxvvau02
    an error is occurred 'program name zxvau02 are reserved for includes of exit function group'
    so i could not edit the include program.

    Hi,
    1. Find the appropriate Enhancement.
    2. Enter the ABAP code in the "Z" program within the function module.
    3. Create a project.
    4. Add the Enhancement to the project.
    5. Activate the project.
    At the step (2), when I double click on the Include ZX* within source code of the function module to realize the exit, the
    system would prompt to create the include. But NO, it always prompt that the name of include is reserved by SAP and I
    cannot create it... I entered an access key for the object ...

  • Error  : No framework program was found for include

    Hi All,
    A web UI enhancement worked perfectly fine in a development system. However, after transporting it to a quality system, it did not work as expected. All transports were error free and all the developed items could be seen in the quality system.
    When trying to keep a breakpoint in the redefined method of a controller class, I get the error "No framework program was found for include <> "; where <> is the z implementation class that was created.
    Any suggestions/ideas on how to resolve this error?

    Hi,
    Check the entries in sm30 bspwdv_ehset_asg if the enhacement is assigned to client in Q system..
    Hope this helps..
    Cheers,
    Sumit Mittal

  • How to check for locks on a table inside a program?

    Hi Gurus,
    Kindly let me know how to check for a lock on a particular table inside a program.I know that we can see locks on table held by a user from transaction SM12 but my requirement is to check for lock on MARA/MARC/MARV if lock exist then bypass my code else do the code.
    Kindly suggest or give code to check for a lock on a particular table.
    Thanks in advance
    Sudipto

    FAQ.  Locked.

Maybe you are looking for

  • Assets is gonna kill me!! lol

    First at all, sorry about my english... I am trying to increase the  life of some assets from 2009 until whatever.. the really problem is that it assest i create it in 2004 and end it life in 2008. Then when i am trying to increase the life of the as

  • Itunes recovery from failed hard drive

    Hi all, my hard drive failed recently. I've replaced it, reloaded windows (7), and have a copy of my itunes library on an external drive. I'm guessing it's not as simple as re-installing itunes, and then copying over the file structure from the backu

  • Problem unresolved still

    Can anyone help? I have a problem with my MacBook Pro. Airport does not auto connect to network when I start up. And I have no idea how to get Airport to auto connect to network. I have a wireless router, with three other computers in the house (PCs)

  • Multi-row menu item with highlight effect (JDEV - 100202.0230.5526)

    I am using the PS2 JDEV ((JDEV - 100202.0230.5526). Is it possible to have a multi row display for a menu item (af:commandMenuItem) while preserving the highlight/roll over selection effect of a typical menu item in af:menu. I would like to display a

  • Why does imovie not show the video when you are scrolling through the timeline

    why is it when using imovie when you scroll through the timeline it doesn't show in the movie window this is for imovie 11 when editing a large video composedof many small clips