Create/copy existing FM

Hi,
I have problems when I want to copy a simple FM.
The copied FM can't be activated. The error mesage appears  REPORT/PROGRAM statement missing, or program type is INCLUDE.
What is the problem.
The source FM works fine....
Thanks in advance
Sau0161

> what do you mean with directly?
CTRL-F3 (activate button) instead of first pressing CTRL-F2 (syntax check button). It could also be a problem of an incomplete copy process, as mentioned in the other reply.
Thomas

Similar Messages

  • Creating New plant by copying Existing

    Dear All,
    I have to create a new plant by copying existing one, I want all the configuration that exists for existing plant in new plant.
    My query is by copying plant only all the configuration for new plant will get configured. Such as account determination etc or i have to configure it manually.
    Thanks
    Nitesh

    Hi
    no for account determination
    we have to put  valuvation gruoping code 0001 or any other which you want to use  manually
    in T-code OMWD
    for copying plant we van copy storage location ,assigement to companycode and oms2 setting also get automatically copy
    Regards
    Kailas

  • Can I copy existing website (under Azure) and re deploy to create new one?

    I created website site with quick create /from gallery/WordPress, currently working and running under Azure.
    I would like to create additional websites and to use with the same files for the one is already running
    Meaning to copy all the files and re use them to deploy again as new website
    Can I copy existing website (under Azure) and re deploy to create new one?
    YCh7

    Yes you can.
    Install "Microsoft Web Matrix" on your Machine.
    Then go to the portal>web apps and select the one you want to copy. Then click on WebMatrix in bottom right. Your WebMatrix will pop up. Click "Edit a Local Copy".
    Thats the easy solution for creating a local copy and redeploying it.

  • How to copy  existing  row  value into new row  with a trigger. Same table

    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    Pierre

    957911 wrote:
    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    PierreI will call it a very Wrong design.
    It is a wrong Table Design. You are duplicating the data in table and not complying with the Database Normalization rules.
    How about Verifying if Column A & B are NULL before inserting and inserting another row and avoiding it in Triggers?
    If you are bent to achieve this, below code might be helpful. However, I would never go with this approach. If you would care about explaining the reason for going ahead with such a data model, people could suggest better alternative that might conform with Normalization rules.
    create or replace trigger trg_test_table
    after insert on test_table
    for each row
    declare
      pragma autonomous_transaction;
    begin
      if :new.col_a is null and :new.col_b is null then
        insert into test_table
        select 2, systimestamp, col_a, col_b
          from test_table
         where pk_col = (select max(pk_col) from test_table b where b.pk_col < :new.pk_col);
      end if;
      commit;
    end trg_test_table;Read SQL and PL/SQL FAQ and post the mentioned details.
    Do not forget to mention output from
    select * from v$version;

  • Where to copy existing XCM file for new b2c project?

    Hi,
    I have created one "b2c_myproject" application by using build tool. I have one b2c application running. I want to copy it's XCM setting to my new project.
    I do not want to do setting by seeing each value in XCM. Any one has a Idea from where I can copy existing XCM files?
    Thanks.
    Ashish Patel.

    Hi Ravi,
    As per your instruction I copied XCM folder into desired location. But when I am accessing that xcm page like
    "http://localhost:50000/b2c_myproject/xcm/admin/init.do"
    But I can not see default setting which I have made to my original b2c applicaiton.
    there are no XCM configuration under customer section.
    pl. let me know where I am making mistake.
    What I want actully, I want to see my basic xcm setting in my b2c_myproject so do not have to do basic xcm setting.
    Thanks for your reply and helping me.
    Ashish Patel.

  • Creating/Copying a Work Centre,also a Production Scheduler and Cost Centre.

    Hi All,
    I am trying to create a new work centre based on the settings of a previous one? First of all,how I can do this?
    Secondly,after I have created the new work centre (having copied being copied from another),I need to create a new production Scheduler and Cost Centre? How I will be able to do so,also?Will the Production Scheduller and Cost Centre assignments fom the old work centre be copied,too,or I will need to create/copy these from scratch?
    All help greatly appreciated,will award points to all useful answers.
    PAPJ1.
    Edited by: PAPJ1 on May 20, 2011 11:01 AM

    Hello,
    You can create a new work center by copying an existing work center. in the cr01 screen in the copy from column put the plant name and Ref. work center name and put enter. all the existing data will be copied to the newly created work center. no need to create new assignment to  Production Scheduller and Cost Center.
    Hope it helps.
    Regards
    Alok

  • Copying existing play lists onto iPhone 4

    I am trying to copy existing playlists from iTunes onto my iPhone. When I drag and drop the lists over it excludes anything that has not been purchased via iTunes - so all of the tracks from old CDs that I have copied into iTunes (and have worked perfectly well on my iPod for years) are not copied. When I try to do this manually it comes up with a black circle with a diagonal line through. It also won't copy over the one album that was downloaded from Amazon rather than iTunes. Does anyone have any ideas please?

    Is it a regular playlist or a Smart playlist?  If it is a Smart playlist it may have parameters that exclude certain songs.
    Have you tried to just create a new playlist?

  • Copying existing OH

    HI I have 10g R2 patchset 10.2.0.3 + CPU installed on Solaris 9 under oracledev account. I want to create another user account on the box for test called oracletest. Instead of installing Oracle once again and then patching and creating the db again, is it possible to copy from
    /u01/app/oracledev/product/10.2.0/db_1 to /u01/app/oracletest/product/10.2.0/db_1 ?????
    I have done that and then chown -R oracletest /u01/app/oracledev/product/10.2.0/db_1. Then I run relink all. But when I do: emctl status dbconsole, I get get error.
    I looked at the cloning an oracle home in oracle doc and when I tried
    $ORACLE_HOME/oui/runinstall -ORACLE_HOME "/u01/app/oracletest/product/10.2.0/db_1" -ORACLE_UNIQUE_NAME "db_1" I get the ORACLE_HOME is already existing.
    Could anyone advice if copying existing OH can be copied and used for other user account. Thanks

    Is it a regular playlist or a Smart playlist?  If it is a Smart playlist it may have parameters that exclude certain songs.
    Have you tried to just create a new playlist?

  • Importing to Library created "Copy To ...." Folders - Can I Delete Them ??

    I'm new to iTunes, and I'm usings Windows XP PRO SR3.
    I ripped some CDs to FLAC format (one folder per CD).
    Then converted FLAC to MP3 in a new folder tree
    (F:\Music\MP3\"one folder per CD")
    When I imported the sub-folders in the MP3 folder (my iTunes "root" folder), iTunes created a new subfolder F:\Music\MP3\"Copy To " folder for each of my original folders. This is a duplicate of a duplicate.
    Can I safely delete these "Copy To" subfolders ??
    How do I prevent iTunes from doing this in the future ??
    Advanced Setup Notes:
    "iTunes Media folder location" is: F:\Program Files\iTunes\iTunes Media
    "Keep iTunes Media folder organized" is Not Selected
    "Copy files to iTunes Media folder when adding to library" is Not selected.
    I prefer to manually control my folder/file usage.
    Thanks
    John

    I made the initial post .....
    Tried to reproduce the Importing to Library creating "Copy To ...." folders problem.
    But it didn't do it this time ??? I don't know why.
    Everything worked the way I thought it should.
    Thanks
    John

  • Issue in Creating an "EXISTS" View Criteria

    Hi,
    Jdev -11.1.1.5.0
    Following is the usecase to apply 'Exists' View criteria.
    We have one NodesEO and two VOs (NodesVO & TopicsVO) which are from same NodesEO.
    NodesVO=> Used to form tree structure . Filtering topics with topic_type is null
    SELECT * FROM MD_TOPICS NodesEO WHERE NodesEO.TOPIC_TYPE is null and doc_name is not null ORDER BY NodesEO.DOC_NAME
    TopicsVO=> Used to prepare ADF table based on selected tree nodes. Filtering nodes with topic_type is not null
    SELECT * FROM MD_TOPICS NodesEO WHERE NodesEO.TOPIC_TYPE is not null
    Issue: As of now, iam preparing list of selected nodes from tree and then sending the comma separated string to IN clause.
    As there is limitation for maximum number of expressions in a list is 1000.
    Iam trying to Create an 'EXISTS' View Criteria. So i got reference to implement the same.
    http://one-size-doesnt-fit-all.blogspot.in/2011/02/adf-bc-creating-exists-view-criteria.html
    Look like, we need to have ViewLink to create EXISTS VC. I tried to create VL from TopicsVOToNodesVO. At the end, I dragged the TopicsVO instance as a table on jsff.
    Here iam unable to filter the rows from NodesVO based on checkbox status.
    Iam using transient attribute (checkboxConfirmedStatus- String, checkboxCOnfirmed- boolean). Here i've applied VC on transient attribute by selecting 'In memory' option.
    At run time, iam getting exception.
    <QueryCollection> <buildResultSet> [1729] java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: bind_checkboxConfirmed
    Please suggest any option to filter the rows from NodesVO based on checkbox (transient attribute) status before applying 'Exists' clause.
    Let me know, if I am in wrong process.
    Thanks in advance,
    Samba.

    Can some one suggest on our issue?
    Thanks,
    Samba.

  • How do I copy existing songs from Computer Hard Drive to IPOD 30GB

    How do I copy existing songs from Computer Hard Drive to IPOD 30GB? I am slightly learning disabled and have been unable to figure out how to add and or update. Thnaks

    If the songs are in iTunes and the iPod is set to sync automatically, the songs should already be on the iPod; if they aren't, follow the instructions in this article and post back with any error messages.
    If the iPod is set to sync manually, drag the songs onto the iPod in the iTunes source list.
    (21058)

  • Not able to find ...Create From Existing Service option in OSB 11g??

    Hi,
    Iam new to OSB....Iam doing a simple demo in wch i have a business service which calls a java web srvc...now when iam creating a proxy service to route the request to Business service..iam
    not able to find the option Create From Existing Service option(proxy or business service ) option in the eclipse galileo ..can some one pllz help.??

    I don't have osb/oepe running over here, but the option when you rightclick on the 'business service > oracle service bus > create proxy service from busiiness service' , is gone ?

  • Copy existing queries on InfoProvider to other InfoProvider

    Hello,
    There is requirement of copy existing queries on InfoProvider (Standard InfoCube) to other InfoProvider (Z Version of InfoCube). Can we use RSAQCOPY...?
    If not, is there a way to do that (any other SAP Program of Function Modules). Also while copying can we copy only selected Restricted Key Figures to Target InfoProvider.
    Any valuable suggestions, Appreciated.
    Thanks,
    Madhu

    Hi Madhu,
    Here we have two methods of copying queries from one InfoProvider to another (Target Info provider).
    1. RSZC: Only rule is that all the characteristics contained in the source infoprovider should also be contained in the target infoprovider (i.e. both the cubes should have same Structure).
    2. Using FM: RSZ_I_COPY_QRY_TO_CUBE,  With this you can copy the query even though the characteristics contained in the source infoprovider are not present in the target infoprovider.
    Hope this helps u,
    Thanks,
    Sai Chand.S

  • Copy existing PR00 condition record

    Hi experts,
    I want to copy existing PR00 condition record. Can someone explain the steps?
    I searched this forum but could not get any results for this question.
    Thanks

    Go to transaction VK32.
    Select material prices or individual prices from the prices section.
    enter the appropriate data for selecting the key combination as per your requirement.
    select the condition line and choose select rule.
    select rule 1 and choose continue.
    Enter target customer and click execute.
    select the resulting line and click continue.
    save the condition records.

  • E- Rec - Hiding links - Create / copy requisistions in Recruiter start page

    I use a MSS view for creating Requisitions and hence want to hide Create / Copy requisitions link in Recruiter start page --> maintain requisitions.
    Cn it be done with context changes. If yes, Can some one provide some info on the steps required.
    Thanks
    G Raj

    Hi,
    if you want to change the the appearance (grouping, links, texts) of a startpage this is completely done in customizing or better said you can define your own startpages and use some parts of the sap delivery if you like. The customizing for sartpages can be found in the IMG (T-Code SPRO) under SAP E-Recruiting -> Technical Settings -> User Interfaces -> (Settings for User Interfaces with Business Server Pages (BSP)) -> Start Pages.
    We usually define customer startpages in every project, this is really no big deal.
    If you want to remove a link from a page you should start by analysing the standard startpage as you will have to "rebuild" it. The standard startpage for the recruiter is 0003. Important to know is that IMG only contains customer customizing. The sap standard delivery is stored in own tables which can only be accessed using table tools e.g. SE11 or SE16.
    The tables for startpage customizing are named T77RCF_SP*:
    T77RCF_SP_ID(C) - Startpages
    T77RCF_SP_ID(C)T - Startpages texttable
    T77RCF_SP_GROUP(C) - Startpage groups (the blocks with a number of links)
    T77RCF_SP_GROUPT/GRPCT - Startpage groups texttable
    T77RCF_SP_LINK(C) - Links
    T77RCF_SP_LINK(C)T - Links texttable
    T77RCF_SP_ASID(C) - assignment of groups to startpages
    T77RCF_SP_ASGRP(C) - assignments of links to groups
    The table without C is the standard delivery, the one with C is the one for customer customizing.
    Just take a sheet of paper and start by getting all groups to the startpage 0003. This should be 1005, 1000, 1001, 2000, 1002, 1004, 1003 but could differ depending on release and support package. As you only want to change the 2nd group you will be able to reuse the others. Next get the links to the group you want to change. In my system it's group 1000 which contains links 1000, 1001, 1003 and 1004 according to T77RCF_SP_ASGRP.
    When you have this info you can start customizing your own startpage. you will need to create a new group in the IMG node -> Define Start Page Groups. Just use the information you find in the standard delivery and assign the 3 links you want to keep. Then create your startpage and assign the standard groups and instead of 1000 your own.
    Althought it is possible to use the same numbers for IDs like SAP I prefere using 9NNN for the ids so you always know if its standard or customer. furthermore do not forget to udate your authorization roles and add the new startpage.
    Best Regards
    Roman Weise  
    PS: of course it is your decision to hide links. But even if the managers create the requisitions using MSS the recruiters will work with their startpage only and they will have to be able to create and maintain requisitions so i am not sure if hiding the link is a good idea.

