Which is the Best way to upload BP for 3+ million records??

Hello Gurus,
                   we have 3+million records of data to be uploaded in to CRM coming from Informatica. which is the best way to upload the data in to CRM, which takes less time consumption and easy. Please help me.
Thanks,
Naresh.

do with bapi BAPI_BUPA_FS_CREATE_FROM_DATA2

Similar Messages

  • What is the best way to upload invoices to A.R.?

    Hi! I would like to ask what is the best way in uploading invoices to A.R. from other system. Autoinvoice? Invoice Creation API? or Transaction API? I need your suggestions.  Kindly specify also the pros and cons and any other suggestions that you can give and also please point me to some reading materials.
    thanks.
    Jon

    I've been looking for several days at examples of using a
    flash file uploader. I was after single or multiple file uploads, a
    progress bar and the ability to add "vanilla" form fields. The most
    promising I found was the YUI uploader from those nice people at
    Yahoo
    http://developer.yahoo.com/yui/examples/uploader/u...
    I got it working fine submitting to a simple CF page
    <cfif structkeyexists(form,"Filedata")>
    <cffile action="UPLOAD" filefield="Filedata"
    destination="#expandpath(".")#" nameconflict="OVERWRITE">
    </cfif>
    <cfif structkeyexists(form,"var1") and
    structkeyexists(form,"var2")>
    <cffile action = "append" file =
    "#expandpath(".")#\log.txt" output = "var1 = #var1# var2 =
    #var2#">
    </cfif>
    I'm a complete novice with Javascript, PHP, flash in fact
    anything other than CF, so there's a bit I don't understand (well
    several ... but this one in particular!)
    On the example in the YUI documentation they say they are
    using this PHP scrip to handle server side
    1 <?php
    2 foreach ($_FILES as $fieldName => $file) {
    3 move_uploaded_file($file['tmp_name'], "./" .
    $file['name']);
    4 echo (" ");
    5 } ?>
    The echo bit seems to "bounce back" the post data which is
    then picked up by the onuploadresponse(event). In CF how would I
    pass back some response to the calling page to fire this
    event?

  • Which is the best way for posting a large number of records?

    I have around 12000 register to commit to dababase.
    Which is the best way for doing it?
    What depends on ?
    Nowadays I can't commit such a large number of register..The dabatase seems hanged!!!
    Thanks in advance

    Xavi wrote:
    Nowadays I can't commit such a large number of registerIt should be possible to insert tens of thousands of rows in a few seconds using an insert statement even with a complex query such as the all_objects view, and commit at the end.
    SQL> create table t as select * from all_objects where 0 = 1;
    Table created.
    Elapsed: 00:00:00.03
    SQL> insert into t select * from all_objects;
    32151 rows created.
    Elapsed: 00:00:09.01
    SQL> commit;
    Commit complete.
    Elapsed: 00:00:00.00
    I meant RECORDS instead of REGISTERS.Maybe that is where you are going wrong, records are for putting on turntables.

  • What is the best way to upload icons I created on illustrator, onto a photoshop file of a website design?

    I currently in the process of designing a website on Photoshop. I have designed some icons for the website using Illustrator. What is the best way to upload these icons onto the photoshop file and keep them looking crisp and high quality? I have tried a number of ways but all seem to come out pixilated.

    What you need to do is make sure you are creating the Illustrator icons at the same ppi as the Photoshop document and at the correct size. If you have created the icons say with 300ppi but are in pixels it won't carry the same properties as the website you are creating if that has been set up as 72ppi and therefore will distort.
    Once you have mastered that then you are best (if you think there may be changes to the icons later down the line) to create .ai files of each icon and place them intt the Photoshop document, then if you make any changes to the source .ai file it will update within you website design.
    If you don't see the icons changing then you can always just copy and paste directly from Illustrator to Photoshop and make any changes on the fly by making sure you keep it as a smart object.

  • Which is the best way of deploying JSP (mod_ose or OSE) ?

    I need to deploy some jsps that are using servlet api 2.2 and i would like to know which is the best way of deploying these jsps?
    Thanks
    RJC

    Speaking of JServ Vs OSE, I have some related questions on it. I would appreciate if someone can answer:
    1.For a stateful servlet (assuming that we are using Oracle JVM), Will it not call the init() method of the servlet each time for a client (because each client will have his own Oracle JVM)? If so, isn't that expensive because it needs to initialize the servlet again?
    Again, for the same servlet, Will it not have a servlet context for each and every client? Isn't that expensive? ( A servlet context by definition maintains state information for all instances of a web application within any single JVM)
    2. If we have an application that has some portion of it which is stateless and some portion of it which is stateful, how do we make a choice JDK JVM vs Oracle JVM?
    Can we (for the same application) use both the JDK JVM as well as Oracle JVM? If so, how does the JDK JVM talk with Oracle JVM?
    3. Since Oracle JVM is useful for stateful applications only, does it mean that we cannot use it for Stateless session beans? (In an application we might have stateless session beans, stateful session beans as well as entity beans) Should we be using JDK JVM or Oracle JVM?
    4. For Servlets too, we might have stateless servlets and stateful servlets within the same application. If so, can we use JDK JVM for stateless servlets and Oracle JVM for stateful servlets? If so, how does the JDK JVM talk with Oracle JVM?

  • Which is the best way for a called function to identify caller class name.

    Which is the best way for a called function to identify the caller class name .
    1)Using sun.reflect.Reflection from called function
                    Class caller = Reflection.getCallerClass(2);
                    System.out.println("Caller Class Name ::"+caller.getName());2) Analyzing current threads stack trace from called function
                    StackTraceElement[] stElements=Thread.currentThread().getStackTrace();
                    System.out.println("Caller Class Name ::"+stElements[3].getClassName());Is there any alternate ways to achieve the same .Which is the best way ?
    Called function doesn’t have any arguments, I don’t want t pass any arguments from caller function to called function.
    Plz help.
    With kind regards
    Paul

    798185 wrote:
    Which is the best way for a called function to identify the caller class name .
    Is there any alternate ways to achieve the same.SecurityManager
        // 0 is the anonymous SecurityManager class
        // 1 is this class (also works in static context)
        // 2 is calling class
        static Class getClass(int i) {
            return new SecurityManager() {
                protected Class[] getClassContext() {
                    return super.getClassContext();
            }.getClassContext();

  • Filter or Restrict on? Which is the best way to put it?

    Hello Experts,
    If there is a Characteristic/Key figure on a report in BEx, and I right click on it and find another data element say, 0FISPER it I EDIT. On right click on 0FISPER I a variable.
    My question is this, do we way that the key figure is RESTRICTED ON 0FISPER
    or, key figure is FILTERED by 0FISPER
    When do we use Filter or Restrict on? Which is the best way to put it? How best is it read, please include the variable in your discussion.
    I will appreciate this clarification.
    e.g. Company code EDIT shows Company codes ZPPTcomp: with nodes  8000, 9000
    Thanks.

    Hi Amanda,
    as per my understanding,
    you are checking the structure field, you have selected edit then you are viewing a key figure and 0fiscper restricted by varaible. am I right?
    if this is the case this is local selection and the key figure is restricted by fiscper variable means the restriction value user can enter in selection screen. if you select 0fiscper and select restrict there you can see single values, value range and you can also see varaible tab. by using varaible tab you can restrict to variable value.
    hope this gives you some understanding.
    Sathya

  • Which is the best way to create a connection object

    hi,
    Eventhough i am not new to java I just wanted to know that which is the best way for creating sql connection object.
    Is it using the DriverManager.getConnection(..,..,..) or using a datasource and getting the connection.
    Which is more efficient or Is there any other way to create sql connection which is even more better.
    thanks in advance.
    pradeepbhargav

    AFAIK all connections, DataSource ones included are created by calling the DriverManager. A DataSource is a factory for Connection objects (from JavaDocs)
    If you're talking about managing connections then it depends on the application. A DataSource is great for apps that can support many clients or are multi-threaded, but may require a JNDI implementation to get to it.
    If however you have an single threaded app that hits the database in a serial fashion, then DataSource is probably an overkill.
    Dave

  • What is the best way to upload photos to an internet site so they can be downloaded by other onto an iPad?

    What is the best way to upload pictures from iPhoto on my Mac to the internet so they can be downloaded by friends onto their iPads?

    Any photosharing site will do: FLicker, SmugMug, Posterous etc

  • I am currently running my mac booc pro with the osx 10.5.8 and i want to update it. Which is the best way?

    I am currently running my mac booc pro with the osx 10.5.8 and i want to update it. Which is the best way?

      Snow Leopard Purchase
    Computer Compatibility - Lion
    Mountain Lion/Mavericks
    Check that your computer is compatible with Mountain Lion/Mavericks.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    MacBook Pro (Mid/Late 2007 or newer) model number 3,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space

  • What's the best way to upload a site for a client?

    I am creating a website for my 1st client and I am wondering what the best method to uploading it for their viewing is.  The site is not ready to be fully uploaded so I can't load it to the url.  How else can you send it somewhere for the client to view?  Any help would be greatly apprecaited!
    Thanks,
    Dre

    function(){return A.apply(null,[this].concat($A(arguments)))}
    The site is not ready to be fully uploaded so I can't load it to the url.
    You can if you password protect the root directory or use a robots noindex Meta tag.
    This was discussed here recently:
    http://forums.adobe.com/thread/577709?tstart=180

  • What is the best way to format Videos for ipod touch?

    What is the best way to format Videos for ipod touch? Used Quicktime Pro/ Export (iPhone setting). Videos aren't as crisp as downloaded Videos. Compressors /ipod video Setting also looks crapy (with bitrate med & High). What should I use?

    Visualhub is a transcoder with multiple input and output formats with specific setting for iPod,iPod touch. Costs around $19-used to work great but recently everything I convert suffers audio crash than closes out the player. Hopefully they will fix it.
    Elgato H.264 hardware transcoder is $99 dollars(USB stick that plugs in to Mac)-speeds up encoding of any file quicktime can handle, settings for apple tv, iphone/touch, ipod,Sony PSP. Worth the cost if you transcode a lot of video for the Touch or own an elgato HD tuner. Files work flawlessly and look great.
    Mpeg streamclip-free. Works great, has presets or can customize the output.

  • What is the best way to create space for a Yosemite download?

    What are the best ways to create space for the download of Yosemite.  I can't install it as I don't have enough space.

    Did you empty Trash?  Very important!
    How much space do you have available?  Click in the HDD icon on the desktop, COMMAND+I.
    Also try a Safe Boot:
    http://support.apple.com/kb/HT1564?viewlocale=en_US
    That will temporarily create some additional space.
    Ciao.

  • Which is the best handsfree auto answer app for iPhone

    Which is the best handsfree auto answer app for text messages on Iphone?

    There aren't any that I know of.

  • The best way to upload/organize photos?

    Hi I'm very new to Mac and I would like to know what would be the best way and place to upload and save/organize photos?
    I have tried my card reader but its not recognized, so I burn photos on my PC then move them over to my mac by dvd so annoying (is there a cf card reader I can buy that will work?)
    then when I get my raws in iphoto there changed to jpeg ?
    what workflow should I use? should I not use iphoto and just use bridge and photoshop instead?
    should I copy raw photos first to my external drive, then copy them to iphoto library?(which is also on my external dive), and does that mean that the 1 photo is taking up double the space being in raw and jpeg?
    I'm finding this very tedious ,there has to be a better way
    thanks

    I have tried my card reader but its not recognized
    Your Mac will work with any USB Card Reader. Had you a card in it?
    then when I get my raws in iphoto there changed to jpeg ?
    They aren’t - though I understand what you might think they are. What happens when you import a RAW is that iPhoto creates a JPEG preview of the file. It does this to protect the original as well as to make working with it faster. But you can still happily access the RAW for editing in iPhoto or anywhere else:
    iPhoto-> Preferences -> Advanced: Check the box at ‘RAW Photos: Use RAW when using external editor
    You can still export it intact as a byte for byte copy of your original RAW:
    File -> Export, Kind: Original
    what workflow should I use? should I not use iphoto and just use bridge and photoshop instead?
    Only you can decide that. Here’s my take. The first thing I do after installing any Adobe product is trash Bridge. iPhoto will do everything it does - and a whole lot more. Particularly convenient is the way that iPhoto is integrated throughout the OS.
    What is sure is that you need to make a choice between the two. It’s very easy to damage an iPhoto Library with Bridge. Best to pick one to the other.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    should I copy raw photos first to my external drive, then copy them to iphoto library?(which is also on my external dive), and does that mean that the 1 photo is taking up double the space being in raw and jpe
    Yes that would be taking up two lots of space. But as I show above, it’s not necessary as iPhoto does not damage your RAW.
    Regards
    TD

Maybe you are looking for

  • I restored my phone from a previous back up and now all my apps are gone. Any idea on how to get them back?

    I had liquid damage to my phone and had to receive a new one so I went home to restore it to its old settings from my back up on 5/8/11. I've had an iphone since 2008 so I have a lot of data and apps saved on to my computer, many of which I paid for.

  • Disk Access Failed while Installing Solaris Container.

    I have setup 5 guest domains together with the Control Domain. $ ldm list Name State Flags Cons VCPU Memory Util Uptime primary active -t-cv SP 4 4G 0.8% 2d 2h 15m secondary active -t--v 5000 4 2G 0.5% 3h 5m dmz active -t--- 5001 8 2G 0.0% 46m sunray

  • People and Groups not appearing in Address List

    We have an Exchange 2013 deployment running on Windows 2012 Standard servers. Some of our people and all our groups are not showing up in the Outlook Address Book on people's client application. This despite the fact that "hide name from address book

  • OneDrive for Business as default save location for Windows 8.1?

    In Windows 8.1 under PC Settings / OneDrive there is an option to "Save documents to OneDrive by default". Is it possible to make this go to OneDrive for Business? I work at a school and have younger students that I don't want (or can't) create a Mic

  • FV60 BAPI

    Hi all, Is there any bapi available for parking invoice for FV60 transaction without giving PO details? The bapi BAPI_INCOMINGINVOICE_PARK is used to park the invoices but PO details are mandatory.