How to copy from one Version to Another version with single click

Hi Everone,
Users wants to copy from one version to another version with single click only. I.e Actuals to Planning etc.,
They don't want use standard COPY Data manager package to do this activity as this involves many steps.
Please let me know Is there any way to COPY with single click. Thanks in advance!!
Regards,
Viswanath

Hi Viswanath,
Use /CPMB/DEFAULT_FORMULAS
Then edit automatically created advanced script:
PROMPT(SELECTINPUT,,,,"%CATEGORY_DIM%,%CURRENCY_DIM%,%TIME_DIM%")
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SELECTION,%SELECTION%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,DEFAULT.LGF)
Remove bold lines and change the script name in line with your script name:
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,YOURLOGICNAME.LGF)
Vadim

Similar Messages

  • How to copy from one image to another

    Hi, I'm struggling with the most basic process in PSE 10. I have selected an area in a photograph - now I want to delete the rest of that photograph and add the selected area as a layer to another photograph. Having spent hours searching online, I'm hoping someone can give me an answer please.
    John
    Message type was edited by: Brett N

    Hi Barbara, I can't explain this but it seems to be working now, even with the Tiff format.  I'm doing exactly what I was doing before - selecting an area on the photo, then pressing edit - copy.  Before I was getting an error message, but now I can copy the selection into another Tiff.  I must be doing something different or I must have changed a setting - I have no idea what, but the problem seems to have gone away. If only every problem was that simple! 
    The upshot is I can now edit in both Tiff and PSD and am really delighted with the help I received from this forum.  I know they were very basic questions, but sometimes those are the hardest to answer.
    Many thanks to everyone who responded, John

  • How to map from one URL to another URL with webcache

    Hi Im trying to map http://www.myserver.com to http://www.myoriginserver.com/app/Servlet1
    I have tried
    Origin server = http://www.myoriginserver.com/app/Servlet1
    But as soon I put anything after .com the webcache server will not start up again.
    so Origin server = http://www.myoriginserver.com works.
    I have also tried to set it up as a proxy but same error.
    Is there any other way of doing this?
    I am using
    Oracle Application Server Web Cache 10g (10.1.2)
    Build 10.1.2.2.0 060920

    http://oamidam.wordpress.com/category/oracle-web-cache/

  • The float in windows option is grey and not accessable ? How can I copy from one image to another ? Elements 11

    The float all in windows option is grey and not accessible ? How can I copy from one image to another ? Elements 11

    You really are not getting this.
    "I guess I am still completely shocked that as a parent we can't download something for everyone to use."
    Why do you continue to think this although we keep telling you that this is not the case.
    You do NOT have to purchase anything twice.  You can share the music with as many ipods as you like in your household.
    The ipods are designed to sync with your computer regularly.  You should have been syncing these other ipods with your computer all along, thus transferring the purchases to your computer where that music can be synced to as many ipods as you like.
    Take on of the ipods with the music in it.  Open itunes on your computer.  Plug in the ipod.  Do not sync.  Click File>Transfer Purchases  This will transfer the purchases from the ipod to the computer.  Make sure that you have authorized your account on the computer:  here are directions for that. http://support.apple.com/kb/HT1420
    Unplug the ipod.
    Plug in the other ipod with purchased music.  Do not sync.  Click File>Transfer Purchases  This will transfer purchases from the ipod to the computer.
    You can now plug in any of the ipods, select what you want to sync and sync.
    Have a look at the manual for the ipod.  http://manuals.info.apple.com/en_US/iPod_touch_iOS4_User_Guide.pdf

  • VOs are corrupted after copying from one machine to another

    Hi all
    I have a customer with the following problem:
    A team of developers are creating custom pages on different PCs for the same project.
    In order to have the latest BC4J objects for everyone, VOs (XML file and Impl.java and RowImpl.java) are copied from one machine to another and added to the project.
    But when doing this and trying to view the attributes of the new VO on the machine where the new VO si copied over will result in an error:
    java.lang.NullPointerException
    at oracle.jbo.dt.ui.view.VOAttributePanel.getFieldType(VOAttributePanel.java:687)
    at oracle.jbo.dt.ui.view.VOAttributePanel.actionPerformed(VOAttributePanel.java:851)
    at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
    at javax.swing.JComboBox.setSelectedItem(JComboBox.java:561)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setFieldType(VOAttributePanel.java:754)
    at oracle.jbo.dt.ui.view.VOAttributePanel.updateControls(VOAttributePanel.java:393)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setAttribute(VOAttributePanel.java:642)
    at oracle.jbo.dt.ui.view.VOAttributeTabPanel.updateControls(VOAttributeTabPanel.java:33)
    at oracle.jbo.dt.ui.entity.EOAttributeTabPanel.setAttribute(EOAttributeTabPanel.java:143)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.attrValueChanged(VOEditAttributeTabPanel.java:301)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.enter(VOEditAttributeTabPanel.java:107)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:620)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:595)
    at oracle.jbo.dt.ui.view.VOWizard.selectPage(VOWizard.java:243)
    Please notice that source JDeveloper version and target JDeveloper version are the same and are coming from the same JDev OA patch.
    The only workaround i could find is creating the VO from scratch on the 2nd installation, but this reduces very much the development time, because developers are doing the same work other developer had undertaken before, so there is no benefit from this.
    I got exactely the same result when copying the VO on the same machine in 2 different JDev installations (with the same version of course).
    I have a very simple reproducible testcase with OA Toolbox tutorial:
    Requirements:
    - Two (2) workstations
    - Each workstation must contain same copy of JDeveloper project (JPR file)
    - Toolbox Tutorial project
    Steps:
    Workstation 1
    1. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    2. Right click package then select New View Object.
    3. Proceed with the creation of the View Object using wizard.
    4. Name the View Object as CustomerSupportVO
    5. Select EmployeeEO and AddressEO.
    6. Select all possible attributes.
    7. On Step 6 of wizard, check Generate Java File for View Row Implementation.
    8. Click Finish.
    9. Save Project.
    10. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java to shared folder.
    Workstation 2
    1. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java from shared folder to Workstation2/JDEV_HOME/myprojects/oracle\apps\fnd\framework\toolbox\schema\server.
    2. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    3. In the System Navigator, click on Add to Tutorial.jpr icon.
    4. Select CustomerSupportVO.xml then click Open.
    5. Click ok when prompt to add View Object’s components.
    6. Right Click on CustomerSupportVO from Business Components.
    7. Select Edit CustomerSupportVO.
    Can you let me know if there is a more simple workaround?
    Thank you in advance,
    Dan Cretu
    EMEA ATG team

    I had faced similar issue earlier. I just copied the VO query(and all necessary information) and removed it (deleted) from the project. Upon recreation of the new VO (same name) the issue was resolved.
    Not very sure as to why the VO.xml got corrupted in your case, but this solution works.
    Thanks

  • HOW TO MOVE FROM ONE JSP TO ANOTHER BY HIDING URL CHANGES

    HOW TO MOVE FROM ONE JSP TO ANOTHER BY HIDING URL CHANGES IN AN ADDRESS BAR

    Please check before posting that you have not accidentally turned on the CAPS LOCK feature of your keyboard.
    To answer your question. You can't do that. There are alterate ways to solve this sort of problem. What exactly is the nature of the problem you are seeking to solve?

  • How to skip from one list to another list in interactive report?

    Hi Friends,
    How to skip from one list to another list in interactive report that means now i am in 7 th list how to skip 4th list ?
    Or  now i am in 7 th list how to skip 9th list ?
    can anybody send sample code please.
    Thanks in advance.

    hi,
    at line-selection.
    case sy-lsind.
    when 9.
    sylsind = 4.
    endcase.
    try like this when u r in 9th list next it goes to 4 th list

  • How GroupArt remove from one layer to another.

    hi all,
    How GroupArt move from one layer to another.
    Thanks in advance.

    Hi Vijay,
    1) To add new events you have to define a custom action, e.g. under the settings of a button you can choose custom action and define a name for this action
    2) You have to add a custom action, e.g. "next" then you must connect the two layers (drag a line from one layer to the other) and change the event name into "next"
    3) you can pass data from one layer to another like you do it from a form into a rfc/query and so on
    There is also a tutorila available in the help:
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/04/80aab03df044ec995000842e77e1be/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/04/80aab03df044ec995000842e77e1be/frameset.htm</a>
    The bank example shows you how to use layers as a wizzard.
    Best Regards,
    Marcel

  • QM master Data copy from one client to another client

    Hi QM guru...
    Kindly suggest me how i will copy all  qm master data  from one client to another client
    QM master Data like....Catlogs. MIC inspection method. sampling...etc
    Kindly suggest me how i will copy all master data
    Thanx
    Regards
    Akil

    Dear Akil,
    I think that LSMW can be of help in this case.
    Otherwise, please check with your ABAPer whether any BDC is there for mass uploading of master data.
    Regards,
    Kaushik

  • G/L accounts to be copied from one client to another

    Dear Gurus,
    I would like to copy all or few G/L accounts from one client (000) to another client (800).   Is it possible? If it is possible, can anybody explain how to do the same.
    FYI - This question may not be relevant for SD, but i would like to carry out the above activity.
    Regards
    Manivannan R

    Hi Prasanth,
    Yes.  We can work with CIN in two way. One way we can do it through copy client to a new client and another one is by creating all CIN related elements to an existing client (may be in 800).
    Since i do not know, how to do the client copy, i am requesting how to transfer the G/L accounts from one clinet to another client.
    If somebody knows how to do the client copy, please let us know.
    Thank you in advance
    Regards
    Manivannan R

  • How do I transfer my music from one PC to another PC with ipod?

    I currently have my music in one PC and just bought another PC for the home. How do I transfer my music from one PC to another without reloading all the music?

    man, oh man the money i would make if i was making commision.
    try this program:
    iPod agent
    find it at download.com
    free to try/$15USD to buy

  • LOCAL Structure to be copied from one query to another query

    Hello all,
    In our query we have created a structure locally....
    we have to copy the same locally created structure from one query to another query which is on the same multiprovider.
    We do not want to make the structure global.
    Can anyone suggest some method to achieve this!

    For copiying structures fom query to another you have to do it global. After that you can do click on right button on the structure when added to your query and choose "eliminate reference" this does further changes in the structure were local for that query.

  • Why does Dynamic Type change to a fixed font size when copied from one Note to another Note in the Apple Notes App?

    If I copy and paste text from one note to another, it pastes in at the current Dynamic Type size but is no longer adjustable. I have tons of notes with various fixed size text. Is there a way to reset all the text in the Apple Notes App to Dynamic Type so they can be adjusted using the font size slider in settings?

    When you use IMAP, as opposed to "On my Mac," Notes will create a folder called "Notes" on the mail server.  It will then store notes in there.  If you create subfolders in Notes (which you can do), those will be stored as subfolders of Notes on the server.
    So in the case of Gmail, you should be able to log onto your Gmail web account and the notes should probably show up in "All my Mail" with a label of Notes (this is because Gmail's IMAP implementation is VERY nonstandard and it doesn't actually support folders; it uses labels instead).  If you view the Notes label in Gmail's web interface you should see all your notes.
    Because of Gmail's IMAP implementation you should be very careful not to remove the "Notes" label from any of your notes if you're in the web interface, or they will disappear from the Notes app on OS X itself.

  • How load data from One Infoobject to Another Infoobject?

    Hi GuRUS
    Any body has succeded in loading data from One Infoobject to Another Infoobject?
    Pls Let me kNow
    Regards
    Durai

    Hi Durai,
    Create export datasource on the info-object and then load the data to the other info-object.
    Check this link also:
    Re: How load data from Infoobject to another Infoobject?
    Bye
    Dinesh

  • Can security information be simply copied from one server to another?

    Hi,
    In WL6.1, we managed to set up a build and deploy system, with an RDBMS realm,
    using ant. What we did is that we created a config.xml file, put it in our CVS
    and modified it manually when needed. However, using this system, we always had
    a one-step process for configuring and adding new information in our realm. Can
    I expect to be able to do that with 8.1?
    I'm not too clear on the entire JAAS principles involved and it does seem to be
    more complex than in 6.1. We do a lot of automated testing and need a way to test
    our security where we don't need to continually do manual labour.
    My impression is that in our production environment, we will need to:
    - Create a new server and domain manuall
    - Configure the initial Realm manually
    - After that, manual changes in our config.xml should be able to work correctly
    Am I correct in my assessment? Or are there some peculiarites to the whole security
    system that would prevent me to do what I want without a lot of manual intervention?
    Thanks,
    L

    Hi KK,
    Yes you can copy from one server to other server but make your that you change the restiry.xml file correctly.
    1 what are the changes we need to do?
    Major thing is you need change few path from following files.
    from %BEA_Home%
    -- .home
    -- registry.xml
    -- domain-registry.xml
    Wlserver_103 folder
    -- .home
    --.product.properties
    Majorly path changes from common / bin folder and server / bin folder in startup scripts.
    -- Majorly you need maintain same folder structure for your Domain or BEA Home.
    -- Thats it make your JDK are available on setted path.
    Note when you copy directly in similar folder structure major issue will be solved out.
    let me know if you need any further query on this issue.
    Regards,
    Kal

Maybe you are looking for