Maybe you are looking for

  • All queries in an SQL statement containing a UNION  operator must have an equal number of expressions in their target lists.

    Cant Add  OCRD.CardName,CRD7.ECCNo to this  query.Please Help. declare @FDate as datetime declare @TDate as datetime declare @Location as VARCHAR (30) /* SELECT FROM [dbo].[OLCT] S0 WHERE */ SET  @Location = /* S0.Location*/ '[%0]' /* SELECT FROM [db

  • Project Systems:S_ALR_87013557

    In this report i have an requirement to bring the 'created on date ' selection field from DYNAMIC SELECTION SCREEN TO THE STANDARD SELECTION SCREEN,how to achieve it,need help on this.The requirement is that my standard selection screen should contai

  • Filesystem abstraction in package management

    Hey all .. just a thought I had the other night, wanted to share and get opinons on it. Probably not anything new, but I was wondering why some kinda filesystem abstraction layer couldnt be implemented in a package management system such as libalpm/p

  • Replacing the Java Code Signing Certificate on the ASA 55xx VPN/Firewall Appliance

    Hi, basically I am trying to achieve what's documented in http://www.cisco.com/en/US/docs/security/asa/asa80/release/notes/asarn80.html#wp242704 (using ASDM: "crypto ca import" = Remote Access VPN -> Certificate Management ->  Code Signer -> Import)

  • French accent on blog

    OK i Know a lot conversation about this Accent French on blog iWeb. Somebody can telle me if apple result this problem or the best of the best way to result this. Some people said change Entrée for entries, OK can change for Entrees no french accent.