Legacy Data Migration - Correct Order

Can anyone tell me a relatively complete process for what order data has to be loaded into SAP?
Some information I have, but would like confirmation, is:
1 a - SAP Org (Client)                     
2     a - Chart(s) of Accounts                    
     b - SAP Org (Company)                     
3     a - Chart of Depreciation                    
     b - SAP Org (Controlling Area)                                                               c - SAP Org (Plant)                     
4     a - SAP Org (Purchasing Organization, Purchasing Group)          b - SAP Org (Storage Location)                    
     c - SAP Org (Depreciation Area)                                                          d - SAP Org (Cost Accounting Area)
5     a - SAP Org (Warehouse structure:  storage type, area, bin)          b -
     c - SAP Org (Cost Center hierarchy; Cost Center; Cost Element)          d - SAP Org (Asset Class)                    
6      a - Material Master (n views)
     b - Asset Master          
     c - Vendor Master          
7      a - Purchase Requisition: open items
     b - Purchase Requisitions corresponding to PO’s: open items          c - Purchase Requisitions corresponding to AP: open items          d - Inventory balances
     e - Transfer Orders: open items
8     a - Purchase Order: open items
     b - Purchase Orders corresponding to Accounts Payable: open items     c - Material Reservations
9     a - Goods Receipts corresponding to Accounts Payable:  open items
10     a - Accounts Payable:  open items
11            a - AR: open items

Bumped.
Do I need to be asking my question a different way?
Regards

