Best options for mass pricing load/update?

Hi folks,
I need to design an interface to load PR00 pricing condition data into SAP from a 3rd party (custom) system.  The interface will need to support (1) creating brand new condition records, (2) changing existing condition records (example i: price changes but effectivity dates remain the same, example ii: price remains the same, but the effectivity 'to' date changes, etc.), and (3) setting the deletion flag on existing records. 
Any thoughts/comments on the best mechanism for getting these pricing updates loaded into SAP?  LSMW vs. BAPI , etc?  I've spent some time searching and see that there are some BAPI's out there, but that some folks are using LSMW or even BDC.  I'm interested in hearing the pros and cons of the various approaches.
FYI, I'm on ECC 6.0.
Thanks in advance!
Allison

Hi,
Writing BDC and BAPI wil take time if your volume of DATA is huge then go for this option
Otherwise I suggest you use LSMW simple and quick method,
Kapil

Similar Messages

  • Best option for mass G/L Account document (FB50) simulation & creation

    Guyz,
    i'm looking for best option to go for uploading journals after successful simulation througha program....
    i..e, before creating G/L Accounts, i want to simulate and go ahead with real creation....
    do we have any bapi for simulation ?
    Edited by: Kasu on Jan 3, 2008 1:28 PM
    Edited by: Kasu on Jan 3, 2008 1:41 PM

    sorry Thomas.... i meant GL Account document posting (FB50) not creation of G/L Account ....will change the title of the question..... dou know any bapi which has test mode for fb50 ?

  • Best option for Asynchronous method invocation? JMS or Pure Java Thread

    Hi,
    We've a swing based Client application which is supposed to run with a server in J2EE environment. Some process like Search etc are very time consuming. So we are going for asynchronous process.
    Now the question is to find a best option for this. Two possible candidates are
    1. JMS
    2. Java Thread.
    Can anybody suggest me which one is the best option in this context?

    Actually my thought was the issues with code maintainability.Maintainability is different issue, it is much related to OOAD and design pattern you might want to choose to avoid coupling (thus high reusability and maintainability - eg: for future enhancement, etc)..
    public interface SearchService {
         public static class DefaultFactory {
                 public SearchService getInstance() {
                          return HttpSearchService.getInstance();
         public void search (String[] keywords, Observer obs);
    public class HttpSearchService implements SearchService {
         public static HttpSearchService getInstance() {
                ... bla bla bla singleton ...
         public void search(final String [] keywords, final Observer obs) {
                     (new Thread() {
                              public void run() {
                                    .. do http request ...
                                    List result =  ... parse http response ...
                                    obs.update(list);
                     }).start();
    SearchService ss = SearchService.DefaultFactory.getInstance();
    ss.search( new String[] { "get", "me", "my" , "dukes" }, myTableModel );
    ...You can, in future, replace the default factory HttpSearchService with something faster, more appropriate SearchService, without changing many codes.
    rgds,
    Alex

  • Best option for website plus SQL Server?

    Best option for website plus SQL Server?
    OPTION 1: Azure website + SQL VM
    OPTION 2: Azure website + SQL VM within Virtual Network
    OPTION 3: Website VM + SQL VM both within Virtual Network
    Pros/cons of each?  I’m looking there SIMPLEST solution so long as also SECURE.
    Thanks.

    Hi,
    With Azure web sites, you don't have to manage Virtual Machines, network load balancers, or deployment infrastructure yourself. All of these capabilities are built in and provided by the Azure Websites service.
    It depends on you. Personally, the easiest way would be creating an Azure Web site and using a SQL Azure database associated with the site.
    If you want to use a SQL VM as a database server, I recommend you to create it in a virtual network as it is supported for integration between your Azure virtual network and the Azure Websites:
    Azure Websites Virtual Network Integration
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • What is the best option for tethering my IPhone 4s with my iPad? (the iPad is wifi only)

    What is the best option for tethering my IPhone 4s with my iPad? (the iPad is wifi only)

    #1. Understand that if you switch carriers, you can NOT take your existing iPhone with you. It won't work. You will need to purchase a new one.
    #2. Your only choices are Sprint and Verizon. Decide who has the better coverage in your area. Keep in mind that you will NOT be able to get simultaneous voice and 3G data on either of these, as their CDMA networks do not support it. The U.S. T-Mobile network is not supported and is not fully compatible with the iPhone as it operates on a rarely used frequency compared to the rest of the world.
    #3. What in the world are "niners"? Do you mean you want to be able to keep your existing "phone numbers"? If so, that should be no problem. Most numbers in the US are now portable.
    #4. Consider WHY you want to switch. If the issue is really price, you're not going to see much of a difference. A few dollars a month at best for comparable voice and data plans.

  • Publish+Share best option for fast action AVI 1920x1080 29.97?

    I want to play my movie on an HDTV from my laptop or USB drive.  What is the best option for Publish+Share?
    I don't need to preserve layers for future re-edits and smaller file size is better but not if it's at the expense of playback quality. 
    Should I choose Computer or Disk?  Pros and cons?
    Should I choose MPEG or AVCHD?  Pros and cons?
    Which version of 1080?  Pros and cons?
    Is there a detailed listing of the Publish+Share options?

    Seems like there are 4 "best options" - can anyone advise further?
    SubCat
    Option
    File Type
    Frame Size
    Frame Rate
    Audio Setting
    MPEG
    MPEG2 1920 x 1080i 30
    MPEG2 Blu-ray
    1920 x 1080
    29.97
    Dolby Digital, 192 kbps, 48 kHz
    MPEG
    HDTV 1080p 29.97 High Quality
    MPEG2
    1920 x 1080
    29.97
    MPEG, 384 kbps, 48 kHz, 16 bit, Stereo
    AVCHD
    M2T - H.264 1920 x 1080i 30
    H.264 Blu-ray
    1920 x 1080
    29.97
    Dolby Digital, 192 kbps, 48 kHz
    AVCHD
    MP4 - H.264 1920 x 1080p 30
    H.264
    1920 x 1080
    29.97
    AAC, 160 kbps, 48 kHz, Stereo

  • Whats the best option for passing parameters between tf?

    Dear All,
    I have three Task Flows:
    1. TF1
         -  Main Taskflow that calls a web service to gather its data
    2. TF2
         -  Secondary taskflow which receives a parameter and depending on the value of the parameter received will display its data accordingly.  Generally any data
         is feed from TF1
    3. TF3
         -  Same as TF2Use Case:
    All three TF will be dropped to the page as Regions in a Webcenter Portal Application. Changes in TF1 should propagate into TaskFlow 2.
    Question:
    1. How do I configure that changes in TF1 would be propagated back into task flow 2 and 3 and whats the best option for this?
    2. At runtime, user can choose to edit the page and TF2 and TF3 can be deleted but TF 1 should remain as the source of information.
    Given the scenario above:
    - shall I wire the taskflows via page parameters?
    - contextual events?
    What are the considerations that needs to be thought of. I havent done such requirements before.
    Please help.
    Webcenter 11.1.1.6

    Contextual events seem to be the best case.
    This way you can trigger whenever you want. Web services can be slow so you can trigger the event when the gathering of the data has been finished and then pass some value on the event.
    An event also has a payload so it's an ideal scenario to add the data from the service on it so you can use it in the other TF's.
    In order to manage the deletion of the TF1, you can use the UI events on the composer: http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_page_editor_adv.htm#CHDHHFDJ

  • Best option for upgrading to CS 6

    Hello,
    I need some help. I currently have CS 5 and 5.5 installed across 7 PCs and 1 MAC within the marketing department in my company. What would be the best option for upgrading all of them to CS 6 Master Collection. (how many PCs can I use a license on? How many licenses would I have to purchase to install on all the machines?)
    Thanks.

    There is no ambiguity here: You buy 7+1 licenses. Though you have 2 activations per license, they are not meant to run your facility on the cheap. I suggest you read the EULA....
    Mylenium

  • Best option for optical au

    Hey guys,
    just a query - i have an audigy 2 ZS currently, and a high end yamaha 7. amplifier.
    what im wanting to do is connect this up via optical .. its currently connected via RCA and it seems to get confused as to which is the sub and which is the centre, despite me trying all combinations of cabling.
    so i thought an optical wire from soundcard to amplifier would be the best way ?
    i've read somewhere that if i do this, and play 2. audio (mp3s), my rear channel will be disabled ? surely thats not true ? - reason for saying this is i've seen home theatre setups where a CD player is hooked up to an amp via optical, and it still produces audio through the rear channels.
    whats the best option to run this via optical ? do i need to purchase a new sound card ? if so, what is the best option for me ?
    id rather quality than cheaping out on something that 'will do the job', but options are always welcome
    mostly i listen to music with a bit of bass, i dont do a whole heap of gaming, so i guess music is the focus.
    Thanks !

    ReaperZ,
    The center is on the nominally-left-channel RCA, so the likely-red-coded, nominally-right-channel RCA is your subwoofer connector.
    I don't have the same soundcard model, and I can't give you blow-by-blow detail, but try looking in the Bass Management tab of the Speaker Settings control, or you may find something in the THX Setup Console, for bass redirection. You should at least find subwoofer volume and crossover-frequency sliders, and you also might find a center volume control. I'm a proponent of running all soundcard volumes at 00% and controlling listening volume and speaker balance at the amp, since this maximizes the digital SNR, but it can also be less convenient.
    Run through the receiver manual's troubleshooting section for "No sound from the center speaker" and "No sound from the subwoofer" just to rule out a setting problem on the receiver side.
    Then use "Manually adjusting speaker levels" on pg 45 of the receiver manual, with? MULTI CH IN selected on the remote control, to max the SWFR level (+0dB). Most receivers have separate level settings for their multi-channel input, so it is usually advantageous to provide the +0dB boost this way so it is in effect only when using the soundcard. This boost can be increased further by lowering all of the other settings the same number of dB's: if you subtract dB from all of the others, the effect is to increase the relati've subwoofer volume by dB.
    Try using this information and let us know what happens.
    -Dave
    ?[email protected]

  • Best option for replacing a faulty ATI Radeon x 2600 XT 256mb

    My graphics card has just packed up, and I am struggling to find anybody at the Apple Technical Support service to give me a straight answer.
    I am not a gamer, and only require a card that will allow me day today use and for general camcorder editing (novice level).
    I had an ATI Radeon HD 2600 XT - standard install. in my MacPro (early 2008) 2.8Ghz, Dual Quad Intel chipset, OSX 10.6 (snow leopard).
    Can anyone recommend the best option for ATI card, as I have read theyh perform better than the Nvidia cards.

    I'd get ATI HD Radeon 4870 Mac Edition from Apple.
    The GT is more like spare or for 3 monitors. Why or how Nvidia got that card to be adopted as the OEM standard in a workstation, and not say GTS/GTX 200 series is, beyond me. One year ATI, next year Nvidia gets the "prize" seems to be the order of the day.
    Nvidia drivers have been a problem for Apple for years, the GTX 285 would do some serious damage to 3D and CS4/5. Two dual width card design the way a Quadro CX handles CS4 for Windows to do realtime image rendering instantly.
    I wouldn't flash unless you like to dabble or want to learn. In which case a 1GB card would make more sense.
    Surprised though the manager didn't steer you toward the 4870.

  • Best option for boosting signal

    Hi all,
    For internet access I plug my mac directly in to my Time Capsule and then use my touch wirelessly throughout the house.
    I lose signal strength toward the back of the house and sometimes lose the signal completely.
    What is my best option for boosting the signal coming from the Time Capsule.
    Oh, I have an old Airport Express Base Station if this can be used.
    Cheers,
    Steve

    cheers for the info.
    How can I tell if my Airport Express Base Station is using N wireless?
    Is the G version just an older, slower version?
    Cheers,
    Steve

  • Best option for remote downlinking

    I am going to be streaming video/audio to some clients all over the US, all of which will be using PC's.
    90% of the time they are going to be in locations where a hardline to the internet isn't possible.
    What is the best option for them to access my stream as well as provide me back a webcam feed?
    Is a cell phone card as good as it gets now?
    Thanks,
    Chris

    Your options here are entirely and completely dependent on the local network services. This could include cellular data packet networks (and there are various flavors), WISP, satellite data (Iridium, GlobalStar and such), dial-up at speeds anywhere from roughly 50 kilobaud down to unusable, local WiFi networks, or otherwise.
    Satellite networks are the most pervasive, though do have technical limits and do have among the highest of the high prices. I'd not want to stream video (on a budget) on such networks.
    If these clients are going to be located are fixed sites or specific geographic areas, you can potentially set up backhaul wireless networks. If local network coverage is bad (and the local terrain allows it), you can potentially set up your own WISP, and provide coverage for yourself and potentially others.
    If this is the United States, you're going to encounter some rather severe limitations and network fragmentation outside the metropolitan areas. Inside the metropolitan areas, there are almost always options. Outside those areas, you'll find that some countries will tend to have more pervasive network services, and better wireless coverage. (DSL and cellular data coverage is very far from pervasive locally, and this is located in one of the most populous counties in a small US state. And the local geography is not particularly amenable to a WISP operating on a budget.)

  • Best option for protecting the palm wrest area from staining?

    My new white MacBook is scheduled to be delivered tomorrow. I currently use a blackbook. Anyway, I have kind of oily skin, and I'm worried about staining on the white plastic on the new computer where my palms rest during use.
    What's the best option for protecting this area? I've seen the Marware protection pack, but I've read quite a few bad reviews on it.
    Any ideas?
    Thanks!
    Dave

    I use Mareware's product on my WhiteBook and it is sold at the Apple Store and Apple online. It also comes with a keyboard cover cloth to put on when the Book is closed to protect the screen. The cloth doubles as a soft wipe for the screen. The palm rest is custom fitted for the palm area and is removable. I have removed it twice and stuck it back on. Here's a link: http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=A75 86758&nplm=TJ751LL/A

  • Best option for video conferencing in ios app ?

    I want to implement video conferencing in ios app. what is the best option for this?

    There are several: Fuze, Webex, are a few. These two also have desktop components. Try looking in the app store and googling to see if you can also find reviews/suggestions and other options on the web.

  • Best option for a 'sim free' phone in the UK

    Can anyone recommend a best option for getting a 'carrier free' 3GS for use with the Orange network in the UK?
    Anyone out there who has bought one from a suitable 'sim free' country can give me any recommendations?
    Thanks!

    gadgetman2000 wrote:
    Thanks for the comments above.
    Why would a warranty not apply just because the phone ends up in a different country? If an Apple product is defective, then surely they have a legal responsibility to put the product right. It would be interesting to see how it stood up in a court of law. As consumers we all have rights regardless of what any manufacturer puts in their warranty information. In the UK the Sale of Goods Act means you are covered for up to six years if a product is defective because of an 'inherent fault' no matter what the manufacturer says.
    Not true. I used to work for a company down in Berkshire. One of their products bought through official channels over here was covered.
    Try buying one in the states because it was cheaper tho, and you'd suddenly find you had no warranty.
    The Sale of goods Act is UK law not international law. It might apply to products bought somewhere in the EU but it wouldn't be worth the paper it was written on in the US.

Maybe you are looking for