BPC Copy Package

Hello:
I'm trying to make a standar Copy from one source to a multiple destination in time dimension. For example:
Source: 2009.NA
Destination: 2009.JAN,2009,FEB,2009.MAR
When I Run the package, it shows no errors, but when I see the results, it only copy the values on the first value in the destination ( 2009.JAN only).
Is it the way it works? I'm using Merge values instead of clear because I have not actived the Work Status.
Thanks,
Luciana

Hi,
The number of members mentioned in Source must be the same as in Destination. You may instead write a simple script logic to do this copy.
Karthik AJ

Similar Messages

  • Standard BPC Copy Package Fails

    Has anyone experienced the standard copy package failing in BPC?  I get the error message: 'Object variable or With block variable not set'.

    I tried to submit data via an input template and received the same error (Object Variable or With block variable not set).  I checked the security and the ID has all functionality access.  The member is a base member.  I also had the server rebooted and still no luck.
    Below is the detail log of the copy pkg:
    TOTAL STEPS  3
    1. Dump:           completed  in 3 sec.
    2. Convert:        completed  in 3 sec.
    3. Load:           Failed  in 2 sec.
    [Selection]
    CLEARDATA= No
    RUNLOGIC= No
    CHECKLCK= No
    (Member Selection)
    Category: ACTUAL
    Time: 2006.JAN
    RateSrc:
    Rate:
    InputCurrency: 
    (Destination Member Selection)
    Category: ACTUAL
    Time: 2007.JAN
    RateSrc:
    Rate:
    InputCurrency: 
    [Messages]
    Object variable or With block variable not set

  • BPC copy package doesnt consider selections

    Hi all,
    we work with BPC 7.5 Frontend- & Backendpatch 07 on NetWeaver.
    We use normaly load_infoprovider package on process chain "/CPMB/LOAD_INFOPROV_UI" to load initial data in our BPC-System. After that loading process we copy the loaded data to other dimension members; for example from "2011.JAN" into "2011.FEB". We always start these two packages with a packagelink which loads the data first and then copy it.
    One of our users told me, that he made selections in these packages (in both of it) and the package doesnt consider these selection. For exaple he gave in some selection for a specific month in the copy package of the package link and the package link didnt consider these selection and loaded the data for all month. When I look at the packagelog --> no selections are listed.
    Does anybody ever heard about such a problem with these two packages? Maybe its an issue about the package link?!?
    Thanks in advance
    Christian

    Hi,
    Log below:
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/CM_CONVERT completed in 1 seconds
    /CPMB/CLEAR_SOURCE_CUBE completed in 0 seconds
    /CPMB/APPEND_LOAD completed in 0 seconds
    /CPMB/CLEAR completed in 0 seconds
    [Selection]
    SCATEGORY = ACTUAL
    TCATEGORY = PLAN
    TIMESEL = /ENV/MODEL/PRIVATEPUBLICATIONS/USER/TempFiles/
    FROM.TMP@@@SAVE@@@@@@EXPAND@@@|
    DIMENSION:TIME|2015.02
    [Message]
    Task name CONVERT FOR COPYMOVE:
    Reject count: 0
    Record count: 0
    Skip count: 0
    Accept count: 0
    Task name CLEAR SOURCE DATA:
    Submit count: 0
    Reject count: 0
    Task name APPEND LOAD:
    Replace and Clear Submit count: 0
    Replace and Clear Reject count: 0
    Submit count: 0
    Reject count: 0
    model: MODEL. Package status: SUCCESS
    Doesnt say much apart from it didnt work...

  • BPC 10 Copy Package - One to Many members

    Hi all
    The standard BPC copy package only allows you to copy data on a one to one relationship.
    Our user would like to copy a value from a specific member to several other members.
    The system prompts to says "The number of selected members in the source and destination should be the same".
    Is there an easy way to do this without diving into the world of BADI's ?
    Any help or examples would be very much appreciated.
    Thanks, Ian

    Hi Vadim,
    Ending with an error when I run the data manager package
    Please look at the script logic
    *XDIM_MEMBERSET TIME = $SOURCE$
    *WHEN TIME
    *IS *
    *FOR %M%=$DEST$
       *REC(EXPRESSION=%VALUE%,TIME=%M%)
    *NEXT
    *ENDWHEN
    And data manager script i used to pass the parameters
    PROMPT
    (SELECTINPUT,%SOURCE%,,,"%TIME_DIM%")
    PROMPT
    (SELECTINPUT,%DEST%,,,"%TIME_DIM%")
    INFO
    (%EQU%,=)
    TASK
    (/CPMB/ALLOCATION_LOGIC,EQU,%EQU%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SUSER,%USER%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SAPPSET,%APPSET%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SAPP,%APP%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SELECTION,%SELECTION%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,Test.LGF)
    TASK
    (/CPMB/ALLOCATION_LOGIC,REPLACEPARAM,SOURCE%EQU%%SOURCE%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,REPLACEPARAM,DEST%EQU%%DEST%)

  • COpy Package not working as it should in BPC V 5.0

    Problem:-
    When I choose Replace and Clear Data Values, it merges them .. I have run it few times and each time the data was duobled.
    When I chose, Merge Data Values, it cleared and the numbers !!. 
    Possiable Cause:-
    The function seems to be working in reverse order, Could this be bug in the SAP BPC v5.0?
    If any of you have any idea how to fix this, I would appreciate it.  Thanks.
    Sam

    Hi Sam,
    Check the modify script for the copy package by going to modify package, view script and advanced tab.
    In script, in the prompt comand, '0' should be assigned to Merge data values and 1 to clear data. If it is in reverse order, change it and save it back.
    Note that if you are using sql 2005, you can directly modify the script, if it is 2000, you need to modify the EVmodifyscript task in the DTS assigned to Copy package.
    Hope this helps,
    Kranthi

  • Reg:Copy package problem BPC 7.5

    Hi Experts,
                        i am using standard data manager COPY Package to copy data from one category to another .While copying i use merge functionality but it clear all data in destination category and replaces the data.not sure its BI issue or BPC issue?
    Regards,
    Vikram

    Hello,
    I know this post is old, but maybe someone is still looking.
    In order not to lose data, you need to try and restrict the dimensions in the left side of the prompt to the members that you want to change, because the copy package first removes all data from destination and then writes the new records. It considers that if you want to copy something over, then data is already present so it doesn't need the old data. The records that will be deleted are selected using the key defined in the right side.
    If you want to change a record with key ACC1+B1 to ACC1+B2, you need to specify on the left side ACC1+B1 and on the right side ACC1+B2 (obviously) and data on ACC2+B2 ACC3+B2 and ACC4+B2 will not be deleted, BUT only if this 2 fields represent your entire key.
    If the key in your BPC Model contains also other dimensions, and you do not specify a member for them (left side ANY and right side SAME), the package will first delete all data using the right key and then copy the records from the source.
    Let's say you also have the dimension TIME, so we need to copy ACC1+B1+2014.01 to ACC1+B2+2014.01, and we already have a record ACC1+B2+2014.02 present. If you set filter to ACC1+B1 on the left side and ACC1+B2 on the right side, the package will first use the right key ACC1+B2 to delete all data present (so the record ACC1+B2+2014.02 present will be removed) and then copy your data changing B1 to B2. However, if you also specify the field TIME in your filter, then the package will use the combination ACC1+B2+2014.01 in order to delete the data present in the system (at this point nothing) and then copy the data.
    Hope it helps,
    Ana-Maria

  • Error data file is empty in standard Copy package

    Hi,
    We have an appset that consists of four applications and we can't successfully run Data Manager Copy package in one of them. It launches the following tasks: Dump, Convert (execution fails in this step with error "Data file is empty") and Load. SSIS configuration in BIDS is defined by default and we haven't set any parameter.
    We have figured out this error appears when we select any member of a dimension in "COPYMOVEINPUT" prompt except for Time dimension. Previously there was a custom Copy package based on standard BPC and it only filters by Time dimension. Perhaps this error is related to application configuration to run custom package.
    We show code:
    INFO(%TEMPFILE1%,%TEMPPATH%%RANDOMFILE%)
    INFO(%TEMPFILE2%,%TEMPPATH%%RANDOMFILE%)
    TASK(DUMP,APPSET,%APPSET%)
    TASK(DUMP,APP,%APP%)
    TASK(DUMP,USER,%USER%)
    TASK(DUMP,FILE,%TEMPFILE1%)
    TASK(DUMP,SQL,%SQLDUMP%)
    TASK(DUMP,DATATRANSFERMODE,2)
    TASK(CONVERT,INPUTFILE,%TEMPFILE1%)
    TASK(CONVERT,OUTPUTFILE,%TEMPFILE2%)
    TASK(CONVERT,CONVERSIONFILE,%CONVERSION_INSTRUCTIONS%)
    TASK(LOAD,APPSET,%APPSET%)
    TASK(LOAD,APP,%APP%)
    TASK(LOAD,USER,%USER%)
    TASK(LOAD,FILE,%TEMPFILE2%)
    TASK(LOAD,DATATRANSFERMODE,4)
    TASK(LOAD,DMMCOPY,1)
    TASK(LOAD,CLEARDATA,%CLEARDATA%)
    TASK(LOAD,RUNTHELOGIC,%RUNLOGIC%)
    TASK(LOAD,CHECKLCK,%CHECKLCK%)
    Any variables as %CONVERSION_INSTRUCTIONS% aren't defined. Is it a system constant?
    Thanks.

    Hi Roberto,
    Thanks for having a look at my question.
    We're using .act files to upload data from SAP BW into SAP BPC.
    This is the content of  .act file that I'm trying to upload:
    ACTUAL
    1
    1
    GCN.CZN,2621.LC_.EUR,100.5000
    GCN.CZN,2621.TC_.CZK,7050.0000
    Transformation file looks like:
    Conversion files are:
    Time:
    Category:
    Entity:
    Counterpart:
    RCCinterco:
    IntercoCurr:
    Transcurrency:
    In case of any other info needed, please let me know.
    Thanks a lot in advance,
    Wai Yee Kong

  • Copy package returns error

    Hi,
    I am trying to run the copy.dtsx package (BPC 7.5) in my ownerhsip application but it returns an error.
    Time: 2010.JAN
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    (Destination Member Selection)
    Category: ACTUAL
    Time: 2010.MAY
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    [Messages]
    Record Count : 30
    Accept Count : 30
    Reject Count : 0
    Skip Count   : 0
    Incorrect syntax near '.'.
    The record count would be correct, but even though it says accepted, the data is not in the database when I check. I can manually enter data into the period in question and the copy package is identical to the one in the consolidation application where it works just fine.
    Does anyone have an idea what the problem could be?
    Thanks,
    Arnold

    Apologies, I didn't copy the whole message.
    TOTAL STEPS  3
    1. Dump:           completed  in 0 sec.
    2. Convert:        completed  in 0 sec.
    3. Load:           Failed  in 1 sec.
    4. Copy:           completed  in 1 sec.
    [Selection]
    CLEARDATA= Yes
    RUNLOGIC= Yes
    CHECKLCK= No
    (Member Selection)
    Category: ACTUAL
    Time: 2010.JAN
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    (Destination Member Selection)
    Category: ACTUAL
    Time: 2010.MAY
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    [Messages]
    Record Count : 30
    Accept Count : 30
    Reject Count : 0
    Skip Count   : 0
    Incorrect syntax near '.'.

  • Script BPC Admin Packages

    Is there a way to script several BPC packages?  We load actual financial results several times a month.  This involves running a few packages in a specific order.  We also need to wait for the packages to complete prior to executing the next package.
    The order we run the packages is as follows:
    Clear Package u2013 To Clear Out preliminary actual results
    Import Package u2013 Imports the latest actual results into BPC into an Actual Version.
    Copy Package u2013 Copies actual results from the Actual Version into a Forecast Version.
    Ideally we would like to string these together into one script or package such that we only run one job as opposed to hand holding the multiple jobs.
    We cannot start a job prior to the preceding job completing.  So we need some guidance to see if there is a way to check status.
    Thanks for your help,
    -Dan

    Thanks for your input so far.  I'm getting there... but still running into some issues.<br><br>
    I've been able to successfully combine a clear and import package.  Ultimately, I want to create a Clear>Import>Clear>Copy>Custom Package chain.  <br><br>
    1) If I try to use an Execute Package Task to just call the current .dtsx tasks, I don't get any of the prompts to show up when running the package through data manager in Excel.<br><br>
    2) If I rebuild the packages and combine the values in the MODIFYSCRIPT variable (example below), it will only allow input for one copy, or one clear.  If I try to combine a copy and clear only the clear inputs show up when running the package through data manager.  Any tips on how I can get this to work properly?<br><br>
    Here is the control flow for my "Clear & Copy" package, along with the MODIFYSCRIPT variable.  All tasks are "2008" versions and as I mentioned above, doing a clear-->import package in this manner works correctly.<br><br>
    Export_Zero(Dumpload Task)>Load Cube(Dumpload Task)>Clear Comments (Comment Task) >Dump (Dumpload Task)>Convert(Convert Task)-->Load(Dumpload Task).<br><br>
    MODIFYSCRIPT variable:<br><br>
    'DEBUG(ON)<BR>PROMPT(SELECTINPUT,%SELECTION%,,"Select the members to CLEAR",%DIMS%)<BR>PROMPT(RADIOBUTTON,%ENABLETASK%,"Do you want to clear comments associated with data regions in BPC?",1,{"Yes","No"},{"1","0"})<BR>PROMPT(RADIOBUTTON,%CHECKLCK%,"Select whether to check work status settings when deleting comments.",1,{"Yes, delete comments with work status settings","No, do no delete comments with work status settings"},{"1","0"})<BR>INFO(%TEMPFILE%,%TEMPPATH%%RANDOMFILE%)<BR>TASK(EXPORT_ZERO,APPSET,%APPSET%)<BR>TASK(EXPORT_ZERO,APP,%APP%)<BR>TASK(EXPORT_ZERO,USER,%USER%)<BR>TASK(EXPORT_ZERO,FILE,%TEMPFILE%)<BR>TASK(EXPORT_ZERO,SQL,%SQLDUMP%)<BR>TASK(EXPORT_ZERO,DATATRANSFERMODE,2)<BR>TASK(LOAD CUBE,APPSET,%APPSET%)<BR>TASK(LOAD CUBE,APP,%APP%)<BR>TASK(LOAD CUBE,USER,%USER%)<BR>TASK(LOAD CUBE,FILE,%TEMPFILE%)<BR>TASK(LOAD CUBE,DATATRANSFERMODE,4)<BR>TASK(LOAD CUBE,DMMCOPY,0)<BR>TASK(LOAD CUBE,PKGTYPE,0)<BR>TASK(LOAD CUBE,CHECKLCK,%CHECKLCK%)<BR>TASK(CLEAR COMMENTS,APPSET,%APPSET%)<BR>TASK(CLEAR COMMENTS,APP,%APP%)<BR>TASK(CLEAR COMMENTS,USER,%USER%)<BR>TASK(CLEAR COMMENTS,DATATRANSFERMODE,0)<BR>TASK(CLEAR COMMENTS,SELECTIONORFILE,%TEMPFILE%)<BR>TASK(CLEAR COMMENTS,ENABLETASK,%ENABLETASK%)<BR>TASK(CLEAR COMMENTS,CHECKLCK,%CHECKLCK%)<BR>BEGININFO(%SQLDUMP%)<BR>select %FACTDIMS%,0 as SIGNEDDATA FROM ( SELECT %FACTDIMS%,0 as SIGNEDDATA FROM TBLFACT%APP% WHERE %SELECTION% UNION ALL SELECT %FACTDIMS%,0 as SIGNEDDATA FROM TBLFACTWB%APP% WHERE %SELECTION%  UNION ALL SELECT %FACTDIMS%,0 as SIGNEDDATA FROM TBLFAC2%APP% WHERE %SELECTION%) as ZeroTable  group by %FACTDIMS% OPTION(MAXDOP 1)<BR>ENDINFO<BR>PROMPT(RADIOBUTTON,%CLEARDATA%,"Select the method for copying the data from the source to destination database",0,{"Merge data values (Copies specified records, leaving all remaining records in the destination intact)","Replace && clear data values (Copies specified records, and clears the data values for any records that mirror each entity/category/time combination defined in the source)"},{"0","1"})<BR>PROMPT(RADIOBUTTON,%RUNLOGIC%,"Select whether to run default logic for stored values after copying",0,{"Yes","No"},{"1","0"})<BR>PROMPT(RADIOBUTTON,%CHECKLCK%,"Select whether to check work status settings when importing data.",1,{"Yes, check for work status settings before importing","No, do not check work status settings"},{"1","0"})<BR>PROMPT(COPYMOVEINPUT,%SELECTION%,%TOSELECTION%,"Select the members to COPY and where to",%DIMS%)<BR>INFO(%TEMPFILE1%,%TEMPPATH%%RANDOMFILE%)<BR>INFO(%TEMPFILE2%,%TEMPPATH%%RANDOMFILE%)<BR>TASK(DUMP,APPSET,%APPSET%)<BR>TASK(DUMP,APP,%APP%)<BR>TASK(DUMP,USER,%USER%)<BR>TASK(DUMP,FILE,%TEMPFILE1%)<BR>TASK(DUMP,SQL,%SQLDUMP%)<BR>TASK(DUMP,DATATRANSFERMODE,2)<BR>TASK(CONVERT,INPUTFILE,%TEMPFILE1%)<BR>TASK(CONVERT,OUTPUTFILE,%TEMPFILE2%)<BR>TASK(CONVERT,CONVERSIONFILE,%CONVERSION_INSTRUCTIONS%)<BR>TASK(LOAD,APPSET,%APPSET%)<BR>TASK(LOAD,APP,%APP%)<BR>TASK(LOAD,USER,%USER%)<BR>TASK(LOAD,FILE,%TEMPFILE2%)<BR>TASK(LOAD,DATATRANSFERMODE,4)<BR>TASK(LOAD,DMMCOPY,1)<BR>TASK(LOAD,CLEARDATA,%CLEARDATA%)<BR>TASK(LOAD,RUNTHELOGIC,%RUNLOGIC%)<BR>TASK(LOAD,CHECKLCK,%CHECKLCK%)<BR>BEGININFO(%SQLDUMP%)<BR><BR><BR>select %FACTDIMS%,SUM(SIGNEDDATA) AS SIGNEDDATA FROM (SELECT %FACTDIMS%,sum(SIGNEDDATA) as SIGNEDDATA FROM (SELECT     %FACTDIMS%, SIGNEDDATA FROM TBLFACT%APP%  WHERE %SELECTION% UNION ALL SELECT %FACTDIMS%,SIGNEDDATA FROM TBLFACTWB%APP% WHERE %SELECTION% UNION ALL SELECT %FACTDIMS%,SIGNEDDATA FROM TBLFAC2%APP% WHERE %SELECTION%) AS SourceTable GROUP BY %FACTDIMS% union all SELECT %FACTDIMS%,0 as SIGNEDDATA FROM (SELECT %FACTDIMS%,0 AS SIGNEDDATA FROM TBLFACT%APP%  WHERE %TOSELECTION% UNION ALL SELECT %FACTDIMS%,0 AS SIGNEDDATA FROM TBLFACTWB%APP% WHERE %TOSELECTION% UNION ALL SELECT %FACTDIMS%,0 AS SIGNEDDATA FROM TBLFAC2%APP% WHERE %TOSELECTION%) AS zeroTable     GROUP BY %FACTDIMS%) as TotalTable    group by %FACTDIMS% OPTION(MAXDOP 1)<BR><BR>ENDINFO<BR>
    Edited by: Dan Frost on Mar 7, 2011 1:16 PM

  • Edit a BPC Standard Package with SSIS

    Hi,
    I need to edit a BPC standard package ("Convert Task" for example) with SSIS.
    I have an Error message of Microsoft Visual Studio :
    The task with the name "Admin Task" and the creation name "Osoft.Services.Application.DataMgr.Task.SSISAdmin, OsoftTaskAdmin, Version=4.2.0.400, Culture=neutral, PublicKeyToken=bf6c37fa78f5a648" is not registered for use on this computer. Contact Information:Admin Task
    I copied files .dll from "u2026\websrvr\bin" to "u2026\90\DTS\Tasks"
    Thank you for your help
    Regards,
    Morgann

    Hi James,
    I always have the same issue.
    For my customer, BPC is installed E:\ in Citrix environment
    In first, I followed the guide "How to...Build SSIS Package for SAP 5.0".
    I copied my "osofttask.dll" files in E:\BPC\websvr\Web\Installation\OsoftSSIS_client\Bin to E:\MSSQL\MSSQL2005-0\90\DTS\Tasks
    Then, I copied these files in GAC (C:\Windows\Assembly) like your procedure.
    But I always had the same error message in SSIS...
    Have you another idea ?
    Files are copied betwween E and C, is it an impact ?
    Thanks,
    Morgann

  • Error while using Copy Package

    Hi,
    I want to copy data from category BudgetV1 to BudgetV2,
    I have tried to use Copy Package but I always get error with
    error message "The file is empty".
    Can anyone help me with the problem?
    Thanks in advance.

    Hi,
    Please check if you have data in category BudgetV1. This error normally occurs when there is no data in source specified in COPY package. Make sure to select appropriate members when you specify other source dimensions.
    Hope this helps.
    Regards,
    Shoba

  • Copying Packaging Spec

    When I am copying packaging spec, the fields  'Category', 'Sub-Category' & 'Group' are getting copied over, however the fields under 'Available UOM', 'UOM Conversions' and Cross Reference' are not getting copied, whether I choose to keep the copied Spec linked to the Template or not. [Both the Spec copied from and the Template used has those UOM/Cross reference fields defined] . Aren't those UOM/Cross reference fields suppose to be copied over to the new Spec?  When I create a new Spec from Template, system brings over all fields [UOM/Cross reference etc.] from Template, so I was expecting the same behavior while copying too, since I am linking to the Template during the copying process. Can someone shed some light on this issue please?

    I believe that the functional use cases are different. When you are copying from a Template, you are not copying a real existing specification - rather, you are creating a spec with values that should be there by default. These values from a template are typically not meant to be specific to one single specification, but rather to a grouping/classification of specs. Perhaps a Beverage type specification, created from a Beverage template, would have certain Available UOMs that a Sauce specification would not. Cross References on a template may be used for pack size purposes, which may also be specific to a template.
    When you copy an existing specification, the assumption is that the specification is linked to some external system(s) using the cross references - if those were copied over, you could have an possible discrepancy. Also, since you are doing a copy and not a new revision, we assumed the UOM info would be different so is is cleared out.

  • Error with standard Copy package

    Hello!!
    When I run the standard copy package selecting the option "Replace & clear data values" the execution finishes with status error and I receive the next error message in the log:
    Item has already been added. Key in dictionary: '[Invalid time Member] - EN_NONE|DSP_INPUT|2004_UPA_SEPT|'  Key being added: '[Invalid time Member] - EN_NONE|DSP_INPUT|2004_UPA_SEPT|'
    If I run the package with the option "Merge" it executes OK.
    Anybody help?
    Thank you in advance
    Pedro
    Edited by: Pedro de las Heras on Aug 7, 2009 3:16 PM

    Hello,
    You probalby get this error message beacuse you have not setup the Work Status for this application. Please defined the Work Status you want to use on the appset level and then define the dimensions you want to use to control the work status on the application level. That should solve your issue.
    Regards,
    Marcel

  • Adding a table (JCDS) to a copy package

    We have used TDMS many times now, and our end users have identified a table they would like to add to our transfer. Table JCDS.
    Question, Does anyone know how to add a table to a copy package? 
    The step "Select Tables for reduction" does not appear when we choose to copy an existing package to transfer data again.
    Thanks,
    Anthony

    I am assuming you mean TDTIM type package though not sure how you can re-use a TDTIM package.
    You may not find this table in the reduction activity since it may be defined as u201Cno transferu201D in Config.
    To set it transferable go to transaction CNVMBTCOBJ and set this table as transferable by unchecking No Trans flag.
    Harmeet

  • Launch Copy Package for OWNERSHIP app from within the FINANCE app

    Is it possible to launch the standard COPY package from within another application?
    My case is:
    I have an OWNERSHIP application with the standard dimensions ENTITY,TIME,CATEGORY,OWNACCOUNT,INTCO. I would like to copy my ownership data from one period to another as it is faster than doing data input for all my entities
    Now the challenge:
    I would like to launch this standard COPY package that copies OWNERSHIP data from within the FINANCE application. Otherwise the user always needs to switch from applications.
    I know it was possible in v4, but I seem to forget something when trying it v7.0 SP7.
    Any help is much appreciated

    Dear Shoba,
    I tried the following macro
    Sub copytest()
    Application.Run ("MNU_eData_SelectPackage(""Copy"",""system files/Copy.dtsx"",""Company"",""Ownership"")")
    End Sub
    When I was in the legalapp, copy package was opened but with the dimensions of the legalapp
    When I changed of to the ownership and tried the macro again, it gave me the good dimensions, but that was not the purpose
    When I copied the package and changed the %APP%ù it didnt work either
    I even changed %dim% to ownaccount,time,category,legalentity,intco and then the good dimensions appeared when launching the package but he gave an error when selection ownaccount, as it is not a dimension of the legalapp.
    Do you see other possibilities?
    br,
    Benjamin

Maybe you are looking for