Similar Messages

  • SAP Legacy data Migration Starategy/Process

    Hi Friends
    I would request you, if anybody let me knwo the process of legacy data migration into sap. What are steps I have to follow while doing legacy data migration. My questions are:
    1) How to upload GL balances from legacy to SAP
    2) How to upload Vendor and Customer open items into sap
    3) Asset balances How to upload
    4) what is the use of Migration clearing accounts.
    Kindly provide if any documents for legacy data migration into sap.
    Thanks in advance
    Rao

    Dear Rao,
    Just check the bwlow link you can understand easly to upload the balances.
    http://www.saptechies.com/sap-pdf-books-download/SAP_Go_live_strategy11248141773.pdf
    Check the bwlow procedure for the same way do it.
    First create 5 Dummy GL codes. These GL code should be zero at the end of uploading balances.
    1     GL Offset Account               Dr
              Asset Offset Account          Cr
              AP Offset Account          Cr
              Sales          Cr
              Other GL's          Cr
    2     Cash               Dr
         Consumption               Dr
         Asset Offset Account               Dr
         AR Offset Account               Dr
         Material Offset Account               Dr
         Other GL's               Dr
              GL Offset Account     x     Cr
    3     AP Offset Account               Dr
              Vendor 1          Cr
              Vendor 2          Cr
              Vendor 3          Cr
    4     Customer 1               Dr
         Customer 2               Dr
         Customer 3               Dr
              AR Offset Account          Cr
    5     Fixed Asset 1               Dr
         Fixed Asset 2               Dr
              Asset Offset Account          Cr
              Acc. Depreciation Account          Cr
    6     Stock Inventory Account               Dr
              Material Offset Account          Cr
    Regards,

  • SSRS report not displaying data in correct order

    Guys,
    I have a SSRS 2012 report not displaying returned records from SQL in the correct order.  Running the stored procedure in SSMS and supplying the parameter values returns the data correctly and running Query Designer in SSRS using the stored procedure
    on the dataset in question, likewise returns the data correctly.  Only when I run the actual report does the data display incorrectly(always last name order).  I've done similar reporting using very similar stored procedures and I've never had this
    problem.  Below is the stored procedure.  "@SortBy" is the parameter with the sorting value. 1=Due Date; 2=Denial Amt and 3=Last name and is passed by SSRS to SQL.  Wish I could supply screen shots.  
    Thanks for any help,
    Dave
    ALTER PROCEDURE [dbo].[RAC_PT_List]
    @Level as int,
    @SortBy as int,
    @PTLName as varchar(30) = NULL,
    @User as varchar(10) = NULL
    AS
    SELECT pat.headerID,
    pat.PT_LName + ', ' + pat.PT_FName AS PTName,
    pat.PT_AcctNo,
    rco.RCO_CLMREF,
    rco.RCO_AppealLevel,
    rco.RCO_LevelNo,
    rco.RCO_AuditorStatus,
    let.LET_DEN_DueDate,
    CONVERT(varchar(12),let.LET_DEN_DueDate) as DueDate,
    let.LET_DEN_Dollars,
    let.userID
    FROM Master_PT_List pat
    INNER JOIN Master_RCO_Work rco on RCO.PT_headerID = pat.headerID
    INNER JOIN Master_Letters let on LET.PT_headerID = pat.headerID
    WHERE (@PTLName IS NULL OR(pat.PT_LName LIKE + '%' + @PTLName + '%'))
    AND (rco.RCO_LevelNo = @Level)
    AND (let.userID = @User)
    --AND (rco.RCO_AuditorStatus <> 'Closed' and rco.RCO_AdminStatus <> 'Closed')
    ORDER BY 
    CASE WHEN @SortBy = '1' THEN LET_DEN_DueDate
    END
    DESC,
    CASE WHEN @SortBy = '2' THEN let.LET_DEN_Dollars
    END
    DESC,
    CASE WHEN @SortBy = '3' THEN pat.PT_LName
    END

    Hi DaveMac1960,
    According to your description, when you render data in report, you find it always shows the data with unexpected order. Right?
    In Reporting Services, if we don't set any sorting in tablix, it will order the data as your query in SSMS or Query Builder. In some scenario, for example, we add parent group for data rows, it will have the rows sort by the group on data field by default,
    and the "order by" in your query will be ignored. So please check the Sorting tab in Tablix Properties, in this scenario, we suggest you delete any sorting in the Sorting tab so that the "Order By" clause can work.
    Reference:
    Sort Data in a Data Region (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Legacy Data Migration - GL Open Items

    Source : SAP R/3
    Target : SAP ECC
    Data to be moved : GL Open Items
    We need to migrate our Legacy data into SAP ECC.
    Tel me the efficient way to do data transfer.
    Any standard programs available for this ?
    Or any technique should I have to follow for this upload.
    Guide me please !
    RJ

    Hi,
    Standard SAP tools for the upload are LSMW or BDC. Search this forum, you will find a lot of threads regarding this theme.
    Regards,
    Eli

  • Strange legacy data migration problem to SAP CProjects

    Dear all,
    I am new to CProjects and currently working on migrating legacy data to CProjects through XML. I am facing some strange problems when migrating project data with multiple phases. If the project already exists in Cprojects, the XML import transaction hangs indefinitely and a timeout exception is thrown. While on the other hand, if I upload a new project (with same set of phases), it is readily imported without any problems.
       Kindly help!
      Thank you all!

    Hi Vivek,
    If the project already exists, the system creates a simulation from the imported data. You then need to move the simulation to your operational project by performing a reconcilliation. You can't simply overwrite an operational project via an import.
    I have included some links below from SAP help which may help (cProjects 3.1).
    http://help.sap.com/saphelp_cpro31/helpdata/en/26/cb8740f8aacf62e10000000a155106/content.htm
    http://help.sap.com/saphelp_cpro31/helpdata/en/b0/d562404fb6cd01e10000000a155106/content.htm
    Regards,
    Lashan

  • Legacy Data Migration

    Source : SAP R/3
    Target : SAP ECC
    Data to be moved : GL Open Items
    We need to migrate our Legacy data into SAP ECC.
    Tel me the efficient way to do data transfer.
    Any standard programs available for this ?
    Or any technique should I have to follow for this upload.
    Guide me please !
    RJ

    Hi,
    Please close the thread if your problem is solved.
    or else let us know.
    <<text removed by moderator - it's true what you said, but it's too close to asking>>
    Thanks & Regards,
    Sudheer
    Edited by: Matt on Nov 14, 2008 4:23 PM

  • Legacy Data Migration - question on conversion

    Hello All,
    We are trying to build a generic tool which could help the conversion process in data migration.
    For eg, If the material name in legacy starts with AB (AB6790), the same has to be referred in SAP as SQ6790.
    So its replacing initial few characters during the conversion process.
    Like this, I am expected to collect possible scenarios and
    develop a generic tool, which can cover some possible conversion conditions.
    Can you please help me with such scenarios, which you may have come across in project needs.
    Thank you.
    Meenakshi

    Rahul,
    I strongly suggest you do a search in the CRM General & Framework Forum on this topic.  If you are looking for specific objects to migrate there are several posts on the major data elements in crm (transactions, business partners, products).
    In general the technique is to use the LSMW combined with the XIF-IDOC adapter to convert data into the CRM system.
    My blog here will explain the general process:
    /people/stephen.johannes/blog/2005/08/18/external-data-loads-for-crm-40-using-xif-adapter
    Thank you,
    Stephen

  • Performance Management - Legacy  data migration

    We are going live in mid-feb. We would like to migrate the legacy appraisal data (non-SAP) into SAP Performance Management
    How do we do this?
    Is it possible to create the VB , VC objects by a report. I am considering creating a transition appraisal document for this migration.

    Hi Guys
    Setting of the STATUS is possible via BAPI.
    Once you create the Project definition you can then use the GUID and set the status of the newly created project.
    I you want to set the STATUS to anything other than RELEASE. Make sure to set it to RELEASE 1st then to wat ever you choose. You can do both all of the above before you COMMIT
    Below is some nasic code which worked for me.
    *& Report  YYPY001_TEST
    REPORT  YYPY001_TEST.
    data i_trans type BAPI_TS_BUSINESS_TRANSACTION.
    data e_return type BAPIRET2 OCCURS 0.
    data e_return1 type BAPIRET2 OCCURS 0.
    i_trans-BUSINESS_TRANSACTION = 'RELEASE'.
    CALL FUNCTION 'BAPI_BUS2172_SET_STATUS'
      EXPORTING
        project_definition_guid       = '44BDF2BDF5BB2075E1000000CB195E30'
      IV_STATUS_PROFILE             =
        IS_BUSINESS_TRANSACTION       = i_trans
      TABLES
        RETURN                        = e_return
    CALL FUNCTION 'BAPI_CPROJECTS_COMMIT_WORK'
      TABLES
        return        = e_return1

  • Bank statement legacy data migration

    Hi,
    Has anyone migrated legacy bank statement data without migrating the FI line items?
    Thanks & regards,
    Tony

    No, but I think that can be possible uploading EBS files but not posting them.

  • Credit card Open sales order data migration

    Hi All,
    My query for today is to know your experiences as to how to handle legacy data migration to SAP for Open transactions having credit card information. I mean in legacy we have Open orders with credit card information and some of them are approved, or rejected or in a yet to receive a response stage. What is the best practice to migrate these open orders. Should we reauthorize these orders? Similarly, if you can tell me about Open Invoices and Open A/ru2019s.
    Thanks
    AriBis

    hello, friend.
    a standard transaction is VA05 or VA05n to check on open orders. 
    if you need to check the database tables, you can check sales order status/header thru table VBUK.  for item level, use VBUP.  you will find fields such as reference status, delivery status, etc.
    regards.
    jy

  • Data Migration of Contracts with periodic billing and revenue recognition

    Hello Experts,
    I am trying to develop a legacy data migration plan for Contracts with periodic billing plan and revenue recognition.
    Example of the scenario is given below:
    Customer signed a contract for one year starting 01/01/2009.
    Customer is billed quartely, billed in advance.
    SAP going live on 04/01/2009
    Customer is billed for 3 months and also for initial set up fees.
    Revenue recognition is done monthly.
    We have to migrate this contract to SAP.
    Billing document posting may be necessay as it affects revenue recognition which spans across the total contract period.
    Any ideas how to do this?
    Thanks  A Lot
    Anil
    Edited by: Anil  Jose on Sep 17, 2008 9:38 PM

    Hi Anil
    How did you manage this? We also had the same problem in one of our contracts and what we did was that we copied the contracts from the legacy with the full value. That is suppose SAP went live on 1st April, 2009 and the contract was created on 1st January 2009 for a value of suppose 100 USD, with the first billing being done on 1st Jan for 33.33 USD for 4 months. We first created the contract with a validity from 1st Jan 2009 in the new system. We billed it with a billing type that we created that did not actually create new accounting entries as the accounting entries had already been created in the legacy system. In the new system then we recognised the revenue till the go live, so that the actual value remaining of the contract reduced. Then we started the billing plan of the contract from 1st of April 2009 for the remaining amount. So next invoice was created on 1st april for 33.33 USD. Can you share your solution.
    Regards
    Indranill

  • Data Migration for Open Purchase Order

    Hi, All,
    Is there anyone know how to Count the volume for Open Purchase Order. What's the normal strategy for the Data Migration and Cut-over stage?
    My client want to know how many Open Purchase Order in the legacy system and then determine manual or automatic data migration. If manual, how to do? If automatic, how to do? Because all materials and vendors, plants are different number. How to track? How to find out to match between new and old?
    Thank you very much

    JC,
    Sounds a bit early to be making decisions about the realization phase.  It doesn't sound like you have finished the Blueprinting phase yet, much less the testing phase.
    Anyhow, in my experience I typically use LSMW (Legacy system migration workbench) to load MM master data (material masters), Inventory (WIP, RM, FG, etc) Purchasing Master data (Vendors, Purchase Info Records, Source Lists, Quota Arrangements), and Purchasing transactional documents (POs, PurReqs, Scheduling Agreements, etc).  Depending on the complexity and volume of data, it  may be necessary to write custom programs to load the data.  You will find this out during your requirements gathering.
    It is uncommon but possible to load all of these data manually.  I have never run across a client that wants to pay a consultant's hourly rate to sit at a terminal to peck away loading master data, so if the client intends to have his own users enter the data manually, the project manager should make provision that there will be qualified TRAINED client employees available for this data entry.  I did help with a portion of a conversion once manually; of Sales Credits, but there were only about 30 SD docs to load.   I did this the evening before go-live day, while I was waiting for some of my LSMW projects to complete in the background.
    A good opportunity to 'practice' your data loads is right after you have completed your development and customization, and you have gotten the approval from the client to proceed from the pilot build to the full test environment.  Once you have moved your workbench and customization into the client's test environment, but before integration testing, you can mass load all, or a substantial portion of your conversion data into the qual system.  You can treat it like a dry run for go-live, and fine tune your processes, as well as your LSMW projects.
    Yes, it is good practice to generate comparisons between legacy and SAP even if the client doesn't ask for it. For Purchase orders on the SAP side, you could use any of the standard SAP Purchasing reports, such as ME2W, ME2M, ME2C, ME2L, ME2N.  If these reports do not meet the requirements of the client, you could write a query to display the loaded data, or have an ABAPer write a custom report.
    You didn't ask, but you should also do comparisons of ALL loaded data - including master data.
    It sounds like you are implying that the client wants YOU to extract the legacy data.  For an SAP consultant, this is not very realistic (unless the legacy system is another SAP system).  Most of us do not understand the workings of the myriad legacy systems.  The client is usually expected to produce one or more legacy system technical experts for you to liase with.  You normally negotiate with the technical expert about every facet of of the data migration.  In addition, you will liase with business users, who will help you and the implementation team to logically validate that the final solution (turnkey SAP production system, fully loaded with data) will meet the client's business needs.
    Finally, you mentioned how do you track the mapping of master data between legacy and SAP.  There are many ways to do this.  I normally try to get the legacy person do the conversion on his end, eg, when he gives you the load file, you would like to have already translated the master data and inserted the SAP relevant values into the file.  If this is not possible, I usually use MS Access databases to maintain a master map, and I perform the mapping on a PC.  If your data package is small, you can probably get by using MS Excel or similar.
    Good Luck,
    DB49

  • Data migration of open production order

    Hello SAP gurus,
    Please advise me about the steps that should be followed for data migration of open production order from legacy to SAP.
    Regards,
    Anand

    Hello SAP gurus,
    Please advise me about the steps that should be followed for data migration of open production order from legacy to SAP.
    Regards,
    Anand

  • Data Migration from Legacy System in CRM

    Hi All,
    We are going to Implement a new CRM project, I have a problem with LSMW(Legacy System Migration Workbench ), I have some Conversion Objects of CRM and I need to know whether Data Migration is possible or not, please tell me how to find these Objects and how to know Data Migration is possible or not.
    Objects are like.,
    1. Accounts
    2. Actuate Reports
    3. Active Campaigns/Campaign Content/Dispositions
    4. Contacts
    5. Contracts
    6. Opportunities
    7. Payment Arrangement History
    8. Payments
    9. Premises
    10. Rate Changes
    11. Security Deposits
    12. Business Partner Relationships
    13. Web self-service information
    14. Usage that has been used for quotes
    15. Tax history information, including AXCIS
    17. Service Requests
    18. Service Order History
    19. Security Deposits
    20. Reference Values
    21. Rate Changes
    Can anybody please tell any transaction code in CRM where can I find the Data migration for the above objects is possible or not.
    Thanks in Advance,
    Sai.

    Hello,
    for migration into CRM I would suggest the 'XIF-Interfaces'; these are interfaces provided in CRM for connection to external systems. I'm not sure if this will cover all objects mentioned above, but at least some of them should exist.
    Some information about existing interfaces can be found in the integration repository under http://ifr.sap.com/index.html; from the start screen first select 'Enter the repository' and then have a look under 'generic components' and 'SAP CRM'.
    Regards, Katja Ohliger

  • AR & AP Data migration from legacy

    Hi,
    1.What are the precaution to be taken for Data migration from legacy system?
    2.We intend to use a conversion ac ( Dr conv ac cr Vendor ) Is it Correct way of doing it ?
    3.How do i ensure that all my invoices uploaded correctlt ?
    4.What is the best Standard program to get it doen ?.
    5.Is LSMW is best to do it or shall I have to go for custom development?
    Any piece of yr advice is appreciated.
    Thanks, Chitra

    Hi Chitra,
    Following link are helpful in understanding LSMW:
    Note 105244 - LSMW 1.0: known problems, tips and tricks
    Re: LSMW and error handling
    /community [original link is broken]
    For Data Migration:
    Note 400257 - Data Migration and Upload Report
    Note 739860 - Data migration from a legacy system to SAP
    Hope this helps.
    Please assign points as way to say thanks

Maybe you are looking for

  • Error while saving the added the element in HumanResource Vision Enterprise

    Hi All, In 12.0.4 ,while saving after creating the element in the Human Resource Vision Enterprise it error out with error code APP-PAY-51520. Thanks&Regards DBA

  • Use jdbc to connect servlet to oracle 8.1.6 database on win2k

    The code is below: package moreservlets; import java.sql.*; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Simple servlet used to test JDBC connection. */ public class TitleQueries extends HttpServlet { public void doGet(H

  • Spry menu hover issue

    I have a vertical spry menu bar and it opens up to the right over the text on the page. In Firefox it displays correctly, but in iExplorer, when the cursor hovers over the drop down menu, it only stays highlighted and open when the curser is directly

  • Vector in table

    Hi all, I want to use Vector to declare the content of the table with two column. I tried to use data model, however, I cannot declare two dimensional Vector in the table, so I cannot show correct content in both column, would you mind the help us. I

  • Presentation Services Error

    Hi All, I have installed and configured OBIEE on Windows 2003 Server as per the document. On opening Presentation Services I am getting "Page cannot be displayed" error message. All the required services are running in windows services. I have chosen