BDC vs XI :Recommendations required

Hi All,
We have the following task. I am providing 2 solution approach for the task. Do let me know which one is is the best and Efficient and your recommendations.
<b>Systems involved :</b> SAP ; 3rd party file based systems. (Applciations that accept data only in the form of <b>flat files</b> (custom structures)).
<b>Process flow :</b> Required data from ECC system (FI/ SD/ HR) system should be sent across to 3rd party applications in the form of flat files.
<b>No. of interfaces :</b> (100-120) HR->50; FI-CO->30; SD->10 ; Others->10-15
<b>Frequency :</b> Some of them are daily, some are monthly, and some annually.
Examples of some of the Interfces where data flows out are:
FI --> EFT, POSPAY, Dim/Ledger [FC] (US), Dim/Ledger [FC] (International)
HR --> Benifits data, PA, etc...
<b>Solution Approachs:</b>
<b>1)</b> Write a BDC program to extract the data, converet into flat File and FTP it.
<b>2)</b> Write a ABAP Progam to populate IDoc (if standard IDOc is available) or generate a Outbound proxy (If standard IDoc is not available) to push the data into SAP XI. Write the tranformation logic in SAP XI and then use XI file adapter to sent ot the target system
<b>Efforts:</b> For solution approach1, If effort estimate is 1 unit. then for Solution approach2 the errort estimates would be atleast 1.6units. (1.6 times the approach1).
Which solution do you recommend. It would be of great help if you can tell me the pros & cons of each.
I know that XI is efficient in terms of "BPM, monitoring, error handling, alerts, CCMS, ........". Do let me know if you have any other recommendations apart from these...
Regards,
Siva Maranani
Helpful answers will definately be rewarded.

Hi,
If we go with XI then- As you know, XI can act as a Centralized integration platform, in future it will be very easy rather writing a BDC program
-capability of Webenablement will help you
-Integration Business Workflow (as you mentioned BPM)
-Features in XI are getting better
But initial investment, if you don't have XI environment will be high. And skill set required with their high demand will be high.
But if you go with BDC program, it will be a point to point right. And now and in future probably if ESA architecture is the part of the business , then I think this approach may not be valid. Regd, cost/effort/skill set it will be good option as of now.
This is just my views.
Regards,
moorthy

