HELP ME ON DATA MIGRATION PLEASE

Hi
what is SAP data migration what kind of tools and techniques include in that and also please what are the roles and responsibilities include in that when we are working on project.(RELATED TO ABAP)

Data Migration – Current Situation
Data migration or data conversion is a persistent issue facing most organizations who have implemented SAP. Whether it is during the final phases of a new SAP implementation, during SAP upgrades and updates, during corporate restructurings, or during mergers and acquisitions, data migration continues to remain a challenging problem for IT.
Most data migration projects are faced with a time and budget crunch. But, these projects usually require extensive support from programmers and other technical experts and therefore data migration projects tend to get expensive and time-consuming.
The tools for data transfer and data migration provided by SAP are very technical and have a steep learning curve associated with them and they require technical experts to build and implement the data migration scripts.
Data Migration – Ideal Scenario
An ideal data migration scenario would let the data migration project be implemented by the end user departments themselves. A few super-users within these end-user departments that supply the data should have the ability to transfer and migrate data themselves without relying on technical experts. Such a scenario would significantly cut the time and effort required in a data migration project.
Reaching such an ideal scenario would require data migration tools that are easy to learn and require no programming. Furthermore, these tools should work across all the different SAP modules and the SAP products, including the different versions of SAP.
Data Migration
Data Migration is the process of moving required (and most often very large) volumes of data from our clients’ existing systems to new systems. Existing systems can be anything from custom-built IT infrastructures to spreadsheets and standalone databases.
Data Migration encompasses all the necessary steps to cleanse, correct and move the data into the new system *. Technological changes, change in providers, software updates or data warehousing / data mining projects make such delicate and critical operations necessary.
<b>Data Migration can be done using BDC, LSMW, BAPI, Idoc's.</b>
What is the difference between batch input and call transaction in BDC?
Session method.
1) synchronous processing.
2) can tranfer large amount of data.
3) processing is slower.
4) error log is created
5) data is not updated until session is processed.
Call transaction.
1) asynchronous processing
2) can transfer small amount of data
3) processing is faster.
4) errors need to be handled explicitly
5) data is updated automatically
Differences between bdc session method and call transaction method.
The most important aspects of the batch session interface are: - Asynchronous processing - Transfers data for multiple transactions - Synchronous database update During processing, no transaction is started until the previous transaction has been written to the database. - A batch input processing log is generated for each session - Sessions cannot be generated in parallel
The most important aspects of the CALL TRANSACTION USING interface are: - Synchronous processing - Transfers data for a single transaction - Synchronous and asynchronous database updating both possible The program specifies which kind of updating is desired. - Separate LUW for the transaction The system performs a database commit immediately before and after the CALL TRANSACTION USING statement. - No batch input processing log is generated.
Refer this
For BDC:
http://myweb.dal.ca/hchinni/sap/bdc_home.htm
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&
http://www.sap-img.com/abap/learning-bdc-programming.htm
http://www.sapdevelopment.co.uk/bdc/bdchome.htm
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm
http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
Check these link:
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
http://www.sap-img.com/abap/question-about-bdc-program.htm
http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/
http://www.planetsap.com/bdc_main_page.htm
call Transaction or session method ?
http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html
http://www.****************/InterviewQ/interviewQ.htm
http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm
ALE/ IDOC
http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
http://www.sapgenie.com/sapedi/index.htm
http://www.sappoint.com/abap/ale.pdf
http://www.sappoint.com/abap/ale2.pdf
http://www.sapgenie.com/sapedi/idoc_abap.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
http://www.allsaplinks.com/idoc_sample.html
http://www.sappoint.com/abap.html
http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
http://www.sapgenie.com/sapedi/index.htm
http://www.allsaplinks.com/idoc_sample.html
Check these step-by-step links
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
regards,
srinivas
<b>*reward for useful answers*</b>

