Copy existing Webdynpro Projects to New

Hi Experts,
I have three webdynpro projects in NWDI .
How can i copy them into new workspace without affecting the existing one .
The requirement is that after copying them into new workspace we have to do modification in views .
Do we need a new JDI Server destination for that ?
Please help .
Thanks a lot .

hai jain,
1.just right click on the project and select properties.
2.get the location of your project(workspace)
3.navigate to that location and find your project .
4.copy the project and paste it in some other location (eg d:/)
5.now you can make changes in the project in nwds.
If anything goes wrong while doing modifications you can get back the older project(copied by you)
steps for that.
1.delete the project which is in nwds.
2.file->.import>select project from existing workspace->browse and choose the location where you copied the project(d:/)
3.finish.
now you ll be able to find the project which you had before modifications.
any issues let me know.
Thanks n Regards
Sharanya.R

Similar Messages

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

  • Incorporate existing iMovie project into new, longer one

    I have an 8-minute iMovie project, with lost of careful editing (multiple sounds tracks, transitions, etc.)
    I need to incorporate it as one section in a longer iMovie project I'm now working on. But when it becomes the one section of a larger project, I have to shorten it in half, to be only 4 minutes.
    Two questions:
    1) How do you insert an existing iMovie project into a new one -- bring over all the pieces at once, with everything in tact (music, transitions, etc.)?
    2) This is a little more complicated. Since I have to boil down the 8 minute piece to 4 minutes, I'd rather not have to go back into the original and do painstaking editing -- which would involve rejiggering transitions, music fades, and all kinds of things. I'd rather export it to Quicktime, bring that into the new, larger iMovie project, where I can crop out parts I don't want and tie togehter the remaining pieces with transitions.
    My concern: when I export original 8 minute project to Quicktime, doesn't that compress it? If so, and I bring that already-compressed Quicktime into new, longer iMovie project, when the new one is finished and I export it out to a DVD (end product) -- won't that be re-compressing the already compressed portion?
    Thanks for any insights.
    imac 20 inch Intel Mac OS X (10.4.8)
    Mac OS X (10.4.7)
    imac 20 inch Intel Mac OS X (10.4.8)

    ... or export as Quicktime/Full Quality file, which is a bit identical copy of your project => no quality loss ...

  • How to copy existing query report into new query report in SQ00

    Hi Experts,
    Hi Experts,
    I want to add fields "company code" "'region" to existing  query report AQZZ/SAPQUERY/FKF1============
    (list of vendor address) for this i done as following:
    1.In SQ01  go to "EDIT->other user group" and i selected user group as /SAPQUERY/FK
    2.I typed F1 in query field and click change button
    3.I clicked next screen button and entered into "change query f1: select fields screen".here i clicked "basic list" button and searched company code checkbox and saved it as result company code is appearing in the standard report"AQZZ/SAPQUERY/FKF1============"
    but unfortunately there is no region field(LFA1-REGIO) for this i think i should copy the existing  query report  into new query report(Ex:Z_LIST_OF_VEND) which should be 14 characters.please tell me briefly how to do this because this is first time i am using SQ00.
    one more issue is when i selected "edit-otheruser group" and choosing /SAPQUERY/FK  i  am getting only infoset "/SAPQUERY/FIKD" but i should need Info set: "/SAPQUERY/FIDD" please tell me how to add the previous one into user group.i think if i got /SAPQUERY/FIDD into usergroup  /SAPQUERY/FK i can add region also into Query report as i mentioned above by going SQ01 ...............................
    please help regarding this which should be very beneficiary to my carrier.
    Regards,
    naresh

    Hi Experts ,
    I solved issue by changing infoset in SQ02 by means of assigning field to field group and changed the query in SQ00.
    Regards,
    naresh.

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

  • LSMW - Problem with copied and edited Project - missing new field

    I have copied an LSMW project to a new Project to load a Journal Entry to FI - Transaction Code FB01.  I added a new field VALUT (value date) to both the Maintain Source Fields and Maintain Field Mapping Steps.  The data with the new field shows up in Display Read Data, but it does not show up in Display Converted Data.  This new field is the last field in the csv file, i added it to the end of the Source fields.
    I think perhaps i need to create a new Batch Input Session, because when i run the Start Direct Input Program, one of the messages that comes up refers back to the original project name - not my renamed Project. --> "Session Name OLD PROJECT NAME was opened"
    (The steps available on my screen do not include a "Create Batch Input Session" step, as some of the posted answers show)
    Thank you for your help.

    Hi Sandra, Thank you for your reply.  I am not sure what you mean by restart.  if you mean go through all the steps- yes, i went through all the steps again. I also exited out of the LSMW screen completely and went back in to my project and redid the read and convert data again, just to be sure, but i am still missing the new field in display converted data. 
    The only change i made to the Project was to change the name of the Project, subproject, and object and to add a field to the Source Fields and Field Mapping - for field mapping i used the default rule of Transfer(move)and my source and code seems to be correct - in that i followed the example of all the other fields.  i also changed the name of the file where my new csv file was located, but i did not change the names of the read and converted data files. Perhaps i need to change something else? It seems to me that it is still using the instructions from the old project to convert the data.  Thanks again.

  • How to copy existing webdynpro component

    How to copy an existing webdynpro component

    Hi Venkatesh,
    Go to SE80 & open the source webdynpro component. Then right click on the component name & choose "Copy" option.
    Regards,
    Uday

  • What's the 'best' way to copy a usable project to new one so it can be modified without affecting the original?

    I'm pretty much a LavVIEW newbie. 
    I'm using LabVIEW 2012 Full on Windows 7.  I copied a project using Save As-Duplicate in Project Explorer.  It created an excessively long, complex directory structure.  It resulted in 'too long' errors (presumably from the PATH being too long).
    The intent was to get a copy of the usable project to be able freely modify it without damaging the original. 
    I've poked around the forums and knowledge base, didn't see anything definitive.  I'm guessing the information is already posted but I just haven't been able to find it.  A point in the correct direction would be appreciated.
    Thanks,
    Mark
    Solved!
    Go to Solution.

    Jeff·Þ·Bohrer wrote:
    Hoovahh,
    If you can use %90 twice, you could probably envision a third and forth use too.  its easier to remove than add new...
    those actors and engines should be in a reuse lvlib.
    Much easier to remove then add, which is why I copied the tree and delete things not needed.  But I do agree that these actors/engines could be more reusable.  I do have them in lvlib form but many times there will be coupling between actors that are unavoidable.  If the UPS actor detects a power outage it needs to tell the sequencing actor to stop testing if a testing is going on.  For that reason I have a hard time splitting some actors into reusable modules, because they are only reusable if other components are there.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • When I save a copy of CC project, the new copy project plays everything really slow

    Hey guys,
    Just saved a copy of my Adobe Premiere CC video project after hours of work.  Then I reopened my project (both the original and copy) and when I played the video back on the timeline, everything is about 24 frames slower.  The music is slower, the voiceover is slower, etc.  And now, even when I copy the sequence and start a new project with it, it's still slower than the original.  Sequence setttings are same as before.  What.  the.  crap? 
    cinemanfilm

    But I am open minded and hopefully the OP will post whatever information he wanted and I will be happy to be proven wrong by the insight that Jim will bring to solving the problem.
    When we see people posting for the first time, it is pretty easy to assume that they didn't start by reading the FAQ pages. Pointing them to information about how to more successfully ask their question doesn't really require more than a one line response in most cases.

  • BDLS t-code Doubt after copying existing ECC to the new ECC

    Hi,
    We are creating a new ECC client by copying other already exist ECC Client with SAP_ALL Profile. Both are at  ECC 6.0.  Source and Destination ECC have Development and Demo Server respectively.
    Old ECC Client : ECDCLNT801  
    New ECC Client :  PHDCLNT902 (Created by copying ECDCLNT801 with SAP_ALL Profile)
    After Creation of Client , We run two BDLS  t-code in  PHDCLNT902.
    Source  : ECDCLNT801 and Target : PHDCLNT902   (On selecting  Client Dependent and Independent Tables)
    After done this I am getting  the same GUID no in CRMPRLS table for  both ECCs.
    Is it fine having same GUID no. for PHDCLNT902 and ECDCLNT801 in CRMPRLS table as mentioned PHD 902 is the copy of ECD 801 with SAP_ALL profile ,  so the GUID should have different or the same?
    Or have to delete that entry from PHD 902 and again need to re run *BDLS * to get the new GUID at PHD 902?
    Kindly correct me, will give points.
    Regards,
    Pawan Keshwani

    Hello Pawan,
    Have a look at OSS notes below:
    588701 - Change of the logical system name in R/3 Backend system
    765018 - Problems with logical system during data exchange.
    It will solve your problem.
    Regards.
    Laurent.

  • Copy existing security group to new

    Hi all,
    Need some help to do the following:
    I have created a new security group and would like to import users from existing Distribution group (but leave this DL as is).
    thats it and thanks!
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

    Hi,
    You can try something like this:
    Add-ADGroupMember -Identity 'New Group Name' -Members (Get-ADGroupMember -Identity 'Old Group Name') -WhatIf
    http://technet.microsoft.com/en-us/library/ee617210.aspx
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Can I copy iPhotos from an existing iMovie Project to a new one?

    Hi---I have iPhotos in an existing iMovie project (currently iMovie 11 version). For some reason, I cant seem to find them in my iPhoto library. But I want to use those photos in a new iMovie 11 project. I can highlight the photos and it allows me to click "Copy", but when I go to my new project to hit paste, they just don't show up. What am I doing wrong? Thanks in advance for any help you can give me. I really want to use these photos in my new project, but can't seem to figure out how to use them again. Thanks, Todd

    Hi Todd,
    It appears that your photos have been converted to video - hence the DV file extension. There are 3 things I can think of that may help.
    Firstly, play the movie project full screen. Use the slider to locate the first image you want. While paused in that position, use the key combination Command>Shift>4 - a cross hair cursor will appear. Click and drag this diagonally across the image - as you release the mouse button (or track pad) the image will be saved to your Desktop.
    The second option (and probably better) is to use MPEG Streamclip to extract stills from the video. It's available as a free download from the developer here:
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    Drag the the first video clip containing the still you want onto MPEG Streamclip's interface. Navigate to the exact frame, then from the menu select File>Export Frame - you can choose between JPEG, TIFF and PNG.
    Another option is to duplicate the iMovie project then delete everything but the images you want from the duplicate. Rename the duplicate and use that as your starting point for your new project. To duplicate, while in Project Library view (not Edit view), click on the project then select File>Duplicate Project from the menu.
    John

  • Importing existing DC project (WebDynpro Java)

    Hi Experts,
    I have a WebDynpro Java project which I had exported from my previous project. Now when I am trying to import it again in NWDS, it says *.project file not found.
    The reason is that my project was a DC project and not a WebDynpro project. But now I want to import it in NWDS stand alone and refer it.
    How do I do it?
    Please advise.
    Regards,
    Shobhit

    Hi shobhit,
    If you have the dc was in your local development only (NOT in any central DTR track) importing it in NWDS using import option will import it as local non-dc project.
    For importing the dc (local development one only) correctly there is work-around only till now.
    You can create a new dc project in your local development (local development in NWDS which comes as default) and then copy the src folders from the project you want to import to this new dc project. Basically you are creating a new project only and copying sources from old project.
    Regards,
    Ashwani Kr Sharma

  • How to add a new url link in a view of an existing webdynpro component?

    How to add a new url link in a view of an existing webdynpro component?

    hi ,
    refer SAP online hep :
    Implementing Enhancements in a View
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/233f2189f74f08e10000000a114a6b/frameset.htm
    To enhance the layout of the view, you can create new UI elements. This procedure is no different u2013 from a technical viewpoint u2013 from creating UI elements in components themselves. All UI elements created within the enhancement implementation can then be processed as usual.
    Enhancements  means inserting user developments into SAP development objects at predefined positions.
    The Enhancement Framework enables you to add functionality to standard SAP software without actually changing the original repository objects, and to organize these enhancements as effectively as possible.
    refernce :
    have a look at this article
    How to Create Enhancement Implementation in Web Dynpro ABAP
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81&overridelayout=true
    as pointed correctly by Saurav in earlier thread
    regards,
    amit

  • Adding a new system to existing ChaRM Project

    Hi,
    We have configured Charm in our landscape and we use Solution Manager 7.1 SP08.
    Requirements:
    Add a new system to the existing ChaRM Project.
    Edit the logical components for e.g. To replace current SID (QA1) with another SID (QA2)
    Add items (Systems or Tasks)to the existing task list
    We faced problems (duplicate record dumps), while configuring as per our requirements above. SAP suggested us to
    Close the Project and create a new one to include a new system. [This is not feasible for us]
    Close the current maintenance cycle and create a new one if you want to edit the logical systems or to add any task or system to the existing task list.
    So we have the following questions
    What is the impact on closing the current maintenance cycle? We have half of transports in released and half in locked status.What happens to the transports that are not yet released?
    Will they automatically get released or
    Will they not get impacted or
    Will they get assigned to the new maintenance cycle automatically or
    Do we need to do it manually or does it not matter
    Since we are close to starting our ITC, how do we go about that? How will we bundle our transports for our ITC with different maintenance cycles holding transports
    What is the impact on locking a maintenance cycle?
    What is the impact on project team members on creating a new maintenance cycle?
    How does the maintenance cycle get impacted if we refresh existing systems?
    Have you faced a similar problem? Is there an alternate solution?
    If we need to add a new development system to the Project do we need to close the current project or just add it to a new maintenance cycle?
    Reporting
    How do we run a report for stats by Maintenance cycle
    --> System --> Transport released
    --> System --> Transports created (not released)
    How does reporting get impacted if we make the changes stated above

    Hi Nanada,
    check the below blog,to adding - Add a new system to the existing ChaRM Project.
    Charm task list creation for newly added system... | SCN
    So we have the following questions
    What is the impact on closing the current maintenance cycle? We have half of transports in released and half in locked status. - dont close the MC with out proper TR movement in PRD. it will make the system inconsistency. if it is released TR not able to unassigned from MC . this feature available from SP10. What happens to the transports that are not yet released?
    Will they automatically get released or - no
    Will they not get impacted or - make solman inconsistency
    Will they get assigned to the new maintenance cycle automatically or- if not released from DEv, it needs to assign manually from one MC to other MC
    https://websmp106.sap-ag.de/~sapidb/011000358700000611352012E/index.htm
    Do we need to do it manually or does it not matter - yes, check the above link
    Since we are close to starting our ITC, how do we go about that? How will we bundle our transports for our ITC with different maintenance cycles holding transports
    What is the impact on locking a maintenance cycle?
    What is the impact on project team members on creating a new maintenance cycle?
    How does the maintenance cycle get impacted if we refresh existing systems?
    Have you faced a similar problem? Is there an alternate solution?
    If we need to add a new development system to the Project do we need to close the current project or just add it to a new maintenance cycle?
    Check the Dolores blog -
    Change Request Management scenario: Usual questions and known errors
    Rg,
    Karthik

