Copy transaction data only to another version

I want to copy only "Transaction" data to another version. The version copy gives only two options. "Master Data" "Master data and Transaction Data".  But there is no option of "Transaction Data".  Any knows how to copy only "transaction data"
/Shibu

Hello Shibu -
"<b>Understand that Transaction Data is based on your Master Data. Without Master Data there wont be no Transaction Data."</b>
even if you have to transfer both i.e. Master Data and Transaction Data then there wont be any change in the master data(if master data has not been changed) that you have already transferred.
Regards,
Suresh garg

Similar Messages

  • Copying transaction data between planning version - Not delete existing dat

    Hello all.
    I made copy from one version, like 000.
    The result is Version A1 and A2. I copied everything(Master Data and Transaction Data).
    For each version, i ran a MRP. But in differents periods. Like October and November.
    After MRP, i have a lot Planning Orders in A1 and A2. But in differents months.
    My question is: I want to merge A1 and A2 in another version(Merge only  Planning Orders). How i can do this?
    Using /SAPAPO/MVM or /SAPAPO/VERCOP i can copy all data from source to target. But always delete previous data.
    Thanks
    Best Regards.
    Marcelo

    This isn't the answer you WANT to hear.   But there's no way to my knowledge to achieve your requirement using standard version copy functionality in APO.
    One way to preserve the data for alternate / merged versions that I've found useful is to use the /SAPAPO/REL_TO_OLTP transaction to send volume data to the ECC client.  If you are loading both inactive versions to BW, then you should be able to release that data from BW to ECC inactive/"long-term" simulation versions where it can be aggregated.  That is to say, you could send A1 and A2 separately and they will simply add to one another, not overwrites (delete and re-create).
    This being said, requirements using this transaction are sent as planned ind. requirements in ECC.  This may not be the desired outcome that you're looking for, so you might have to be careful which key figure you send to represent volumes.

  • Copy Transactional Data from One Company Code to Another

    Hi Gurus,
    I have a peculiar requirement.  Searched thru the forums but did not got any clue.
    My client wants an Existing Company Code (ABCD), that is in use since past 2 years and have sizeable chunk of Transactional Data to be stopped for use.  The requirement is to stop using the existing Co Code ABCD and Transfer all the Transactional Data to a New Company Code (WXYZ).
    Any clues how to achieve this.
    Many Thanks...

    Thanks for your revert.
    is there an easier way to de-associate the Co Code from the Chart of Accounts.  I will have to convince my client on using the Same Co Code with different CoA, hope they should be fine.
    I believe I will have to go thru the detailed process of Resetting Transactional Data for Co Code, even this would be massive.
    What would you advise?
    Thanks Again...

  • KP97 Copy Plan Data - Cummulate in Target Version

    Hi Experts,
    We have a requirement to commulate (sum) cost center plan data while copying from one plan version to another. Such functionality was avaiable through [SAP Note 792372 - KP97ff.: Cumulating copying |https://service.sap.com/sap/support/notes/792372]in 4.6C version.
    However, now we are on ECC6.0 EhP4 and this SAP Note cannot be implemented in system. Any idea how we can get such functionality in ECC6.
    Regards,
    Hanif

    HI,
    did you check if the functionality is available in SAP standard without implementing the note?
    I just checked an ECC 600 system, the message that needs to be created based on note 792372 (message class KPT3 message number 034) is there so I guess the other functionality is there as well...
    BR Christian

  • Settings to copy header data only in copy control

    Hi Friends,
    I am trying to create an order with reference  an invoice but i only want to copy the header data. What setting should i maintain in copy control to achieve this.
    Regards,
    Wasim.

    Hi DSR,
    I have maintained below data in VTAF (Data T: 052 ,Copying requirements: 302,DataT: 103,DataT: 003)
    Now i am getting dump while raising  sales order with ref a billing doc.
    Can anyone please suggest how to rectify the same.
    DUMP:
    Short text
        Missing parameter with PERFORM.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLV45C" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was
         not caught in
        procedure "VBRK-VBELN_PRUEFEN" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        A PERFORM was used to call the routine "BEDINGUNG_PRUEFEN_302" of the program
       "SAPLV45C".
        The current call contains 0 actual parameter(s),
       but the routine "BEDINGUNG_PRUEFEN_302" expects 1 parameters.
    Missing RAISING Clause in Interface
    Program                                 SAPLV45C
    Include                                 LV45CF0V
    Row                                     14
    Module type                             (FORM)
    Module Name                             VBRK-VBELN_PRUEFEN
    ger Location of Exception
    Program                                 SAPLV45C
    Include                                 LV45CF0V
    Row                                     51
    Module type                             (FORM)
    Module Name                             VBRK-VBELN_PRUEFEN
    ce Code Extract
      SourceCde
    1       HVBAK-VKORG = VBRK-VKORG.
    2       HVBAK-VTWEG = VBRK-VTWEG.
    3       HVBAK-SPART = VBRK-SPART.
    4       ORG_FROM_NEW_DOCUMENT = CHARX.
    5     ENDIF.
    6     IF POSITIONSVORSCHLAG = SPACE.
    7       PERFORM VBUK_SELECT USING VBRK-VBELN.
    8     ENDIF.
    9   ELSE.
    0     MESSAGE E001.
    1   ENDIF.
       32
       33   IF POSITIONSVORSCHLAG = SPACE.
       34 * Kopf-Kopierbedingung pruefen
       35     PERFORM TVCPA_SELECT USING SPACE   " AUART_VON
       36                                FVBRK-FKART   " AUART_VON
       37                                HVBAK-AUART.  " AUART_NACH
       38
       39     PERFORM VBPA_SELECT_PROBE USING VBRK-VBELN.
       40
       41 * Falsche Belegnummer in Anlegen mit Bezug eingegeben
       42     IF SUBRC > 0.
       43       EXIT.
       44     ENDIF.
       45
       46     IF STEUERUNG-NUMMER <> '000'.
       47       PERFORM (STEUERUNG) IN PROGRAM SAPLV45C.
       48     ENDIF.
       49   ENDIF.
       50
    >>>>> ENDFORM.
       52 *eject
       53
       54 &----
       55 *&      Form  VBAP-UEPOS_LESEN
       56 &----
       57 *       text                                                           *
       58 ----
       59 FORM VBAP-UEPOS_LESEN USING VALUE(VS_VBELN)
       60                             VALUE(VS_UEPOS).
       61
       62
        64        EXPORTING
        65             I_DOCUMENT_NUMBER = VS_VBELN
        66             I_ITEM_NUMBER     = VS_UEPOS
        67        IMPORTING
        68             E_VBAP            = VBAP
        69        EXCEPTIONS
        70             ITEM_NOT_FOUND    = 01.

  • AR aging report--from transaction date

    Hi
    Presently the 7/4 bucket aging report shows current and invoices no of days past due i.e. 31 days due past due date.
    Is there a report or any way by which this aging report can be generated to show aging from transaction date.
    Thanks
    Ninad

    Hi ninad
    Aging Reports by default are generated based on Transaction date only and not based on GL Date. Please explain your requirement clearly
    Regards
    Sivakumar

  • Import Transaction Data from BW Cube to BPC Cube

    Hi,
    Is there any document that explain how i can import/copy transactional data from bw cube to bpc cube like this below pic. http://img841.imageshack.us/img841/6998/prof.jpg
    Thanks in advance.

    Hi Again,
    With these documents I can import transactional data with a single keyfigure but if there are more than one keyfigure, importing and assigning keyfigures to dimensions might get confusing.
    For example i have two keyfigures "zbgstsad" and "zbgstsf" in bw cube and I have two account member in "S_ACCT": "S_F", "S_A". I did a conversion file with "zbgstsad(ext)->s_a(int)" and "zbgstsf(ext)->s_f(int)" rows. But i am not sure what i have to put instead of "?".
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    CONVERTAMOUNTWDIM=S_ACCT
    *MAPPING
    RPTCURRENCY=0CURRENCY
    S_ENTITY=ZBGENTITY
    S_ACCT= ?
    S_TIME=0CALMONTH
    S_CATEGORY=*NEWCOL(ACTUAL)
    S_OB=0UNIT
    S_URUNLER=ZBGURNLR
    AMOUNT= ?
    *CONVERSION
    S_ACCT=[COMPANY]B_ACCT.XLS!CONVERSION
    TIME=[COMPANY]B_TIME.XLS!CONVERSION
    What do you recommend?
    Thanks in advance.
    Burak
    Edited by: boguner on Aug 9, 2010 2:34 PM
    Edited by: boguner on Aug 9, 2010 2:40 PM

  • Copy Master Data from BW cube to BPC cube

    Hi,
    I need to copy a master data from BW cube to BPC cube.
    Can I do this from BW? That is, Can I copy master data from the view of the cube of BPC in BW?
    I do this from BW and then I see the master data in my BPC cube from the BW view, but when I open my cube in the BPC environment, I don't see nothing of the master data.
    What's the problem?
    Regards,
    Miguel.

    Hi Miguel -
    I think you are asking if you can copy transactional data from a BW cube into a BPC cube (cubes do not contain master data).
    If this is what you want to do, yes the BPC IMPORT package is a delivered data manager package that allows you to select a BW cube, transformation file, and additional options (such as work status checking and default logic execution).  The use of the Data Manager [process is the "best practice" since you will need to transform the BW data model into the BPC data  model and the tools delivered in the IMPORT data manager package are ideally suited for the job.  You can automate this process by following the guide at:
    [https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides|https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides]  The specific document is:  "How to Export BPC Transaction Data Using a Custom Process Chain"
    If you are actually asking for the process for loading master data into BPC dimensions, please read the following "How To" guide that describes the current best practices:
    [https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides|https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides]  The specific document is: "How to Automate Master Data Loads in BPC NW"
    Regards,   
    Sheldon

  • Copy user data from Desktop HD to external HD

    This is for a customer; I fix PCs and MACs for a living. Please answer all 3 questions below if you are able.
    Old PowerMAC G5 has non-working mouse (i.e new mouse in different USB connector fails too) PLUS Other problems too. It does boot to an account with no login Password. However Login password for user account with admin privleges has been forgotten by customer. Customer wants to get a new MAC to replace G5.
    So my job is to copy user data ONLY from PowerMAC HD to a NEW external usb HD for later copy to a MAC to be purchased later.. My plan is to use Target Disk to access the PowerMAC G5 HD (i.e G5 never boots with this approach; we are seeing G5 as it's HD ONLY.
    So we have a MAC laptop in the middle running OS 10.4 or higher (unknown at the moment) and I connect via firewire cable and Target Disk to the G5 and ALSO connect the new usb external HD. It then use Disk Utility to reformat the external usb HD to Apple OS extended. And also wipe out all permissions on the external HD.
    And then I drag and drop user home directories (and subfolders) from the G5 to the external HD.
    HERE IS MY QUESTION: When I try to copy the user account with admin privleges which DOES HAVE A LOGIN PASSWORD OR the admin account home directories will OS X on the MAC laptop in the middle ASK ME FOR THE CORRESPONDING ACCOUNT PASSWORD or in some other way (PLEASE SPECIFY) get in the way VS just doing the copy ??
    Because customer forgot the login password AND since mouse fails on G5, I cannot use an OS X install CD to wipe out the account password by booting from OS X Install CD etc etc.
    SO IF THE MAC IN THE MIDDLE ASKS FOR THE LOGIN PASSWORD I am dead, I have no way of backing up the customer's data, can only back up from the user accounts with NO login password.
    (2) I am also wondering if the MAC laptop will object to copying the home directories for user accounts with NO login password.
    (3) And if the MAC in the middle objects or asks for passwords PLEASE PROVIDE A WORKAROUND if you know one. Please provide step by step instructions or a link to same as my MAC knowledge is much inferior to my PC knowledge and I probably can not "fill in the blanks"
    Mike

    You will be asked to provide an administrator password for the computer you're working at during the copying process. The login passwords for the accounts aren't needed to copy the data, but if any account is protected by FileVault, that account's password will be needed to decrypt it.
    For example, if you're on a computer which has an administrator password of '1234' and are trying to copy the home folder of an account for which the password is '5678', you'll need to provide '1234' to copy the home folder, but not '5678'. Opening that account's FileVault-protected disk image home folder will require '5678'.
    Additionally, if the numeric UIDs of the accounts match, no password will be needed to perform the copy. This generally only applies to one account per computer, and is independent of account passwords.
    (62724)

  • Transactional Data Copy from In-Active version to Active version(APO)

    Hi
    I want to copy the Transactional Planning data from Inactive version to Active version, so that from Active version I can transfer that data to ECC.
    Kindly give the valuable inputs for my Query.
    Regards
    Guru
    Edited by: gurvarender singh on Jan 31, 2009 11:18 AM

    try the transaction /SAPAPO/VERCOP - to Copy Planning Version
    select if u want to copy the entire version (master as well as transaction data)
    u can also trigger parallel processing and also restrict 
    Restriction via
    Location Product                  
    Location                 
    Locatn Type              
    Production Plannr        
    SNP Plannr               
    Demnd Plannr             
    Transptn Plannr          
    Purch. Group

  • 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

  • Copy actual data to plan version

    Dears,
    I have a requirement wherein business has maintained plan data for balance sheet GLs in GP12N for version 1 for 6 months. Now the requirement is to copy actual data of first 6 months to next 6 months in version 2 (forecast) and start comparing actual/plan/forecast. I tried copying in FAGLGP52N, but it allows only from plan version to another plan version.
    Please suggest if there is a way to copy actual data to plan version.
    I have another requirement to display plan version data of cost element (PL) which we maintain in KP06/7KE1 in F.01.
    Thanks,
    Lokesh

    Try to use Plan version (000) where the Actual values are posted in this version.
    Cheers,
    Sarhan.

  • Copy financial data and documents into a new version

    Hello,
    Does anybody know whether is possible to copy from one version into a new one all financial data
    (including all posting levels) as well as all documents (including all posting levels).
    There is a copy task where it is possible to copy financial data and documents, but the system only takes into consideration indivual values, not consolidated values.
    Thanks in advance,
    Rui Vieira

    Hi,
    It's possible with EhP2:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/02/056c40de05587ee10000000a155106/frameset.htm

  • Transfering Master and Transaction data to active and non active versions

    Hi Gurus,
                 I am planning to transfer ECC master and transaction data to APO active and simulation versions.My question is
    1. Is it possible to release Master and transaction data to active and non active versions ?
    2. How i need to config if i want to release Master and Transaction data in version 001?
    Please let me know .
    Thanks in Advance
    Regards,
    Raj

    Hi Raj,
    1) Once you create active integration models for master data and
    transactional data, the data will get updated in active version 000
    2) For creation of non active version use transaction
    /SAPAPO/MVM
    3) For copying of data from active to non active version, use
    transaction /SAPAPO/VERCOP
    Regards
    R. Senthil Mareeswaran.

  • Need to move data only by company code wise to another client

    Hi All,
    I need to move data from DEV client to one of PRD clients.
    There are two scenarios:
    1. The scenario is we have 3 company codes in DEV but need to move data of only 1 company code (that too customizing data).
    2. We want to move data, date wise also (i mean from 1 JAN to till date).
    Is there any possibility in SAP to do this?
    Thanks
    Disha

    "As I said above, production system should not be build from quality/development system in any way either by client copy or ALE or any other means."
    @Sunny
    Not necessarilly correct in all cases. Purely depends on what data is being discussed here. ALso depends on how Business processes have been defined. In lot of projects master data like GL Accounts,Cost Centers,Profit Centers etc is created in Development and ALE'D to production. You can also move a lot of data via transports (cutomizing). Depends on what data is being discussed. Transaction data ..yes you would never do that . But customzing and master data you can; provided you have fool proof processes in place and have a good understanding of how ALE works for the concerned data !
    Coming back to the question :
    Yes you can do it. Never do it for transactional data. A lot of garbage might have been created. Master data if you are really happy with the quality do it via ALE (but do it first on a test box) .  Make sure however that all the relevant customzing is in place.  Sequence is import. What got created in DEV first must go to prod first or else you would have errors which of course can be solved but then why take the pain. Involve your FI-CO guys and Business process owners before you do it. Be a bit careful with chart of accounts !
    As I said try it on a test environment first..
    And why are people suggesting to use TDMS when it was mentioned that only customzing data is involved! Why did SAP create CTS then if customzing has to be moved via TDMS !! Or is the old point frenzy back again !
    Regards.
    Ruchit Khushu