Similar Messages

  • Help me in date comparision Please !!! urgent.

    Hi ,
    I am trying to retrieve some entries from a table for a selected date.
    Here is the quest I am running .
    SELECT C.idnumber,A.fullname, A.description FROM Contact C, Action A WHERE TO_CHAR(c_date,'mm/dd/yyyy')='02/16/2009' AND C.actioncode = A.code ;
    This statement is correct . But the abouve query is not using the index which defined on c_date as it is enclosed with TO_CHAR .
    Can any one tell me how can I alter the above query such that it use the index & gives me data for a user selected date.
    Please share if you have any ideas & help me out to sort the issue.
    -Meena

    A DATE column does not have a format-- it is stored in the same packed binary format. Date format masks are only important when you go to convert a date to a string for display.
    If you want to ignore the time component of the date, you would need to TRUNC your date, i.e.
    SELECT C.idnumber,A.fullname, A.description
      FROM Contact C,
           Action A
    WHERE TRUNC(c_date) = to_date('02/16/2009', 'mm/dd/yyyy')
       AND C.actioncode = A.code ;Of course, this will prevent Oracle from using an index on C_DATE. The solution to this is to create a function-based index on TRUNC( c_date ), i.e.
    CREATE INDEX idx_trunc_cdate
      ON contact ( TRUNC( c_date ) );Oracle would then be able to use the new index IDX_TRUNC_CDATE for your query. If all your queries want to ignore the time component, you may want to evaluate whether you can get rid of the index on C_DATE alone.
    Justin

  • Need help for HR data migration

    Hi Experts,
         I need a help that i want to do data migration for PA30 and PP01 transactions.so if any std bapi for upload the data or bdc programs you have means let me know for further process.if early it is good for me.
    Thanks,
    Deesanth

    You can use the standard batch program RPUSTD00.  Also you can use the function module HR_INFOTYPE_OPERATION.
    Hope this is helpful.
    Thanks,
    Pavan

  • Data Migration program for opportunity

    Hi SAP Experts,
         Please can one help with the Data Migration program for opportunity.
    I want to know the approach.
    These are few mandatory filed
    1.  Opportunity Name
    2.  Account
    3.  Contact
    4.  Opportunity Owner
    5.  Total Estimate/Curr*  value_ currency
    6. Project start date   ---
    7. Stage 
    8. Probability 
    9. Status 
    10. Product with Item category ZSOL
    11. Service
    12.  Service Offering 
    Regards,
    Jaya

    Hi,
    As suggested by Kai you can use LSMW. This will be better option as it is very easy to use and you can also write routines while mapping the fields. You can also use IDOCs for importing data from Legacy system.
    If you want to write a report then you can use BAPI_BUSPROCESSND_CREATEMULTI. Please refer to the documentation of this BAPI. This BAPI internally calls CRM_ORDER_MAINTAIN. Do not forget to call BAPI_BUSPROCESSND_SAVE to commit your data.
    Regards,
    Sandeep

  • HR Payroll Data Migration from 4.6C to ECC Upgrade

    Hi
    We are going to Upgrade our 4.6c R/3 system which includes HR to ECC6.
    After this upgrade we going to start the Data migration of all data inclduing HR payroll from 4.6c to ECC.
    1).Can anybody advise what are the options for loading Payroll data from 46c to ECC ..? After Payroll data migration we must be able to see all the Payroll results from the previous system.
    2) is there any standard programs availble for Payroll data migration  ..?
    Also if anybody have any info/links on Payroll/HR data migration please help to advise.
    Thanks a lot for your info/Time.,
    Edited by: Dp on Apr 3, 2008 11:41 PM

    Hi Somar,
    I could not find the mentioned post "HR Upgrade". Please let me know the details of the "HR Upgrade" details which need to be kept in mind during upgrading R/3 4.7 to ECC 6.0
    Yes, we have got the list of "Modification Objects" using the SPAU. Please confirm that during our upgrade, we just need to work on these objects which were changed/repaired by us according to our business need.
    And, apart from that, please let me know should I need to worry about any OSS notes specific to 4.7, which is not applied to our system and got released after the ECC 6.0 Enhancement Release 3.
    I understand that if we have a system that has the Patch and SP level as in our production system and do the upgrade to ECC 6.0 all the HR functionalities will be automatically taken care. Please confirm.
    Thanks in advance for your help.
    Regards,
    Vijay

  • ALE/IDOC for Data Migration of some master data

    Are ALE/IDOC available for data migration of the following master data:?
    1)General Tasklists in PM
    2)Equipment Tasklists in PM
    3)Single Cycle plans in PM
    4)Strategy plans in PM
    5)Equipments
    6)Functional locations
    7)Measuring points
    8)Work Centers
    9)Equipment BOMS
    10)QM Info Records
    11)Sampling procedure
    12)Certificate Profiles QM
    13)Inspection Plans
    14)Material master-QM View
    15)PP Recipes
    16)Equipment BOM
    If anyone has worked worked on ALE/IDOC for data migration, please guide

    Hi Dirk ,
    Thanks for your reply . Can we use matmas03 for loading. What will be the differences between these two IDOCS.

  • DMS Data Migration-Help required

    Hi,
    I don't have enough knowledge on DMS Data migration.
    In our recent Implementation, we are implementing SAP DMS.
    Our client has more legacy data which is in their server. So we have to upload all the data's into SAP DMS.
    I gone through few SCN threads and understand that LSMW & BDC will be used for Data migration.
    Which is the best method for Data migration?
    We are having 50+ document types and it has different processes (status network), Classification & few Object links.
    Please advice me and provide me some examples to upload legacy data in DMS.
    Thanks in Advance,
    Ravi

    Hi Ravi,
    There are few approach discussed in the thread https://scn.sap.com/thread/2119796
    You may check feasibility on these approaches for your scenario.
    We are having 50+ document types and it has different processes (status network), Classification & few Object links.
    Creating these configurations into SAP is one time and should not be a problem.
    I gone through few SCN threads and understand that LSMW & BDC will be used for Data migration.
    Which is the best method for Data migration?
    How much volume of data do you have in legacy system ?
    Have a thought on whether do you really need to migrate all these data into SAP DMS   ???
    OR
    You can configure the DMS system and start fresh leaving the document in legacy system as it is.
    Hope this helps.
    Regards,
    Deepak Kori

  • Can some help me to fix the mail date issue please.

    Hi,
    I recently fresh installed snow leopard server and I successfully migrated my all mails to the new server (leopard server 10.5.8 to snow leopard server 10.6.2).
    Now my problem is, for some of the accounts all my old email date header shows as they received on mail migrated date.
    Please help me how do I fix it. So my server show the correct date of my old mails.
    Thanks,
    Gulab Pasha
    +918042616308

    I had an issue very similar to this not too long ago and what I ended up finding out is that there are 2 records.
    The first for when the client machine received the email.
    The second date for when the email was originally sent.
    The original sent date was all that I cared about, so on the client workstation, I turned off the "Date Received" column and turned on the "Date Sent" column.
    That fixed the problem for us ... however, I can understand why the two columns exist. Sometimes people send email that are from different times when their system clock is set incorrectly or other various reasons. With Date Received, email will always be in the order in which it was received. With Date Sent, someone could send an email from 1969 and it would end up on the bottom of your email list.
    Just throwing that option out there for you.

  • I recently have ipad but before i sell it i made a back up of it and by an iphone when i put all the date on my iphone some files and software did not install is there anything i can do to recover the lost data? please help

    i recently have ipad but before i sell it i made a back up of it and by an iphone when i put all the date on my iphone some files and software did not install is there anything i can do to recover the lost data? please help

    I don't think you're on iOS 5, I think you're using iOS 6.  That's the latest version.
    Unless you've used iCloud to back up your documents, you won't be able to restore them.  And for future reference, you don't have to uninstall Pages to update your iPad anymore.  Sorry about this.

  • Hello, okay? since then, was robbed today, and my find my    iphone this down, please tell me if he has a way to locate the computer, I need the iphone again, it has many important data it please help me

    hello, okay? since then, was robbed today, and my find my
      iphone this down, please tell me if he has a way to locate the computer, I need the iphone again, it has many important data it please help me

    It's gone and you most likely are not getting it back.
    If you had important info on it, you should have made backups so you would not lose the data.

  • Data Migration help in SAP

    Hi All
    Can anyone suggest good datamigration tool,Actually we are migrating our data from Microsoft sql to ORACLE(SAP 4.7) and I have never done this kind of data migration.
    I would appreciate small help also.
    Thanks in advance.
    Regards
    Sukrut s

    you need to get an OS/DB-Migration service to get support after migration. The migration itself on the production system must be done by a certified migration consultant.
    Check
    http://service.sap.com/osdbmigration
    Markus

  • I ordered an iphone 6 plus 64 gig space gray on 9/19/14. I still have not gotten any information on the ship date. Please help verizon!!!

    I ordered an iphone 6 plus 64 gig space gray on 9/19/14. I still have not gotten any information on the ship date. Please help verizon!!!

        urdea123,
    You called and help has arrived. Congrats on the new phone. The iPhone 6 Plus 64GB space gray device is shipping on 11/7. You can always check your order here http://vz.to/1qKj0Rx
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • Just installed OS Yosemite, and now I can't open Illustrator CS6. Asks me to update my Java, but I check and my Java is up to date. Please help!

    Just installed OS Yosemite, and now I can't open Illustrator CS6. Asks me to update my Java, but I check and my Java is up to date. Please help!

    Some people have reported reinstalling the Apple 2014-001 Java update has helped.
    See thread 7 here  Illustrator CC 2014 crashes on startup after Yosemite 10.10 upgrade today.

  • New BB - 9/10 attempts on old one and need to access data. Please help me understand which password to use

    I got a new BB yesterday and IT took the SIM from the old one, put it in the new one and set it up for me. During this they changed my password.
    I then realised that I had left my pictures on the old BB (my son's birth to date) so I took the SIM from the new one and put it back in the old one.  It did some kind of synch thing automatically and then I tried entering my old password. It wouldn't accept it and before I knew it I had a warning saying I would be locked out on the next attempt. (I didn't know about this restriction before or I would have stopped earlier)
    Do I have to enter the new password that IT gave me?  Will my old phone recognise the new password or will it wipe? I am not clear if there is some sort of match up between the device software and the sim card.
    I know both passwords but I am afraid to enter either as I am at 9/10 and if I chose the wrong one my pictures are history. Please can someone explain how the passwords work so that I know which one to enter.
    The old one didn't work so I suspect I need the new one but I am afraid to use the new one in case the device knows the old one somehow and when it doesn't match it wipes. Sorry if I am babbling on but very distressed and anxious right now :/
    Thanks

    rayshine wrote:
    Do I have to enter the new password that IT gave me? 
    You need to ask your BES Admin that.
    But FIRST... on the old device, are the pictures ON the Media Card or in the device Memory? Where are they stored?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I don't have wifi connection.I need to update my software to ios 8.0.2.How can I download it using cellular data?Please help

    I don't have wifi connection.I need to update my software to ios 8.0.2 using cellular data.How can I download using cellular data?.Please help.

    There are often places to go which have free WiFi ie coffee shops, shopping malls, fast-food places.
    You can connect the phone to your computer & download/update via iTunes if you have one.

Maybe you are looking for

  • IPhone 5 No Service Issue (Connected/Dropped Cellular) Help please :)

    Hi Apple Forums! I have a iPhone 5 (16gb) with Verizon Wireless. Last week, while at the hair dresser, i was using my iPhone just fine and than boom, no service. I looked outside and noticed it was a little dark and stormy so i assumed weather was me

  • I need help finishing my assignment

    this is the program public class CableInstallationTestClass { public static void main(String[] args) {   CableInstallationClass  ci = new CableInstallationClass();   ci.setNumOutlets(1);   double subTotal = ((ci.getNumOutlets() -1 ) * ci.getCostPerOu

  • Printing queries in prepared statement

    I have a created a prepared statement. When I execute the query I get an error stating that the SQL isn't correct. I would therefore like to print out the statement so I can see what it looks like. Here is what my code is doing. Create a query string

  • How to transfer data from AP to FA(FA_MASS_ADDITIONS)

    Hi, When I submit the request to transfer data from AP to FA,But No records created.I know It has some steps befor this request.But I do not know exactly. Can you help me or give me some link or doc to finish it .Thanks!

  • Pop Us Mesage for Customer Texts

    Hi all, The requirement is as below, Customer wise want to maintain special instructions, to be flown sales order as a pop up message & at header text in S.O Then while creating delivery & billing the same pop up message should appear. For ex- the in