Similar Messages

  • BDC - standard screen resolution required?

    Is screen resolution a factor to check before carrying out any BDC with table control.

    hai Peterson,
    The numeber of lines of table control for BDC depend on screen resolution, but It can't be managed by program.
    So the better solution is to create a bdc doesn't depend on resolution.
    It can do that using always the first two lines of table control.
    When you start the simulation, first record has to be placed in first line of tc and the second in second one.
    Before placing the third record, it needs to place the second record to the top and so the third record can be placed in the second line.
    Before placing the next record, it needs to place the third record to the top and so the fourth record can be placed in the second line and so.
    In this way your BDC'll use alwways the first two lines of tc and your program won't depend on resolution.
    The problem is the transaction you need to simulate by BDC has to have a scroll functionality to allow to place the last record was elaborated to the top of tc, so the second line of tc can always be used to place the new record.
    If there isn't this functionality, it's better to use a BAPI instead of BDC.
    regards,
    Srikanth

  • Recommended Requirements for Development Environment

    Hello,
    what are recomended requirements for development enviroment for WebCenter. We intend to have JDeveloper and WebLogic server with WebCenter on our developer machines and we are wondering wht would be appripriate hardwer to run all of this smoothly.
    For JDeveloper with the WebCenter extension, 2GB RAM should suffice and WL with WebCenter requires somewhere between 3-4GB. Do you think we really need 6-8GB RAM for developers? What processor power would you recomend?
    Thank you for your answers,
    Martin

    6-8 GB ram is overkill.
    I can do the development quiet easy on a 4GB machine.
    When i take a look at the memory usage of jdev and the integrated WLS they both sum up to 1.5 to 2GB.
    if you however are planning on running a standalone WLS instead of the integrated WLS than you need somewhat more memory. Are you going to develop for webcenter spaces? If so, does every developer need a WLS with webcenter spaces installed? If so, 8GB ram is not overkill!
    So conclusion:
    A modern processor. One of the latest core2duo or i5,i7 processors.
    4GB ram when you use jdev + webcenter extension and run integrated WLS
    6GB ram when you use jdev + webcenter extension + integrated WLS + standalone WLS
    8GB ram if developers need their own instance of webcenter spaces.
    I also think 64 bit OS realy helps a lot for this...
    Currently i am working on a following machine (laptop)
    core2duo P8600 @2.4 Ghz
    3GB ram (win xp 32 bit)
    on this machine i use jdev + webcenter extension and integrated WLS. I can develop quiet easy but i have to restart jdev and the IWLS quiet often.
    At my own laptop at home i have following setup:
    core2duo P9400 @2.53ghz
    4GB ram
    jdev + wc extension + IWLS runs very good. Deploying goes faster, testing goes faster,...
    I tried running webcenter spaces on that machine and i could wait ten minutes before a page loads. Realy not productive.
    I need to do some development on webcenter spaces and my new laptop is currently in order:
    i7 720q @ 1.7ghz
    8GB ram
    I hope i can run webcenter spaces on this...
    Edited by: Yannick.O on Aug 10, 2010 12:30 PM
    Edited by: Yannick.O on Aug 10, 2010 12:34 PM

  • Software Recommendation Required - Jukebox

    Hello,
    Can anyone recommend a piece of software that will lock down my Mac and act as a front end jukebox to iTunes DJ? So that it acts like the Remote app... Request a song, pick it, queue it.
    Many thanks
    Tristian

    bogomipz wrote:You might find ROX Archive interesting if you use ROX-Filer. It's a very simple GUI archiver that is based on ideas behind the Filer. It won't show the contents of archives though, so you need to extract all the files to see what's inside.
    Thanks, I already use that but now I settled with an old software called guiTAR 
    This is the PKGBUILD if anyone interested
    # Contributor: G-Pitts ([email protected])
    pkgname=guitar
    pkgver=0.1.4
    pkgrel=1
    pkgdesc="GUI frontend for the console archive manager"
    url="http://download.html.it/recensione.asp?recensione=738"
    depends=('gtk')
    source=('ftp://ftp.html.it/guiTAR-0.1.4.tar.gz')
    md5sums=('386c1817faf3b9e7afbb8a6f285ba5f9')
    build() {
    cd $startdir/src/guiTAR-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install

  • Vadim {remove per forum guidelines}: Recommendation required for purchasing laptop

    Hello everyone,
    i am Vadim {remove per forum guidelines}. I am planning for purchasing a new laptop. Can anyone here please recommend me the best brand to purchase the laptop.
    Help me with quick responses.
    Thanks
    Vadim {remove per forum guidelines}

    NoNoBadDog wrote:
    A not about the chart above: it may be a little misleading, as there are fewer Apple products sold compared to PC's, so they would by default have "fewer problems".  Add to that the notariety that Apple has about not reporting issues and problems with it's hardware...you get the picture. 
    I work on both PCs and MACs.  Neither is superior to the other, they both suffer about tha same percentage of hardware and software problems.  Now the Apple bots will flame me for saying so, but it is true.  Apple is no better than the better PCs when it comes to problems. 
    Hey, as a quasi-official Apple bot I resemble that remark! Prepare for flames to emanate from my post!  
    "...there are fewer Apple products sold compared to PC's..." is your go-to explanation for fewer problems with Apples, fewer Apple viruses in the wild, and probably why the weather has been so warm recently. It may also have something to do with the hardware and software being made (and joined seamlessly together) by the same company which can result in fewer driver and other sorts of compatibility glitches. On top of that, maybe some people just prefer Apple products and one of the reasons why is that they <gasp> have fewer problems with them.   
    Btw, in your haste to post your customary "Apple is no better" diatribe did you happen to notice in my post above that (contrary to what the chart suggests) I stated that Dell and HP are capable of cranking out good machines? That I've heard good things about ASUS? The OP was just looking for recommendations about a laptop here (which you didn't offer), and not a PC vs. Mac debate.
    So, start recommending or muzzle it.          
    This message was transmitted on 100% recycled electrons.

  • Recommendation required - Which wireless adapter

    I've changed from a DLink 604+ to the BT Home Hub and need a reliable adapter for my Mac Mini.
    What product should I buy?
    Regards,
    Carl.

    If your mini didn't originally come with Airport installed, buying an Airport card on its own will not be sufficient. The mini not only requires the card, but also an adapter board (usually referred to as a 'mezzanine card' and also an airport antenna. Without those components, you would have nowhere to plug the card in, and no way of getting wifi signals to the card!
    There were complete Airport kits available for these systems, though they are now getting hard to find. Try googling 'airport for mac mini' or something similar (or M9870Z/A which is the part number of the kit itself), and you should get hits such as http://www.sparco.com/cgi-bin/wfind2?spn=A89F827 which list the kit. Typical prices are $95-$110 when it's available.
    Alternatively, you might consider a wifi bridge, which connects via ethernet and gives you access that way.

  • Active Directoy Domain Functional Levels - Recommendations / Requirements / Minimum ?

    Hi All,
    What are the Active Directoy Domain Functional Levels requirements for BizTalk 2013 R2?
    Would be useful to know the same for BizTalk 2010 also.
    I have been looking for sometime but cannot find any documentation.
    We are planning on installing BizTalk 2013 R2 and we have a domnain functional level of 2008.
    Many Thanks..

    Would be useful to know the same for BizTalk 2010 also.--> I am sure you would have checked this
    blog post by Sandro, if not, Have a look.
    Installing BizTalk Server 2010
    in a Basic Multi-Computer Environment: The need for a Domain Controller – Windows Groups and Service Accounts (Part 2)
    Hope this helps for you.
    Greetings,HTH
    Naushad Alam
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or
    Mark As Answer
    alamnaushad.wordpress.com

  • External Hard Drives-Recommendation required

    Hi All,
    I have a new Intel Mac and also a Lacie EHD of 80 gig capacity. I am also running XP, but about to go to Vista.
    My question is about the best performing and silent (ish) EHD's.
    My understanding is that Samsung in an appropriate case, may win on all counts, any comments. My aim is to use a new 300 gig Firewire EHD with an Oxford chipset, to back up the Mac ( using SuperDuper ) and use the present Firewire 80 gig Lacie to back up Windows ( have not figured out how to achieve the latter as yet-understand Windows Backup, not so good)
    [[Further, my understanding is that many of the EHD 'manufacturers' eg Lacie, simply make the 'pretty case' and use mainstream drives.}}
    Anyone see any issues with that? "That" being the setup I propose using in general terms.
    iMac 20" Intel Core 2 Duo, 250 gig HD, 1 gig Ram   Mac OS X (10.4.7)   LaCie EHD 80 gig, Running XP via Boot Camp
    Message was edited by: Ronald Begg

    My biggest problem is the d2 case design by LaCie. I haven't used any of the others, but its power supply has a strange switch that puts the drive basically to sleep, when it is dismounted, or removed, and automounts when you start up even if you didn't press that button, or if you attach it. There are times you want the drive to act as if it isn't on. For quiet drive case designs with true on/off switches, I go for http://www.macsales.com/ cases. If you don't mind a little noise, http://www.granitedigital.com/ (also known as Relax Technologies) has one more plus to its side and that's the fact its cases actually use standard power supplies. The downside is the fan, but a properly inserted drive will yield very little if any fan noise on them.

  • Software Recommendation Required

    Hi,
    I'm hoping someone can help me find the right software...
    I have a MIDI keyboard connected to my Mac, I want to be able to trigger sounds from the keyboard. Basically 'rewire' the keyboard so each key triggers my own sound file
    Thanks
    Tristian

    What if anything are you using at present. Firefox employs whatever you have installed. If you have a genuine copy of MS XP have you opted to use MicroSoft Security Essentials [http://www.microsoft.com/security_essentials/ MSE] which is currently free, and effectively part of your normal Operating Sytem installation. Firefox would then for instance use MSE when scanning downloads. [[Unable to download or save files#w_disable-virus-scanning-in-firefox-preferences|(unless disabled)]]
    Obviously there are many alternative systems and Anti Virus programs, some are also free, however MSE has features akin to what is found on fully paid for domestic/home use security suites.

  • Recommendations required on using UC-500

    Dear All,
    I am new to Cisco UC-500 and never have configured the device previously. I have a situation where I am stuck with a smart building IT technician who is providing us with 1 MB internet link and ISDN service through a 4-core fiber optic cable. The IT technician is suggesting me to have the following setup:
    •Building data center has Cisco Catalyst 6500 that links to vertical fiber using SFP connectors.
    •He is suggesting a switch which should be equipped with SFP ports where the fiber uplink will be terminated using the SFP connectors.
    •For internet he is suggesting to use Cisco 871 router and as he said, no other router can work in the building.
    •For telephony services he is suggesting to purchase a PBX system from himself, which is an additional cost above to the services.
    I want to know instead of going with the plan provided by the building technician, can I use UC-500 and have all the data and voice connectivity. It can work as the router as well as a switch. Only thing I want know is how I will terminate the fiber into UTP from the fiber patch panel to UC-500, as it does not contain fiber uplink ports. I mean can I use GBIC connectors. For telephony services, I believe I can use SIP trunk.
    Please help me if my idea of using UC-500 is doable for providing voice and data connectivity.
    Thank you.

    Yes, you are right that I need a professional to perform the whole job, as I also have to plan for the data security because of my traffic passing through the building switches. The building technicians are pushing me into the corner and not allowing anything to add without their permissions. Posting here was to get a general idea how things will work before getting anything in hand.
    Thanks anyway and I really appreciate your help.

  • BO 4.0 Recommended Hardware Requirements

    Hi all,
    Now I run the BO 4.0 SP4 base on these requirements:
         Processor --> 2.0 GHz with 4 Cores
         RAM --> 11 GB
         OS --> Windows Server 2008 R2 Enterprise (VMWare)
    However, I would like to upgrade the hardware specification to increase the BI platform performance.
    Anyone knows what is the best / recommend requirements for BI platform.
    (I have been check the PAM for BO4.0 SP4, it only show minimum requirements and recommended RAM only)
    Regards,
    Thank You.

    Hi,
    the HW requirements highly depend on the usage of the Applicaion. Accurate Sizing is required.
    Check the SAP BI Sizing Guide for more information
    SAP BusinessObjects BI4 Sizing Guide | SCN
    Regards
    -Seb.

  • Problem in BDC Recording

    Hi I am having a problem in BDC Recording. My requirement is that when I input data in transaction fb02 to block the invoices, It shows a list of invoices. Now i need to double click that item(line) in which PK = 06 at runtime during bdc recording. During BDC recording it takes the line number on which we have clicked which is constant but i want it dynamic that if item 1 is having PK=6, that line should be double clicked and if item 3 is having PK=6, the third item should be double clicked to open another screen. Kindly help me... Thanks in advance.

    Hi Ravi,
    While writing your code that is in your code you know which line number is having the PK = 06, then you can use the same line number and add the code for double click after that.
    Regards,
    Atish

  • MacPro 2,1 Videocard Upgrade Requirements for Final Cut Pro X ?

    I bought Final Cut Pro X in June, had no problem to install it on my MacPro 2,1 with processor
    2 x 3 GHz Quad-Core Intel Xeon, RAM 4 GB and Graphic Card and  ATI Radeon X1900 XT 512 MB running under Mac OS Snow Leopard. Recently I upgraded RAM to 8 GB. After switching to Mac OS Lion in july it continued to run in an unchange manner, even if not totally satisfactory due to the known buggy behavior of FCP X reported by many users, but it was anyway as usable as when I installed it.
    Yesterday I decided to update FCPX to version 10.0.01, and did so in recommended manner by first deleting version 10.0.0 to the trash and empty the trash can. When I was going to install the new version of FCPX, as recommended, from the "Purchased" department of Appstore, I was denied to do so due to this message: "We could not complete Your purchase - Your computer’s video card does not meet the minimum system requirements".
    That´s it, and here I´m stocked in a situation not being able to use FCP X which I have payed 229 $ for, because Apple has taken the right from me to use this application anymore. I can understand that Apple give You good recommendations concerning "the requirements" for running an application, but I doubt it´s acceptable and fair of Apple denying/hindering me to buy the product anyway, or, as in this case of mine, to use a product I´ve already payed for. Fact is, that even if the recommended requirements in respect to my video card not is met for this application (FCPX), so far I´ve still been able to use and benefit from it despite my computers "substandard quality" for running FCP X.
    So, now I´m feeling forced to invest in a new videocard as well, if I want to continue to use my bought license of FCP X...What card do I need?
    I´m considering to buy the video card ATI Radeon HD 5770 1 GB - do You think this card is compatible with my MacPro 2,1 build, and will meet the requirements of Final Cut Pro X version 10.0.01?

    I wonder if there's any reason why OpenCL couldn't be an optional processing preference?
    That way folks who had computers which do not have OCL or other cards which don't meet the spec could at least function knowing that the renders would not be optimal - or maybe real time playback of non optimized media might not be possible. But at least they'd be able to function.
    I'm sure OCL cant be  necessary for General display purposes in a 2D environment like video editing.
    To shut out someones system without warning in a 0.01 update seems a bit radical to me.

  • BDC: Table Control Screen Resolution

    Hi Abapers,
    1.In BDC while handling table control , how to handle screen resolution , that means in some systems i can see 5 item entries , in some systems i can see 10 item entries how to handle this , can u  send the Code relating this.
    With Regards
    Bhaskar Rao.M

    hi
    The numeber of lines of table control for BDC depend on screen resolution, but It can't be managed by program.
    So the better solution is to create a bdc doesn't depend on resolution.
    It can do that using always the first two lines of table control.
    When you start the simulation, first record has to be placed in first line of tc and the second in second one.
    Before placing the third record, it needs to place the second record to the top and so the third record can be placed in the second line.
    Before placing the next record, it needs to place the third record to the top and so the fourth record can be placed in the second line and so.
    In this way your BDC'll use alwways the first two lines of tc and your program won't depend on resolution.
    The problem is the transaction you need to simulate by BDC has to have a scroll functionality to allow to place the last record was elaborated to the top of tc, so the second line of tc can always be used to place the new record.
    If there isn't this functionality, it's better to use a BAPI instead of BDC.
    check these two
    BDC - standard screen resolution required?
    https://forums.sdn.sap.com/click.jspa?searchID=739193&messageID=823953
    reward points if found helpful

  • BDC - Uplaod material master

    hi,
    i want to upload updation & deletetion of  unit of measurment in material master through BDC.
    after that client require repot for that , how many are updated or deleted,
    clent is asking Transactin code also.
    which T code i will suggest and which t code BDC is doing???
    thanks
    raj

    Hi
    Use se38 to run the BDC program for Txn code MM02 for your UOM changes
    use Txn codoe SM35 for the details. You can use the Log to know how many records changes has been carried out.
    Regards
    Edited by: samuel mendis on Jun 5, 2009 8:53 AM

Maybe you are looking for

  • Material not subject to inventory management

    Hi all, While creating  Stock transort order through SD route,  it says material not maintained in inventory managemntment, though the material is very well maintained in the particular plant, and in the view Plant / Storage data  as well. Also the p

  • My iPhone speakers doesn't work suddenly

    The speaker (bottom right) on my iphone 4s, which was purchased about a 9 month ago, stopped working suddenly.   Phone had 6.1.2, The headphones had no problem.   She doesn't often use the headphones.  Tried rebooting the phone, no use.

  • PROBLEM IN SUBROUTINE IN SAPSCRIPT!

    CAUFVD IS A STRUCTURE. WHICH HAS ORDER NO 10000427.   IAM USING CAUFVD COZ RESB-AUFNR IN PERFORM DOESNOT GIVE A VALUE IN SAP SCRIPT.   CAUFVD-AUFNR = 10000427   RESB-AUFNR IN SE11 GIVES THE FOLLOWING.   RESB-AUFNR = 000010000427   RESB-RSNUM = 000000

  • Dropdown text and scroll bars in popups

    Hello All, I have a topic that is relatively short when it is first opened and the (dhtml) drop down text is hidden. So, when it is opened in an autosizing popup window from a link in another topic, (and the WebHelp is full or almost full screen), no

  • Since Firefox installed a new version on my Mac, I've not been able to use an AOL games site, I've always used. I need to uninstall the

    Yesterday firefox installed a new version on my Mac OS X. Now my Mac keeps freezing immediately upon trying to use the AOL site Games.com when I register as a guest. This usually happens during the first game of pinochle. Although I have used compute