Maybe you are looking for

  • Video In troubleshoot

    hello guys... i need some help.  First, some background info on my cpu.  I have an msi kt4 board, 2200xp, and an msi ti-4200(ms-8894) 128mb vivo with the 9 pin set.  I installed all the relevant drivers from nvidia and msi, including the video captur

  • Has Default DVD/CD Burn Speed Been Altered In Tiger?

    I upgraded to Tiger 6 months ago but have been burning most of my DVDs in Toast. I have just used the Mac's burning application and the window that opened gave a default burn speed of half the DVD's capability. In Panther etc. the default burn speed

  • Project with Resource Related Intercompany Billing (D48)

    Have BP-ERP 604V1, and BP-SOLBLD 70V1 installed. Was able to install baseline package for Germany V1.604, including scenarios and building blocks. Now attempting to ... - locate where best practice for project with resource related intercompany billi

  • Resolution Increase for new PB 12"

    Hi, new to this discussion board, but i figure i'd give it a try. I'm curious as to if i can increase the screen resolution on my laptop screen itself. Currently, I can't increase it past the 1024 x 768. I'm new to macs, so I'm wondering if there's a

  • Deleting unwanted addresses

    Whenever I type in an address for a new email, I'm offered a list of matching names from my Address Book and Previous Recipients List. If I go into the Previous Recipients List and delete any address I no longer wish to see in the list (and also chec