Rename the function group

hi...
How to rename the function group name????
I tried with... copy option.... but its asking for function modules of that function group name change...
I dont want to change the names of function modules..
Thanks,
Naveen.I

Naveen,
Goto SE38 --> Enter the program name as SAPL(Function Group Name) e.g. if FG name is TEST then enter Program as SAPLTEST. In the application toolbar, there will be an option Rename. Click on that na dprovide the new name. Press Enter and activate.
Every Function Group has a main program associated with it which contains the TOP Include and the UXX include. UXX include contains the includes. Each include here corresponds to a function module.,
To see the main program, what u can do is goto SE37 --> Goto --> Function Group --> Display Group.
Put the group name here and then press the button Main Program on the popup that comes.
Hence, I am talking of this main program which if u will rename, will automatically rename the Function group.
Hope it helps.
Amit.

Similar Messages

  • Rename the function grou

    Hi All,
    how to reaname the function group name, I want to change to new request number.
    Thanks,
    sriii.

    Hi,
    check this link, same issue has been discussed here-
    Rename the function group
    rename function groups

  • 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 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

  • One of the functional groups of the Logical Database "SDF" does not appear.

    Hello,
    I have a problem with the logical database "SDF". It has already defined 3 functional groups. When I select the buttom "display the contents" I can see all these groups with their owns fields.
    The problem is that when I use a transaction which contains this logical database, in the dynamic selections I can only see two of the functional groups. The last one doesn't appear there and I don't know why.
    How can I resolve my problem?
    Thank you very much in advance.
    Best Regards.

    1 hour is the default timeout for "ExternalCommandTimeout". So, it could be that this one measure group's fact query is taking longer than 1 hour for the first record.  You can see the query in the error messages and might like to try it out
    manually.  Note, a common issue is with referenced dimensions or Distinct Count when an inner join or Order By are added to the fact queries.
    A simple solution might be to simply increase the ExternalCommandTimeout in the SSAS properties page.  Try 7200, and if it completes in less than 2 hours, or fails after exactly 2 hours, you know this is the issue.
    Richard

  • How to copy the function group

    hi there,
    i want to copy the function group 2012. plz let me know the possibility.

    use FM <b>RS_FUNCTION_POOL_COPY</b>  to copy
    Look at this thread
    how to copy the function group

  • Renaming the Button " Group" in Web UI

    Hi Friends,
    I want to Rename the Button "Group" to "XXXX XXXXX" in Accounts page.
    Component-BP_HEAD_SEARCH
    View-MainSearchResult
    I have created the Enhancement set and have assigned also to the client.
    Then I enhanced the Component  BP_HEAD_SEARCH
    Then I redefined the method DO_PREPARE_OUTPUT in Class ZL_BP_HEAD_MAINSEARCHRES_IMPL with following Code:-
    method DO_PREPARE_OUTPUT.
    DATA:
      ls_button TYPE crmt_thtmlb_button,
      lv_lines TYPE  i.
    FIELD-SYMBOLS:
      <button> TYPE crmt_thtmlb_button.
    CALL METHOD super->do_prepare_output
      EXPORTING
        iv_first_time = iv_first_time.
    DESCRIBE TABLE gt_button LINES lv_lines.
    IF lv_lines < 5.
    change button-label from "Group" to "xxxx xxxxx"
    ls_button-text is the button-label
        READ TABLE gt_button INDEX 3
         ASSIGNING <button>.
        IF sy-subrc = 0.
          <button>-text = 'xxxx xxxxx' .     "#EC NOTEXT
        ENDIF.
        ls_button-enabled = abap_true.
        append ls_button to gt_button.
        endif.
    and Saved and Activated.
    But when I check the same thing in Web GUI i did not notice any difference. It is still appearing as " Group" .
    Is there anything I have missed out?? Also please let me know though it says no syntax error, is there any mistake in my Coding as I am a non Technical guy???  I have a strong feeling there are errors in the Coding...Please guide
    Regards
    Arup

    Try changing this:
    READ TABLE gt_button INDEX 3
    ASSIGNING <button>.
    IF sy-subrc = 0.
    <button>-text = 'xxxx xxxxx' . "#EC NOTEXT
    ENDIF.
    ls_button-enabled = abap_true.
    append ls_button to gt_button.
    To this:
    READ TABLE gt_button INTO ls_button INDEX 3.
    IF sy-subrc = 0.
    ls_button-text = 'xxxx xxxxx' . "#EC NOTEXT
    ENDIF.
    ls_button-enabled = abap_true.
    modify gt_button from ls_button INDEX 3.
    Edited by: urjose on Nov 26, 2008 10:39 AM

  • How to delete the functional group from an Functional Module without ...

    Hi all,
    Good morning,
    We  have created an RFC  enabled FM. Now because of enchancement the functional group is to be removed. Is there any other way to remove the Fucntional group without deleting the FM. Please provide your valuable inputs for the same.
    Rewards for sure .
    Thanks
    Mohinder Singh Chauhan

    A function group is really one very large program with lots of includes.  One of these includes is your Function Module. 
    So, no, you can't do it through the attributes of the FM.  You have to create a new FG and reassign your FM to that group.
    matt

  • A list of global objects of the  function group "bbp_bid_inv"

    Hi everyone,
    Somebody have a list of all (or some) global objects ( i mean : internal tables, structures, transparent tables, ...etc) of the function group "bbp_bid_inv" ?
    Thanks & regards

    find out in se 80
    cheers!

  • Can we rename the log group name in 10g.

    I have a database on 10.1.0.5 and want to rename the group name of 4 to 1 without moving the logfiles. ;)
    thanks

    I have a database on 10.1.0.5 and want to rename the
    group name of 4 to 1 without moving the logfiles. ;)What difference does it bring?
    I don't think its possible either.

  • Function Moudule not showing under the Function Group in SE80

    Hi guys
    I  transported a couple of newly developed Function Modules to the R3Q ( Quality System) under an exsitng Function Group. the FM are all transported perfectly and the report is also working but in SE80 where u can see a function group and all its related objects i dont see the name of my newly developed FM. Why is that?
    I tried transporting my  Function Group etc.. but still i am not able to see my new FM's.
    When i go to my FM's attributes tab, it shows its under the right function Group. but only in SE80 its not showing up.
    Any ideas y ?
    Thanks
    Moderator message - Please do not use txtspeak in the forum
    Edited by: Rob Burbank on Jul 18, 2011 9:52 AM

    Hi Adnan;
    Are you sure you haven't dont release second or more requests for FG?
    If you have more requests, your FG may hasn't be last FM list.
    Yo can check  below include in SAPLZ<FG> function pool.
      INCLUDE LZ<FG>UXX.                       " Function Modules
    Are you seeing last FM list?
    Best regards.

  • Issue regardin the function group runtime error.

    Hi experts,
    actulay i given the acces key for function group SVIM at the time of saving it asking the package but i given the Zpackage by mistake. after that when i am trying to access transection SE03 and SE80 it is giving the shortdump, the error message is below one.
    The following syntax error occurred in program "SAPLSDC_MIME " in include
    "LSVIMDAT " in
    line 1:
    "Each ABAP program can contain only one "REPORT", "PROGRAM", or "FUNCTI"
    "ON-POOL". statement."
    Regards,
    Rajasekhar.D.

    Hi,
    In Include LSVIMDAT, check whether you have written any Report or Function-Pool two times? It should be only Include program. also save in package SVIM.
    Regards,
    Sujeet

  • Copying the function group CHVW

    Hello friends,
    I am trying to copy the fucntion group ( CHVW) to Z-Function group but I am unable to copy the SAP is
    showing the message LCHVWTOP is inactive, if I see LCHVWTOP is active in Standard Function group.
    Thanks in Advance.
    Ravi Yasoda

    Hi Adnan;
    Are you sure you haven't dont release second or more requests for FG?
    If you have more requests, your FG may hasn't be last FM list.
    Yo can check  below include in SAPLZ<FG> function pool.
      INCLUDE LZ<FG>UXX.                       " Function Modules
    Are you seeing last FM list?
    Best regards.

  • When is the entire function group added to the transport request

    When you modify a functionmodule in a function group, only the object of the functionmodule( LIMU FUNC) is added to the transport request.
    When you modify an include of the function group, the reportsource of that include (LIMU REPS) is added to the transport request.
    But under some circumstances the entire function group is added to the transport request (R3TR FUGR).
    Can somebody clarify under what circumstances the entire Function Group is added to the transport request?

    I was actually looking for the reason why I would find R3TR FUGR objects in requests for existing function groups.
    What I found out is that R3TR FUGR is added to the request when :
    - the function group is created
    - a function is renamed
    - the function group is deleted
    - you choose : Write Transport Entry, in the context menu of the Function group.
    The <b>actual problem </b> was that in our upgraded system (<b>ERP2005</b>) we had a transport containing the function group (R3TR FUGR) and <b>we thought</b> none of these actions had been taken.  After talking to the developer in question, I found out he did rename a function module, so I have my solution.
    But thanks everybody for the insight.
    Message was edited by: Dries Horions

  • Change name of Function group?

    How can we change the name of the custom function group which was created by me?
    Is there any change to be done ,after changing the name of function group ,to the function module assigned to the earlier function group??

    Hi,
    goto SE80 --> select funcitongroup and name --> press enter --> you can see object list.
    In object list --> select function group ---> right clik mouse --> and rename the function group.
    Or goto SE37 --> go to function groups --> Change group --> give new name
    Thanks,
    If helps pls award points

Maybe you are looking for

  • Creative Live Cam Video IM Pro & Kubuntu

    Are there linux drivers available for this web cam? Sure would be nice to be able to use it on something other than Windoze. Or am I just SOL? Thanks, Scott

  • The role of java.security.acl in Java 2 security

    I have been trying to assess the role of the java.security.acl package within the Java 2 Security architecture. I have some questions regarding it. First where in the JVM are the interfaces of java.security.acl used? Are there any examples out there

  • IMessage not working on iOS 7 with iPhone 4s

    Since I've upgraded to iOS 7, iMessage never worked again on my iPhone 4S... I tried to fix it deactivating iMessage and then by resetting network settings, but it didn't work.

  • Help! HP B1980 printer settings....

    I have read books from both Scott Kelby as well as Martin Evening. Evening talks about a short paragraph on using this printer.... He suggests using "Managed by Printer" and using "ColorSync" in print settings and leave it at that. The printer is sup

  • Rescheduling date

    Hi Gurus, I need to know the table used for the field "rescheduling date", in the transaction code "MD04". When i clicked F1, it said that, MD04 is made up of a structure. I tried transaction SE49. The message what i received is " transaction do not