Copied Function Group to New Function Group Name

After I did this why do some objects have blue text and some have black text in SE80 under the new function group name??
               Thanks.

HI,
This exists to show you an inactive object on the Function Group.
Try to activate the all objects in Function Group and the color will be changed.
Regards.
Marcelo Ramos

Similar Messages

  • FMS for copying item group name to marketing document.

    Hi All
    I need a query to copy item group name when a user enters a item code in any marketing document.
    Thanks
    Bongani

    HI
    Try this, FMS(Formatted Search) Query.
    Create 1 UDF in Row Level on Marketing Documents.
    ->> Goto Tools(Top menu).
    ->> User-Defined Fields. -> Manage User Fields.
    ->> Open the Manage User Fields.
    ->> Clcik the Marketing Documents.
    ->> Select the Rows Line.
    ->> Click the Add button in buttom of right.
    ->> Add the UDF(Item Group Name).
    Assign the below FMS in UDF.
    ->> Administrator.
    ->> Reports. -> Query Generator.
    ->> Open the Query Generator and put the below Query and Execute the query then Save as the Query Manager.
    ->> Open the Document and put the BP code in header.
    ->> Select the Item Code in row level and Goto UDF then Click Shift + Alt + F2.
    ->> Select Search by Saved Query and Assign the FMS Query.
    ->> put the Tick mark the Autofresh and Select When Exiting Alert Columns(right side).
    ->> Select Autofresh - Item Code.
    SELECT T1.ItmsGrpNam FROM OITM T0  INNER JOIN OITB T1 ON T0.ItmsGrpCod = T1.ItmsGrpCod WHERE T0.ItemCode =$[$38.1.0]
    Regards,
    Madhan.

  • Copy and open i new workbook - vba

    Hi All
    I have the excel workbook "CENEO Quickview v.05.xlsm" with dozens of worksheets in it.
    What I need is vba to :
    1) Copy all Worksheets to new workbook with name: "CENEO Quickview 2015.02.15.xls"
    Where 2015.02.15 is current date. I do not want to save it as a new workbook but only
    open as a new workbook with the above name and with freezed formulas. After that:
    2) Close the original file without saving "CENEO Quickview v.05.xlsm". Please note that the orignial file name could change in the future to for example: "CENEO Quickview v.022.xlsm".
    Thanks for any suggestions

    Re: "...this code must be placed in original file "CENEO Quickview 2015.02.15.xls"
    In your initial post the original file was "CENEO Quickview v.05.xlsm" ?
    To copy all the sheets in a workbook to a new workbook the following code can be used.
    Note: that a new workbook has the default name of BookX until the file is saved.
             The new workbook can be made to appear as if it had a name applied by entering text in the window caption.
    Sub CreateNewWorkbook()
     Dim WB As Workbook
     Dim sht As Object
     Set WB = Workbooks.Add
     For Each sht In ThisWorkbook.Sheets
        sht.Copy after:=WB.Sheets(WB.Sheets.Count)
     Next
     WB.Windows(1).Caption = ThisWorkbook.Name & Format(Date, "yyddmm") & ".xls"
    End Sub
    To run code when a workbook opens, use the Workbook_Open event  found in the ThisWorkbook module.
    In that module, in the top left dropdown, select "Workbook"
    In the top right dropdown, you can select the appropriate event you need.
    The code would look something like...
    Private Sub Workbook_Open()
     Call CreateNewWorkbook
    End Sub
    Note:  Copying worksheets to a new workbook does not copy any code modules.
    You probably don't want to go there as it can get messy.  Other contributors may offer code to do this, I won't.
    Jim Cone
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

  • Copy Function Group to New Name: Transport Question

    When I did this I only see in the transport Function Group with the Function Group Name under it. I would have expected to see all of the objects but I guess not?
    I suppose everything will go under thge Function Group name? ie. Includes, Function Modules, etc.?
                Thank-You.

    When I see a thread title like this, the first question I think is "Why copy the function group".
    Copying a complete function group leaves your system very open to future data corruption and other problems as patches etc change the code in the original group but do not get reflected in your copy.  A repair or enhancement to the original object has the advantage that SPAU will highlight any new versions from SAP allowing you to confirm that your change is still needed. 
    Another option is to create a custom function that calls the standard code with customer specific pre and post processing.  If both the standard and custom function are needed, then including logic based on transaction code, calling report, etc can handle this.
    It is interesting to work on the upgrade of a system where there has been significant copying of SAP code - you compare the "Z" version with the original SAP code in the pre-upgrade system and nearly always find differences due to OSS notes etc that were applied without thinking of the customer copy.
    Andrew

  • Reg copying function group

    Hi All,
    I want to copy the function group COISSELECT to ZCOISSELECT.I have done from SE80 transaction but the problem is I want to change some includes in this function group when I am copy it has been asked target function module names but it has not been asked the target include programs so I am not able to modify the includes in this function group.
    Please some body suggest some idea how to do this?
    Mahesh

    Copy the includes separately in SE38.
    Replace with the new include name in your FG where it is declared.
    For eg:
    INCLUDE ABC. "declaration in FG
    This needs to be replaced with INCLUDE ZABC.
    Automatically the FMs in the FG will start referring to the code in the new include.

  • Copying Function group includes

    Hi all,
    I am facing problem while copying function group. I am copying the function group in SE80 transaction . while copying i am able to copy the function modules in it only . but i need to copy includes in the function group. because i need to edit the code inside the includes. while copying  Function group standard includes are there in the Z function group.
    Can any one help me out how to copy the includes also.
    Thanks & regards
    sreehari.p

    Hi,
    Transaction SE38 and copy object SAPL<FUGR> with all sub objects
    <FUGR> = function group name
    Regards,
    Ivan

  • How to copy function group from one SAP system to another

    dear all,
    our company will set up a sub-company currently,and the sub-company want to copy some programs from our SAP system.
    how to pack and copy function group?
    pls help me,tks!

    Hello  Snow zeng,
    Will the 2 systems be connected ? I.e Same land scape ?
    If they are non connected systems, check this Wiki by Marcin [How to copy Repository Objects between non-connected SAP systems|http://wiki.sdn.sap.com/wiki/display/ABAP/HowtocopyRepositoryObjectsbetweennon-connectedSAPsystems]
    Regards

  • Error - Copying Function Group STXW

    Friends,
    I am trying to copy Function Group STXW into Z_STXW with one function module CONVERT_ABAPSPOOLJOB_2_PDF.
    But I am not able to activate the main program SAPLZ_STXW. I get an error 'Field OTF is unknown'. But OTF is an internal table already defined in the function module CONVERT_ABAPSPOOLJOB_2_PDF (I have activated this FM). I also have activated all other includes.
    Please resolve. Thanks in advance.
    Warm Regards
    Sagar

    <u>Scenario 1(when you copied only 1 function module).</u>
    If you are able to successfully activate, then the problem may be with navigation index not being regenerated correctly. To do that, go to your function module display in SE37. Once inside the source code, in the menu, 'Utilities--> update navigation index' will do the trick.
    <u>Scenario 2(where you copied all the function modules)</u>
    Here the error is coming because the function module in question has its parameters declared as global. Probably when you copied yours are not. You can check that in attributes tab of the function module. To globalize your function module's parameters, you have to be in change mode. In the menu, 'Edit>Interface> Globalize parameter' will do the trick.

  • Copying function group

    Hi
    I am copying function group CORU (CO13 Transaction),
    but i am not been able to make a change in includes because they are not having a prefix "z",
    How to copy that includes  along with Function groups in my program with 'Z' prefix so that i can make the changes,
    I have to make customize transaction zco13 having some changes compare to SAP transaction ZCo13

    Vinod,
    When you are copying function group to ZCORU you need to also copy all FM's to ZFM's then the includes will also be copied.
    Regds
    Manohar

  • Creating new Bridge Group names in Cisco 5508 WLC??

    How do we Create new Bridge Group names on Cisco 5508 WLC, with 1552E Access Point??

    You create it on the 1552 once the AP joins.  One it joins, you will have to choose that AP and then set the AP mode to Bridge and then apply.  This will reboot the AP.  Once the AP comes back, you will have a MESH tab on that specific AP or any AP that you have set to Bridge mode.  You then set the AP role and the bridge group name there.  Here is an older MESH deployment guide to follow.
    http://www.cisco.com/c/en/us/td/docs/wireless/controller/7-0/configuration/guide/c70/c70mesh.html
    Scott

  • Report Manager problem: The user or group name 'BUILTIN\Administrators' is not recognized. (rsUnknownUserName)

    Hello,
    I have a big  problem with Reporting Services 2005 working on Windows 2003 Server.
    RS work as Network service, on subdomain reporting.mydomain with SSL wildcard certificate *.mydomain,
    Anonymous access: disabled and basic authentication: enabled
    ReportManager and reportServer has defualt virtual folders  (/reporting, /reportserver)
    My problem is:
    1) I can't manage security roles and site settings with report maanger. when I try assign roles to new user or group I get followng error:
    "The user or group name 'BUILTIN\Administrators' is not recognized. (rsUnknownUserName) Get Online Help"
    when i try to execute reports in report manager, parameters controls are not displayed correctly (very simple text boxes) and I can see:
    The selected report is not ready for viewing. The report is still being rendered or a report snapshot is not available. (rsReportNotReady)
    and I can't see my report in browser (IE 6.0) but only export to PDF, Excel...
    other functionality are working  fine i.e upload new files, creatign folders....
    2) Also my reportserver virtual folder does not work correctly.
    When I navigate to mydomain/reportserver I can see content of this virtual folder, than when I navigate to ReportService.soap i can see normal ReportServer view
    reporting.mydomain - /Reportserver/
    [To Parent Directory]
           Montag, 10. April 2006    16:31        <dir> bin
      Dienstag, 6. September 2005    01:12       488278 Catalog.sql
      Dienstag, 6. September 2005    01:12        14738 CatalogTempDB.sql
          Freitag, 21. April 2006    19:45        10555 Copy of rsreportserver.config
          Freitag, 14. April 2006    17:29           76 global.asax
           Freitag, 15. Juli 2005    01:12        26582 ModelGenerationRules.smgl
           Montag, 10. April 2006    16:31        <dir> Pages
           Montag, 10. April 2006    16:31        <dir> ReportBuilder
            Montag, 13. Juni 2005    14:07          143 ReportExecution2005.asmx
            Montag, 13. Juni 2005    14:06       196337 ReportingServices.wsdl
            Montag, 13. Juni 2005    14:07          131 ReportService.asmx
            Montag, 13. Juni 2005    14:07          131 ReportService.soap
            Montag, 13. Juni 2005    14:07          139 ReportService2005.asmx
          Dienstag, 13. Juni 2006    20:01        10580 rsreportserver.config
            Montag, 13. Juni 2005    14:07        11845 rssrvpolicy.config
           Montag, 10. April 2006    16:31        <dir> Styles
           Freitag, 17. Juni 2005    01:09         2673 web.config
    but me reports are not displayed correctly, I can run reports but top bar with parameters, export and print function are not displayed in correct format.
    (simple textboxes, and icons)
    reporting.mydomain/ReportServer - /
    Microsoft SQL Server Reporting Services Version 9.00.1399.00
    I think it is security issue. What schould i do to solve this problems?
    Wojtek

    Hi Wojtek
    I just wanted to know if you found a solution for part (1).  I just recently encountered the problem where:
    "when i try to execute reports in report manager, parameters controls are not displayed correctly (very simple text boxes) and I can see:
    The selected report is not ready for viewing. The report is still being rendered or a report snapshot is not available. (rsReportNotReady) "
    However all my reports are run from the most recent data.  The rsReportNotReady message appears in Report Manager but not the Report Server interface; the latter is able to render the reports.   But both have incorrectly displayed textbox inputs.
    Thanks
    nemo

  • Copying function module (FM) with funtions

    Hi all,
    I'm trying to copy one function module (FM) called Z1  to another called Z2. Z1 contains lot of functions stored within its includes. After copy functions are referenced to original's includes of Z1. I need them to be copied as well to new includes. Would I try to copy it to diffrent function group or to copy whole group under new name?
    Thanks
    Martin

    Hello Martin,
    I must agree with Ramesh. Copying Function Modules can be a very messy job. In my experience, in case of complicated function modules, it's better to copy the function group and then delete the stuff that's not required.
    Regards,
    Anand Mandalika.

  • Problem while copying function modules..

    Hi,
    I am trying to copy a function module called MRM_ENTRY_ERS to Z function module.
    Now the problem is there are 6 performs inside the function module and again in those 6 performs there
    are around 10s of performs.
    So its really hectic to create includes for form-endform for all of those performs.
    Is there a way that when I copy all those form-endform without creating includes for every perform ?
    I mean is there some  easier way to do it ?
    Thanks.
    Rajesh.

    Hi,
    I think copy the total Function group MRMN of this FM (MRM_ENTRY_ERS) into new function group like ZMRMN.
    Please go to SE80, select function group, enter MRMN, press enter. Select the Function group MRMN, press the right butoon, click copy option, now you enter the new function group like ZMRMN,click copy, then after you select the copy function module(only if you need to Z fm), given the Z FM name and then press copy button, then it copies the function module successfully
    subbarao

  • LabVIEW 8.0:: How to get the group name of a user logged to a NI Security Domain?

    Hello all,
    I am using LabVIEW 8.0 PDS.
    I created a new local domain called "MyDomain" in the "NI Domain Account Manager" . I added a new User called "MyUser" and a new group called "Maintenance". I set "MyUser" to be a member of the "Maintenance" group. Then, I configured LabVIEW to invoke the login dialog at start-up in order to log "MyUser" with the correct password.
    I would like to get the group name of the current user logged programmatically in a VI. I tried with the VI Server >> Application >> Security properties and methods and also with the properties and methods of the NI Security Class but it seems to be not so simple as I believed at start.
    I do not find any informations or KB on this (all the documents I found deal with LV DSC or TestStand).
     The final goal is to be able to manage a list of user for my application. Each user is a member of a group ("Administrator", "Operator", "Maintenance") and depending on the group, the user can or cannot access to some parts of the application.
    Thanks for your help.
    Matthieu
    Eurilogic

    Re,
    Here is a screenshot of this functions...
    If you really own LV DSC 8.2 the best thing to do is to reinstall it.
    Regards, 
    Message Edité par Richard K. le 04-02-2007 04:00 AM
    Richard Keromen
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Découvrez, en vidéo, les innovations technologiques réalisées en éco-conception
    Attachments:
    security.jpg ‏3841 KB

  • Copy function errors when defining a range of fiscalyear/periods in variabl

    Hey Gurus,
    I'm trying to execute the copy function using two variables to copy from one fiscal year/period to another fiscal year/period.
    Two variables were created 'XXXXXX' = 001/2006 to 006/2006
    and 'YYYYYY' = 001/2007 to 006/2007.
    So in trying to copy plan data from  'XXXXXX' to 'YYYYYY', these variables are then defined in the paramter group. I get an error message stating that the variables can only be defined with single values.
    This has forced us to enter each fiscal year/period one by one in the parameter group.
    Has anyone come across this before, and can recommend a way around it instead of defining each fiscal year/period individually in the parameter group.
    thanks

    Hello Ehab,
    In your example, you were copying say 001/2006-007/2006 to 001/2007-007/2007.
    Using the above assumption, we observe that the periods are fixed but the years are not.
    We can therefore pass the from period as 001, to period as 007. From year as 2006 and to year as 2007.
    We are therefore passing only single values for each variable.
    In our foxcode, we can loop through each period and generate the new set of records for 2007.
    Hope this helps.
    Sunil
    PS: Assigning points is a way of saying thanks

Maybe you are looking for