Regarding reading a function group

Hi,
I have a functionlaity like this:
   I have a selection screen whcih accepts the function group name...
   based on this i have to select all the function modules, includes, text elements if any, etc...in that
group...
  is there any read statement to read the function group like READ REPORT & READ TEXTPOOL...
  or give me the logic how to get this functionality
  I got the tables TLBIT which gives the fucntion group..
  Is there any means to fetch the data from this table..
   hope u guys got my question..
thanks..
regards
  raghu

Hi,
if you have Function group with you then concatenate the SAPLZ to that in the beginning. and then use READ REPORT
in side that you can get all the includes, now if you want FM's then take the include *****XX , read that include with read report then you can find the FM's in it.
read textpool of SAPLZFUNCGROUP. you will textelements etc.
Regards
vijay

Similar Messages

  • Regarding uploading the function group

    Hi All,
       I have a requirement like this....
       I have a selection screen which consists of function group name...and two options upload and download...
       If i click on download option and supply the function group name..then it will download all the function group related stuff like function modules, includes,etc..
       this download option is working fine...
       Now my problem is in upload option...
       how can i upload all the files and it forms a function group...
       I created a function group zfgroup and downloaded all the files related to this like function modules and include files...and deleted that function group...
       now using these files i have to create the function group when i click on the upload option.
       hope you guys got this question...
    thanks and regards
      raghu

    Hi,
    Check the solution you are look in for inthis link.
    <a href="/people/alvaro.tejadagalindo/blog/2006/03/18/taking-good-care-of-z-function-modules utility</a>
    Hope this helps.
    Cheers
    VJ
    Message was edited by: Vijayendra  Rao

  • Function modules and function groups

    Hi alll
       Can anybody explain me abt function module and function groups...please
    Thanks and Regards
    vijaya

    <b>Function groups</b> are containers for function modules. You cannot execute a function group. When you call an function module, the system loads the whole of its function group into the internal session of the calling program (if it has not already been loaded).
    The name of a function group can be up to 26 characters long. This is used by the system to create the components of the group (main program and corresponding include programs). When you create a function group or
    function module in the Function Builder [Ext.] , the main program and include programs are generated automatically.
    When you create a new function group, the system automatically creates a main program containing two includes. Like any other programs and includes, you can display them in the Repository Browser.
    The name of the main program is assigned by the system. This is made up of the prefix SAPL followed by the function group name. For example, the main program for function group SXXX is called SAPLSXXX.
    The names of the include files begin with L followed by the name of the function group, and conclude with UXX ( or TOP for the TOP include). The TOP include contains global data declarations that are used by all of the function modules in the function group. The other include file within the main program is used to hold the function modules within the group.
    You cannot declare a COMMON PART in a function group. Function groups have their own table work areas (TABLES). Function groups encapsulate data.
    All of the function modules in a function group can access the global data of the group. For this
    reason, you should place all function modules that use the same data in a single function group.
    For example, if you have a set of function modules that all use the same internal table, you could
    place them in a function group containing the table definition in its global data.
    Like executable programs (type 1) and module pools (type M), function groups can contain screens, selection screens, and lists. User input is processed either in dialog modules or in the corresponding event blocks in the main program of the function group. There are special include programs in which you can write this code. In this way, you can use function groups to
    encapsulate single screens or screen sequences.
    For function module, have a look at
    http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
    I hope it helps.
    Best Regards,
    Vibha

  • Regarding Function Group

    hi all,
    When i am trying to copy function group j1i4 to j1i4z( This i need to copy from j1i4 , i have acess key also).It is showing this error.  
    SAP names file for RAMI locked by another process
    Message no. PU815
    Diagnosis
    An operating system file (the SAPNAMES file of user RAMI) could not be accessed from the program that is running, since it is locked by another transaction.
    The name of the lock file is "/usr/sap/trans/tmp/RAMI.LOS".
    Procedure
    Execute the function again after a few seconds.
    If the message occurs regularly, contact your SAP administrator.
    what will be the problem.
    please suggest.
    Regards
    Reddy

    Try to copy to zj1i4 instead of  j1i4z and you may not need access key to do this. The custom objects shoul start with Z or Y. Otherwise you will have namespace conflict.

  • How to read include names of modules in a function group

    Dear All,
    I'd like to read programatically the include names of all function modules within one function group, with given function group's name.
    Does anybody know a module or class providing this functionality?
    Best regards
    Wolfgang
    Message was edited by: Ralf Wolfgang Geithner

    You can do a select from TFDIR table.
    DATA PANME LIKE TFDIR-PNAME.
    DATA INCLUDE_NAME LIKE TFDIR-PNAME.
    PNAME(4) = 'SAPL',
    PNAME+4 = <FUGR_NAME>.
    SELECT * FROM TFDIR WHERE PNAME EQ PNAME.
    CONCATENATE 'L' <FUGR_NAME> 'U' TFDIR-INCLUDE
    INTO INCLUDE_NAME.
    ENDSELECT.
    INCLUDE_NAME will conatin the include name of Function Module.
    Cheers

  • Regarding how to create function group.

    Hello experts:
          First  Thank you in advance for all your replies.
          I want to create a RFC funtion, but don't know how create a function group of mine, would you please give a hand? 
          couldn't thank you more.
          Best regards.
          Frank

    Hi,
    goto se37
    goto->function groups->create
    Regards,
    V.Balaji
    Reward if Usefull...

  • Regarding Transport Of the Function group

    Hello Guru,
    I am Facing problem while transporting the Transport Request Number From SAP 4.7 to SAP ECC5.0. The Transport is Working Fine. I am able to transport the Package, But all the object in the package except Function Group is Not getting transport.
    So Please Let me Know any other method is there to transport the Function Group.
    Please Help me it is urgent.
    Thanks in advance.
    Best Regards,
    zubera

    Check your transport, it should contain an entry for
    R3TR - DEVC - 'your package name'
    This should tranport the whole package including all the objects,
    Regards,
    Michael

  • Regarding Repair Function Group Utility

    Hi All,
    I am repairing a function group J1I7 coz one of the function module in this function group is having error but only in the production server , in the other server the function group is correct.
    Now when I am trying to repair it , it is asking for request in production which is not recommended I guess.
    Is it suggested to create a request in production server?
    If not then please tell me the way how to repair the function group??
    Thanks
    Manik L Dhakate

    you should not make changes directly in production. since its fine in development, attach it to a transport request and transport from dev to prod.
    regarding other question. when you hit edit , its still editable.
    its in the modification view. in this mode to edit, youshould place the cursor where you want to add code and clik insert from the application tool bar
    if you dont want to work with modification assistant, while in edit mode got the menu
    edit->modification operations->switch off assistant.
    Raja

  • Regarding function group copy

    Hi,
    can any one help me out in copying the function group V50S.
    to my Zfunction group.....
    i have copied but it was giving errors and not activated .
    can any one help me out from this situation
    Function group(V50S)   ecc 6.0
    Thanks in Advance.

    Hi Siva ..
      I am able to Copy and Activate .. These are the Steps. Check out.
    Goto SE80
    Select Fgroup  V50S
    RIGHT CLICK AND SELECT : <b>copy</b>
    It will ask for <b>New Function Module Name</b>
    For each FM give a New name starting with z_<name>
    (Starting with Z_ OR Y_)
    Then The ZFunction group will be displayed in the Left navigation window in SE80
    Right click on the ZFunction group name and ACTIVATE
    IT will show all the Function modules selected for Activation
    Activate.
    It gets activated.
    <b>Reward if Helpful</b>

  • Help regarding SGOSDS function group (attaching Notes and all)

    Hi All,
    we have a requirement where in BSP page we have to attach Notes and also some URLs to one particualr service ticket at the time of creation of that service ticket in BSP.
    now user again wants to look at that created note and attached URLs.
    In R/3 to do this there are function modules in function group SGOSDS. 
    is there any way to use the same functionality to attach and display these Notes and URL.
    Thanks in Advance,
    Vithal

    Hi,
    Any existant FM can be called from the BSP via the system itself or if you want to do this via RFC (see http://help.sap.com/saphelp_bw31/helpdata/en/22/042537488911d189490000e829fbbd/frameset.htm for this).
    You have to create the screens on your own though.
    Eddy

  • Transaction code to see function group

    transaction code to see function group

    Avinash,
    there is separate T Code function group. SE37 and then go through the menu.
    Go To--> Function Groups.
    Regards,
    Ravi
    Note : Please reward and close the posts.

  • Exporting data from one function group to another

    Dear all,
    can you pls provide the solution for the below.
    in my requirement two function groups are there. one is standard function group & other is user specific function grp.
    in the standard FGRP i have one SAP standard screen xxx, & one user created screen yyy. from xxx screen call goes to the yyy screen. then from yyy  call goes to the screen zzz which is in user specific FGRP.
    how to export the data (i.e from structure) from screen yyy which is in one FGRP to screen zzz which is in some other FGRP.
    Regards
    Venkat

    Venkata,
    The receiving FM should have a parameter under TABLES for your structure.  You have to put the structure data in an internal table, and then read table ... index 1 to retrieve it both in the FM, and in the calling program.  Upon return to the calling program you wil again need to read table ... index 1 to retreive it and restore it to the structure you process in your calling program.

  • Cannot be saved in function group XRSA

    Hello BI experts,
    I am new to BI Back-end coding.
    here is what I am doing:
    Compounding 0account hierarchies with EXIT_SAPLRSAP_004.
    when I tried to add a new include program, I am getting this warning:
    "Cannot be saved in the function group XRSA"
    With this I cannot see the changes in the BI system.
    How to get rid of this error?
    Is there anyway that I can add this include in the function group??
    Plese help me in this regard..

    Thanks for the reply Arun.
    I am trying to create the new include in ZXRSAU04, not in the exit.
    As I said earlier, this is for compounding Hier Node names.
    This is what code looks like
    when i_datasource = 'zDS'
        include 'zxrsau04_xxx_xxx_SPL'.
    Herarchies are loading fine when I write this code in any existing include programs. But with the new include program, I couldn't be able to see the changes in the BI.
    I think the warning "the include cannot be created in the function group XRSA" is giving that error.

  • Problem in adding function group inlcude in new transport request

    Hi friends,
    This is regarding the issue while moving the function group developed for BAPI object to production.Include having the suffix UXX in main program of function group I am not able to change and then save in new transport request,but the same is possible in R/3 4.7 version.
         Can you please help me out to get it done in ECC 6.0.
    Regards,
    Rajesh Akarte

    Did you try to do: Put cursor on transport number-select include icon-say select freely selected objects-I usually say dev class and can highlight and select the object and save. Please reward points if helpful.
    Message was edited by:
            Tom M.

  • Function Group

    Hi Guys,
    I have created a FunctionModule,assigned to a Function Group(lets take it up as FG123),and transported to quality without any error and activated.But the thing is,while excuting FunctionModule,am gettin an error msg tat Function group(FG123)contains error.What could be the problem?
    Please help me out in this regard.
    Warm Regards,
    Mohandoss P.

    Hi,
    Have you activated the function group?
    Why don't you create the function group with 'ZXXX
    Ok if it is activated what type of error it is giving?
    missing the include or what?
    Go to the function group & Function pool,
    And check all the include modules.
    You will come to know.
    Regards,
    madan.

Maybe you are looking for

  • Washed out iPhone 5 screen

    This happens when I try and unlock my screen.Occasionally, the screen will be very faded looking. Not bright like an autobright overadjustment, just unsaturated and hazy. Washed out and cloudy, it often dissipates slowly over about 30 seconds to a mi

  • Key usage extension on Signature.initVerify method

    Hi, I've a problem with method in object: my application tries to verify all CA-certs stored on a p12 file, but when I added some new certs with key usage extension it never works. I found on initVerify(Certificate) documentation the following inform

  • What is necessary for MM in IDOC and ALE??

    hii What is ALE, EDI and IDOC in SAP?? Explain the above things with example What i have to learn as MM consultant to work on support project .. Can some body explain me with their real time experience Thanks

  • Why my .avi and .mkv files aren't shared with other computers or ipad?

    i uploaded few movies to my itunes libary but i can't see them in other computers usind the home sharing. i can see my movies, but in the movies section it says that there is nothing. anyone has maybe explanation for that?

  • Premiere will not initiate

    Need a little advice.  Premiere fails to start and I am receiving an error message of "The procedure entry point ?DrawPixels@DC@UIF@@QEAAXPEBXHHHV?ParamPoint@VCPoint@@@ASL@@@Z could not be located in dynamic link UIFramework.dll". I have uninstalled,