Maybe you are looking for

  • Looking for Help with Hyperion to JAVA

    I am looking for help with connecting Hyperion to Java. We are in Maryland but would be willing to work out something for remote consulting. If you have experience with connecting web services, hyperion, and Java and would be interested in about 80 h

  • Slow speeds. Apparently I don't have a bt broadban...

    After using bt's own e-form to email them about my long running loss of speed over the year from 2.6mb for the last say 10 years, to 1.6mb (1.4mb at its lowest) download / 0.36 up. ping latency around 0.38 i think, apart from today where its 42.25!!

  • All adobe cs4 products error during install

    A) Yes, I have read through numerous posts and tried numerous solutions except the one that works. 1) Erased the registry keys for internet explorer blah blah blah 2) Closed all programs during installation including antivirus, disconnected from net.

  • How can I allow standard users to update creative cloud without admin rights.

    I have over 300 users in a domain environment  and I cannot allow them to have admin rights on the machines.Is there a Registry hack or key that we can adjust to allow CC to update without these rights?

  • Error while testing Inbound Idoc

    The error message "Interface for function Z***** is incorrect*." is shown while trying to test an incoming IDOC in we19. PL HELP!!!!!!! The procedure followed by me was, WE31 created custom segments, WE30 Created custom basic type, we81  Custom messa