Project Copy without copying documents

Dear Gurus,
I have a project in solution manager, and I want to make a copy of it(I am using SOLAR_PROJECT_ADMIN copy functionality).
But I want only structured has to be copied not the documents of the source project into copied project.
How I can do that.
Thank you.
Ameen

Hello,
The answer of Paul is for the copy of PS projects in CJ20N. I'm afraid that LSMW is the only way.
While in case of the copy of Solman project. I think you can copy it directly in SOLAR01. Create your new project in SOLAR_PROJECT_ADMIN, and in SOLAR01 choose the "existing project" as source, and im remember there will be a popup ask if you want to copy the documents/shorcuts/dont copy documents.  And choose not to copy document, you will have your Business Blueprint copied.
Please test it.
Best regards
Jiamin Pan

Similar Messages

  • Copy Documents - How to ... Documents in SEM-BPS and BW-BPS

    Hi Gurus,
    i need some assistance with implementing the Copy Documents functions according to How to ... Documents in SEM-BPS and BW-BPS.
    The aim is to copy the documents to a new version. All other document attributes are to remain unchanged.
    I have already implemented the function as described in the How-To using UPF_DOC_COPY_EXIT and UPF_DOC_COPY_INIT. The copy-exit ist called but it doesn't work.
    - The target version is in the selection of the planning level.
    - All characteristics of the info cube are in the planning level.
    - There is no difference in the result using variables for the from / to values or using fixed values
    Are there any hints to considder like:
    characteristic selection in the level
    which characteristics to include in the exit parameters (e.g. all with document attribute = active)
    for characteristics not to be changed, leave the from / to values in the exit parameters blank
    funcition does not work on multi-planning-areas
    Thanks in advance and best regards
    Steffen

    Hello Marc,
    thanks for your answer.
    We are running BW350 with SP19. I checked the notes regarding comments.
    "Note 1028233 - Key figure not taken into account for documents" is not implemented so far - SP20
    Note 893377 - InfoProvider assignment of documents in BPS is not activated
    As we are on SP19 all other comments are supposed to be implemented.
    RSA1 > Documents shows that
    all documents created using the WebInterface are saved to the appropriate value combination (without InfoProvider assignment - as supposed)
    no document is copied at all.
    Best regards
    Steffen

  • BAPI_DOCUMENT_CREATE2 problem with copying document-version

    Hi experts!
    I want to copy Documents from one Sap-System to another via RFC.
    So I read the documents in the source-system with 'BAPI_DOCUMENT_GETDETAIL2' via RFC. then I want to insert the documents received in the target-system with BAPI_DOCUMENT_CREATE2.
    The result is that from a document all part-documents are been copied, but only one (the first) version of a document-part.
    my coding:
    ... for reading the documents
        CALL FUNCTION 'BAPI_DOCUMENT_GETDETAIL2'
             DESTINATION p_rfcdst
          EXPORTING
            documenttype               = gs_draw-dokar
            documentnumber             = gs_draw-doknr
            documentpart               = gs_draw-doktl
            documentversion            = gs_draw-dokvr
            getobjectlinks             = 'X'
            getcomponents              = 'X'
            getstatuslog               = 'X'
            getlongtexts               = 'X'
            getactivefiles             = 'X'
            getdocdescriptions         = 'X'
            getdocfiles                = 'X'
            getclassification          = 'X'
            getstructure               = 'X'
            getwhereused               = 'X'
        HOSTNAME                   = ' '
          IMPORTING
            documentdata               = gs_doc_data
            return                     = gs_return_get
          TABLES
            objectlinks                = gt_obj_links
            documentdescriptions       = gt_doc_desc
            longtexts                  = gt_long_texts
            statuslog                  = gt_status_log
            documentfiles              = gt_doc_files
            components                 = gt_comp
            characteristicvalues       = gt_char_val
            classallocations           = gt_class_alloc
            documentstructure          = gt_doc_struc
            whereusedlist              = gt_where_used.
    my coding:
    ... for creating the documents
      CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
        EXPORTING
          documentdata         = gs_doc_data
        IMPORTING
          documenttype         = gs_create-dokar
          documentnumber       = gs_create-doknr
          documentpart         = gs_create-doktl
          documentversion      = gs_create-dokvr
          return               = gs_return_create
        TABLES
          characteristicvalues = gt_char_val
          classallocations     = gt_class_alloc
          documentdescriptions = gt_doc_desc
          objectlinks          = gt_obj_links
          documentstructure    = gt_doc_struc
          documentfiles        = gt_doc_files
          longtexts            = gt_long_texts
          components           = gt_comp.
    Result:
    eg. - Source Document
    Document   AUF/N4711/xxx/xx
    Part      Version    Status      Description
    010       00           FR           Cond.-010-00
    011       00           FR           Cond.-011-00
    011       01           FR           Vers-011-01
    011       02           FR           Vers-011-02
    012       00           FR           Cond.-012-00
           Target Document
    Document   AUF/N4711/xxx/xx
    Part      Version    Status      Description
    010       00           FR           Cond.-010-00
    011       00           FR           Cond.-011-00
    012       00           FR           Cond.-012-00
    Is there only the possibility to create one version of a document with BAPI_DOCUMENT_CREATE2 ?
    Thanks in advance for helping me!
    Franz

    Hi Avinash,
    a
    Thanks for the reply.
    I am able to create document number in IDES system. I am getting error development system while creating document number with the FM. Configuration settings and the test data are same for both IDES and Dev. system.
    What could be the problem and how to rectify it.
    Regards
    SP Raj

  • How to copy documents for InfoProvider data from one cube to another cube

    Hello Everyone,
    We are using standard document feature to store document/comment about the data shown in the report/planning query. Relevant characteristics have the property 'characteristics is document attrib' turned on/selected for this purpose.
    Looks like the documents created gets tagged to a particular InfoProvider along with characteristic value assignment.
    Is there a way to move or copy documents from one InfoProvider to another InfoProvider.
    As per the design requirement, we need to move data from a real time InfoProvider (transaction cube) to a basic reporting cube. The data in the first/source cube stays for a period of approx 3 months before moved to other cube. We want the documents associated with InfoProvider data also to be moved, so that users can continue to see the document/comments what they  had created earlier.  
    I looked at the Documents tab in DataWarehouse workbench. No options seem to be available to copy or move documents.
    Any help will be highly appreciated and points will be rewarded accordingly!
    Best regards,
    Sanjeeb

    Hi
    Have you got any answer to this? I would also be interested in a copy function but more from one query ID to another.
    Kind regards,
    Daniel Müller

  • Requirement to programmatically copy documents from KM to a Windows folder

    We have a requirement to programmatically copy documents from KM to a Windows folder with final destination being SharePoint.  We are able to access the KM folders manually through WebDav and adding Network Place in Windows.  However, we need to do this programmatically.  Has anybody solved this puzzle?  We are looking for a .NET solution.  We have already ruled out NetWeaver Portal Drive 4.4 as a good solution because it seems is not supported for current and future hardware.
    Thanks!
    Mario

    Dear Mario
    You can use KM API to code for download of the files ,but please make sure that the server has acess to the local destop.
    1) Read the folder form KM
    2) Read Each file as a byte array
    3) write the Byte array as a file in the local desktop(Make sure for the premission )
    4) Repeat the above steps for all the file in the folder
    Regards
    Noel

  • How can I copy documents from a Sharepoint On Premises library to a Sharepoint Online library and at the same time preserving their metadata?

    How can I copy documents from a Sharepoint On Premises library to a Sharepoint Online library and at the same time preserving their metadata?
    I use the Open Explorer Windows to drag and drop the files, but the metadata are not copied. Thanks.

    To maintain the metadata you'll need to use one of the third party tools that does this kind of migration.  Metalogix has a product with a free trial that we have used before.  (Don't remember whether the free version maintains metadata or not).
     You can read about it here:
    http://www.metalogix.com/Products/Content-Matrix.aspx
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Create new BPS documents from "COPY DOCUMENTS" user exit.

    Hi Gerd,
    thank you so much for your reply.
    I'm continuing other thread here. (Copy "document icon" to new sheet from "SEM-BPS 1" sheet)
    <b> We've a layout that doesn't use macros. </b>
    We'd like to attach a document for each line that is entered on this layout. All the document attribute characteristics are included in this layout.
    Document contents & technical name can be any thing.
    Should I be able to do this?
    This ensures that users be able to edit documents on other layouts which is crucial.
    I tested this For couple of lines and I was successful.
    Before I'd like to start implementing this, I appreciate your inputs on the prcoess that I follow if this is an effective way of doing?
    Any concerns from the performance side?
    any other hidden issues/concerns that you might be familiar with?
    1) I'm reading all document attribute characteristic values of the layout new lines from the user exit.
    2) I've created one variable for each "document attribute characteristic"
    3) I've created "COPY DOCUMENTS planning function" and included variables in the parameter group
    4) user exit in step 1 fills all variables (fills only 1 value at a time) & passes to "COPY DOCUMENTS parameter group"
    4) due to restriction of only single entry variables usage in
    "COPY plannig funciton", I'm using "API_SEMBPS_FUNCTION_EXECUTE" and executing "COPY DOCUMENTS planning funciton" as many times as number of new lines
    5) if there are 6 new lines, user exit in step 1 loops 6 times & calls "API_SEMBPS_FUNCTION_EXECUTE" 6 times which inturn executes "COPY DOCUMENTS planning funciton" 6 times
    Am I on the right & effective path?
    Is there any better approach?
    Appreciate your inputs

    Hi,
    This is one way you can do that. The bad side of your implementation is that the planning function is called 6 times. It would be better to copy the coding of the planning function and modify it in such a way that you can do all of the steps in one go. If the performance is all right I would still leave it the way it is as then you do not have to change to coding.
    Best regards,
    Gerd

  • I am having the same problem I think.  With mobileme you simply copy documents to the idisk folder and then synch.  I cannot seem to sink that folder anymore.  Any idea as to how I can simply copy folders to icloud and then access the MS Word and PDF file

    I am having the same problem I think.  With mobileme you simply copy documents to the idisk folder and then synch.  I cannot seem to sink that folder anymore.  Any idea as to how I can simply copy folders to icloud and then access the MS Word and PDF files on my iphone?

    Apple never bopthered to explain that this would happen
    Your iDisk is still accessible after moving to iCloud in exactly the same way as before. Nothing is deleted until June 30th 2012.
    , so I could easily have lost ALL of the files I kept on iDisk.
    No, you couldn't. Firstly, nothing was deleted from your iDisk. Secondly, any files stored on your iDisk should never be your only copy. Even if your iDisk spontaneously combusted, you should keep local backups elsewhere.
    Does Apple WANT people to move their storage elsewhere and stop paying Apple for it?
    Yes. Apple doesn't provide such a service anymore, nor are you paying them for it.
    Apple has made no effort to suggest remedies for the problem it has given iDisk users
    They've provided instructions on how to download your files from your iDisk. What you do with them after that is your choice.

  • AR AUTOINVOICE ignores the checked box "copy document number to transaction

    dear ,
    AR AUTOINVOICE ignores the checked box "copy document number to transaction number"
    I setup the batch source as check "copy document number to transaction number" but when
    I import the invoice by auto invoice I found the transaction number is 2 and
    the document number is 1
    That mean the system ignore the check box in definition of batch "copy document number to transaction number"
    Facts: Navigate -> Setup -> Transactions -> Sources
    Setup Transaction Source with Automatic Transaction Numbering checked and Copy Document Sequence Number to
    Transaction Number checked.
    Navigate - > setup -> system option  tab (transaction & customer)
    Document number generation level: when completed
    Expected Behavior:
    The Expected Behavior is that when I checked the "copy document number to transaction number" in definition of the source
    AR Auto Invoicing must assign the document number to transaction number
    Business impacts :
    There is gaps with the sequence number for the invoice that not accepted from the finance auditor in the last of the year
    thanks

    check have u performed these steps or not.
    you have to do all the necesarry set up steps:
    1) Enable the Sequential Numbering Profile Option
    2) Enable the AR: Document Number Generation Level Profile Option
    3) Check Copy Document Number to Transaction Number box on Transaction Sources
    4) Define Sequences
    5) Assign Sequences to Categories
    In batch source definition for your invoice, there is a flag for 'copy doc num to trx num'. is it ticked?

  • Hot to copy document items in process order

    is there any settings to copy document items to process order?
    I have added item categary D in master recipe (BOM of material) of material.
    But when i create process order for that material, documents items is not getting copied.
    is any setting is there to copy it?

    Dear Vishal,
    If my understanding is correct,then I think document items does not gets copied into process order and further to this there is
    no key's to view the document as like that is available in a production order.
    If you check at the header - general data in a process order only operation/component overview keys will be available,where
    as in a production order in addition to these keys,you can check for document overview and sequence overview key's
    available.
    I'm unable to get any link in SAP help related to the same.Correct me if my understanding is wrong.
    Regards
    Mangalraj.S

  • Copying Documents With Version History

    Hello,
    I am working on a ribbon button for SharePoint 2013 with which users (with contribute permissions) can open a dialog to move selected documents to a different library (with the same content type) and enter soms Metadata to be set for the document.
    One of the requirements for this is that the version History should be copied along with the document. Of course I googled for some code that allready does what I want to do and i stumbled upon this blog:
    http://sharepointvenividivici.typepad.com/sharepoint-customization/2011/06/maintain-file-version-history-when-movingcopying-files-between-sharepoint-sites.html
    Because this code also sets the modified and created information for the document the code runs under elevated priviliges because the users do not have the rights to modify that data.
    At first this seemed to be the perfect solution, but after a while we found something truly annoying. The first time you copy the document it works perfectly and the document including version history is being transferred. But the second time the document
    does get copied with the version history but in the version history the modified by is set to System Account for every version.
    Does anyone know what can cause this?
    After doing some more digging, I believe that the problem lies with the following function
    SPFile fileDest = libDest.RootFolder.Files.Add(
                     urlDestFile,
                     streamFile,
                     hashSourceProp,
                     userCreatedBy,
                     userModifiedBy,
                     dateCreatedOn,
                     dateModifiedOn,
                     strVerComment,
                     true);
    This function apparently sets the Created, Created By, Modified and Modified By properties to the values you provide, but when you later try to read this properties with code you get the userwith which you ran the code and not the user you provided. Does
    anyone know a way to fix this?

    Hi,
    According to your post, my understanding is that you wanted to copy documents with version history.
    I had written a simple demo to copy files to another library, and modified the code as below,  you can refer to the following code snippets to check whether it works.
    public static void CopyFileWithVersion()
    using (SPSite site = new SPSite("YourSiteURL"))
    using (SPWeb web = site.OpenWeb())
    SPList sourceLib = web.Lists["Lib1"];
    SPList DestinationLib = web.Lists["Lib2"];
    SPListItem itemSource = sourceLib.GetItemById(2);
    SPFile fileSource = itemSource.File;
    SPUser userCreatedBy = fileSource.Author;
    DateTime dateCreatedOn = fileSource.TimeCreated.ToLocalTime();
    //Get the versions
    int countVersions = itemSource.File.Versions.Count;
    for (int i = 0; i <= countVersions; i++)
    Hashtable hashSourceProperties;
    Stream streamFile;
    SPUser userModifiedBy;
    DateTime dateModifiedOn;
    string strVersionComment = "";
    bool bolMajorVerison = false;
    if (i < countVersions)
    SPFileVersion fileSourceVerison = itemSource.File.Versions[i];
    hashSourceProperties = fileSourceVerison.Properties;
    userModifiedBy = (i == 0) ? userCreatedBy : fileSourceVerison.CreatedBy;
    dateModifiedOn = fileSourceVerison.Created.ToLocalTime();
    strVersionComment = fileSourceVerison.CheckInComment;
    bolMajorVerison = fileSourceVerison.VersionLabel.EndsWith("0") ? true : false;
    streamFile = fileSourceVerison.OpenBinaryStream();
    else
    userModifiedBy = fileSource.ModifiedBy;
    dateModifiedOn = fileSource.TimeLastModified;
    hashSourceProperties = fileSource.Properties;
    strVersionComment = fileSource.CheckInComment;
    bolMajorVerison = fileSource.MinorVersion == 0 ? true : false;
    streamFile = fileSource.OpenBinaryStream();
    string urlDestinationFile = DestinationLib.RootFolder.Url + "/" + fileSource.Name;
    SPFile fileDestination = DestinationLib.RootFolder.Files.Add(
    urlDestinationFile,
    streamFile,
    hashSourceProperties,
    userCreatedBy,
    userModifiedBy,
    dateCreatedOn,
    dateModifiedOn,
    strVersionComment,
    true);
    SPListItem itmNewVersion1 = fileDestination.Item;
    itmNewVersion1["Created"] = dateCreatedOn;
    itmNewVersion1["Modified"] = dateModifiedOn;
    itmNewVersion1.UpdateOverwriteVersion();
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Jason Guo
    TechNet Community Support

  • No permission to copy document here please help me

    I have adobe digital editions installed and my computer authorized. I recently purchased a sony reader and authorized it thru digita
    l editions. My reader now shows up as a bookshelf in digital editions. I recently bought an ebook and had it download to adobe digit
    al editions. I can view the book fine within digital editions, but when I try to transfer the book to my reader for portability I ge
    t an error saying: No permission to copy document here. I thought by registering the reader thru adobe editions I would have portabi
    lity between adobe digital editions and my ONYX BooX 60 . Is there a step I missed so that my sony reader is authorized. I have the so
    ny reader touch edition ONYX BooX 60
    Browser: İnternet Explorer
    Operating System: Windows 7

    Permissions to copy ebooks are embedded in the ebook's datum by publishers
    and distributors.  They're not assigned by ADE and reinstalling ADE won't
    do anything to change that.  Reinstalling ADE could mess up your computer's
    files so that ADE won't work correctly.
    If ADE is working, and your ebook is on the MAC, you can look to see what
    permissions have been assigned.  When ADE is in Library view, click on the
    arrow next to the ebook's title.  You'll get a drop-down box that will
    contain 'Item Info'.  Click on that, and you'll see the permissions.
    There's nothing you can do about the nature of the permissions.
    ==============

  • IDVD making projects copy protected

    The last DVD I made using iMovie and iDVD made my finished project copy protected.  I did not choose to do that.  How can I remove the copy protection?  This is a personal movie that I want to share.

    Hi Ziatron.
    There are commercial programs that makes a Copy-Protection - but non is 100%.
    iDVD and DVD Studio Pro - can not do this
    • DVD Studio Pro - has a Copy Protection selection - but this is just a flag to the DVD-makers to remembering them to add this in the bulk burning process. So it doesn't do anything more.
    For those that urge a disbelief - try a Disney DVD. They know what they do.
    Yours Bengt W

  • SPD 2013 - Copy Document action - how do you update the copied list item's metadata?

    SharePoint 2013 Designer no longer has the Copy List Item Action, it only has a Copy Document action. It seems that this action provides no way of saving the copied documents list item ID. How do you update the list item after it has been copied??
    Any help is appreciated.
    Greg Pierson

    Hi,
    According to your post, my understanding is that you wanted to copy the list item in SharePoint 2013.
    The Copy List Item is
    available only on the SharePoint 2010 Workflow platform, you can create a SharePoint 2010 workflow using the SharePoint 2010 workflow platform to achieve it.
    You can also use the Content and Structure to copy the list items: Site Settings->Site Administration->Content and Structure.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Transfering- copying documents from IMac to MacBook Pro  - Migration Assistant or High Speed File share cable- which would be faster?

    I started Migration Assistant to copy documents from my IMac to my new MacBook Pro - it started off saying "About 53 hours and 40 minutes remaining" to "About 64 hours and 47 minutes remaining" - I have a High Speed File Share Cable - should I have used that?

    If you mean a FireWire cable, yes.
    Your best bet is to start over.  See the green box in Problems after using Migration Assistant

Maybe you are looking for