Real Advantages of Data Integrator integrated with SAP

Hi
Can anybody please tell me what is the real advantages of Data Integrator reading from SAP R3 / ECC and performing ETL to SAP BW 7.
I do not know enough on the intergration between the two systems. I have a perspective client looking at the solotion but needs some motivation.
Thanks

I would definitely not go down that route. There is good R/3 to BW integration, without BODI in the middle. In this scenario I would see BODI as overhead only, which will slow your development down and will show your day to day load processes down. I can't see any benefit at all.
If you have complicated transformations, use ABAP in your transformations. That is much more powerful than scripting on the BODI side.
If you do use BODI you will find it a struggle first to extract data from R/3 and then to load data into BW. You probably end up creating a lot of extra objects on both sides just to make BODI work. BODI will certainly not make your load processes better performing and from a maintenance point of view I don't see any benefits at all.
Maybe in the future when BODI has a better integration with both R/3 and BW it might become useful, but at this point in time I fail to see any benefits.
I would only use BODI if I wanted to integrate data from various platforms, not for a single (SAP) platform.
I would advise against a scenario using BODI for loading R/3 to BW.
I hope this helps...
Jan.

Similar Messages

  • BO Integration kit with SAP  Nothing happens after I click authentication

    I have installed BO integration kit for 3.0 and i can see SAP in authentication however when i click nothing happens. I have checked if designer can connect into SAP if i give the authentication details manually and it does return data from SAP BI.
    Am i missing something here.
    Regards
    Kalyan

    looks like a duplicate to this one
    Re: BO Integration kit with SAP  Nothing happens after I click authentication
    Ingo

  • Integration Primavera with SAP

    Dear Experts,
    What are the pros & cons, If we integrate SAP with Primavera.
    Which is the best recommended software by SAP  to integrate .
    Any extra manpower required for interface or any new developments required in this case in sap.
    How much its cost to integrate.
    How it works, online or offline.
    Regards,
    Santosh Kumar

    Hi,
    There are so many software's available in the market and certified by SAP for Integration Primavera with SAP.
    If you want to develop your own interface between SAP and Primavera,it is tedious and time consuming so better is to go for a ready made software certified by SAP which will ease you work.
    Muzamil

  • Integrating Webservice with SAP

    Hi Experts,
    How to integrate Webservice with SAP ECC6.0( RFC)
    webservice : .Net
    regrads,
    stephen

    Read the below details
    . When we use *Sender SOAP Adapter how the connectivity is happening with Remote Clients.
    A:SOAP is an XML-based protocol for exchanging information in a decentralized, distributed environment.SOAP is a technology that allows XML to move easily over the Web. SOAP does this trough an XML envelope for delivering XML content and specifying a set of rules for services to follow when they receive a SOAP message.The fundamental change brought about by SOAP has been the ability to move data anywhere across the Web.
    When ever XI needs to talk to a webservice you will go for SOAP adapter. If you need to enable some functionality as webservice using XI you can use SOAP Sender adapter. If you need to send request to a webservice you will go for SOAP Receiver
    SOAP Message Structure :
    SOAP Envelop: The outermost element of SOAP message. The envelope element is the root of the XML document that defines a SOAP message.
    SOAP Header: An optional, yet key element in architecting a distributed system around XML. The header element provides a modular way of directing SOAP servers to do processing before passing the SOAP message on. For example, it is possible to add SOAP header information that instructs a server to add transaction or authentication information. Header are also important in building piped architectures where processing is done in stages and data is modified as it is passed from handler to handler.
    SOAP Body: An element that must appear in a SOAP message. The Body element is where the transported XML is loaded. SOAP makes no assumptions about the kind of XML transport in the body of a SOAP message. XML or it may take the form of remote procedure call.
    also these weblogs can give you a view where you can use SOAP adapters
    EP-XI Integration using Web Services and Web Dynpro MVC
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1334 [original link is broken] [original link is broken] [original link is broken]
    Looking for replacing SAP.NET connectors with SAP XI?
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]
    how the connectivity is happening with Remote Clients?
    A:Configuring the Sender SOAP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm
    2.How sender SOAP Adapter get those webservices from remote clients and when exactly Remote clients will send webservices to SOAP Adapter?
    It purely depends on ur client & if ur client provides WSDL file then u no need to develop it in ID and use that WSDL.WSDL describes a particular web service. Using a wsdl, we are requesting the broker to point the exact system, application, message interface. Once it is found, the SOAP channel is opened between the provider and the consumer. So the WSDL is a must to access web services.
    in XI, we have to define the Web service which we want to use for the Sender SOAP channel. It is done by choosing Define Web Service from the tool menu of Integration Directory.
    There is no need to code any thing. Here, what you are doing is, just exposing the sender service,channel,Message Interface as a web service.
    In XI, we need to map the incoming messages to the target message( to the actual web service from the provider) format and to maintain the technical and logical routing between the sender and receiver.
    Check this blog to generate WDSL file...
    Exposing BAPI as Web Services through SAP XI
    Configuring a SOAP Sender Channel:
    When we create a SOAP sender channel we have to define the namespace and the name of a message interface (values can be taken from Integration Repository).
    Select the Quality of Service according to your interface type. If you are using a synchronous interface, select Best Effort. Otherwise, select Exactly Once or Exactly Once in Order.
    Transport protocol : HTTP
    Message protocol : SOAP 1.1
    Adapter Engine: Integration Server
    3. I need exactly how the webservices request is passing through sender SOAP Adapter.
    After completion of ur scenario u can use XML spy for testing ur scenario.
    Refer this Blog how to send SOAP message from XML Spy
    Invoke Webservices using SAPXI
    Web Services Testing: SAP Netweaver Platform
    http://www.crosschecknet.com/web_services_testing_SAP.php
    Using the SOAP inbound channel of the Integration Engine
    XI: Propagation of meaningful error information to SOAP Client
    An Overview of SOAP
    Refer the following blogs for SOAP sender Configuration:
    How to Use the XI 3.0 SOAP Adapter
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    How Tou2026Set Up a Web-Service-Related Scenario with SAP XI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0
    have a look at this weblog:
    How to use Client Authentication with SOAP Adapter
    SOAP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm
    Architecture of connector for SAP XI
    http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/doc/sap_xi/sapximst14.htm
    Configuring the Sender SOAP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm
    Security Settings for the Sender SOAP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/1f/7e2441509fa831e10000000a1550b0/content.htm

  • ALE/IDOC and RFC/BAPI Integration Scenarios with SAP DS for ESA v3

    Hi,
    we are planning two PoCs of Integration Plattforms. One of our major requirement set is SAP Integration into our existing SOA.
    Because we also have R/3 4.7 Systems in production, we are planning to test ALE/IDOC and RFC/BAPI Integration scenarios with these Integration Plattforms.
    My question is:
    We are looking for are smart solution to get a SAP Test Environment, where we can test ALE/IDOC und RFC/BAPI Integration scenarios.
    It is possible to do this with SAP DS for ESA v3 or shall we better use IDES for that purpose?
    Best regards,
    Steven

    Hi Abhishek,
      This is our scenario. We are doing an integration of SAP HR r/3 system with the CRM system. We need housing information details of the employees which we have in custom infotype 9310 in SAP HR system and we need those details in the CRM system. So am planning out for an ALE/IDOC approach for the integration and gonna  maintain the 9310 details in a custom table. In the CRM system, we gonna build a BOL layer for accessing the 9310 details. Also i'm preparing a HLD for this process. I wanna read and go through few same HLD's before i submit my proposal to my client. Please suggest me and help me out.
    Thanks in advance.
    Regards,
    Arunmozhi.

  • Integrating C4C with SAP ERP using HCI  ( SLD )

    Hi all,
    in order to link C4C with SAP ERP via HCI, Is it mandatory add the SAP ERP to a SLD ?
    thank u in advance.

    Hi Daniele
    Use the integration guide from SMP first - that is the final source.  The how-to guides can supplement but they aren't necessarily updated every quarter.   We have a new how-to guide for certificates as well - hopefully you found that one.   In 4.5 the cloud system they are referring to is HCI.   We also have a video for this - did you watch Prakash's elearning?   It's in our how-to guide blog - this might help.  
    So 1. get the integraiton guide, follow it
    2. Use Prakash's  video Integrating SAP Cloud for Customer with SAP ERP - YouTube
    3.  Use the certificate how-to guide
    -ginger

  • Integration SUS with SAP Invoice Management

    Hi,
    We are implementing the SUS portal (Supplier Self-Service) of SRM, together with SAP Invoice Management by OpenText. When you create an invoice in the SUS portal, it is send to the backend (ECC) as an IDoc of type INVOIC01.
    We can read this IDoc into SAP Invoice Management (SIM), through the IDoc interface, for which we have mapped the data fields in the configuration of SIM. This works fine for most of the fields, but we have difficulties with two fields.
    The SUS portal seems to put the ISO code of the unit of measurement (UOM) in the IDoc, but SIM expects the internal SAP UOM code. Similarly, the Service Entry Sheet number in the IDoc is only the external reference number, and not the internal SES number (which SIM needs).
    Is there any way to configure these fields (either in SUS or SIM), without having to make a conversion function module? I ask this question, because my client is really hesitant when requesting to make a development....
    Many thanks in advance for any suggestions that you make!
    Kind regards, Paul

    Hi Paul,
    If there is no way to change it in SUS (which I don't know as I don't know SUS), then I don't think there is an option other than using a own development for the conversion. Either using a conversion function module or using a custom business rule which does the conversion.
    Do you use the standard delivered function module /OPT/DP_INBOUND_IDOC_PROC as the processing FM? If not, maybe you could do the conversion in the processing FM (provided you already use a custom processor).
    Regards,
    Martin

  • Integrating FIM with SAP using web services connector

    Hi 
    I am implementing the FIM web services connector to integrate with SAP. The MS connector config guide for SAP documentation seems to me missing some content or at least I think it might be written for an earlier version of
    SAP than the version we are working with(different screenshots, options, etc). The version of SAP we have implemented is EHP6 for SAP ERP6 which I believe translates to ECC6.
    SAP web services have been configured and FIM performs successful discovery of the wsdl endpoint and BAPI operations as expected. Our issue is that FIM fails to run a full import. From the digging around web service config and error logs two observations comes
    out:
    1. FIM Full Import workflow does not render correctly through the web service configuration tool and complains of a duplicate attribute "xml:space is a duplicate attribute on line on line 424 on position 103". Review of the wsconfig generated by the
    webservice config tool points to an variable supplied to a construct the query to a BAPI of HR infotype 0006. Extract below:
    ...<InArgument x:TypeArguments="d:BAPIP0006L" xml:space="preserve">[If(Not IsNothing(addressInfo) AndAlso Not IsNothing(addressInfo.item), addressInfo.item, Enumerable.Empty(Of BAPIP0006L)()).
    OrderByDescending(Function(a) DateTime.ParseExact(a.VALIDBEGIN, dataSourceDateFormatValue, Nothing)).
    ThenByDescending(Function(a) Integer.Parse(a.RECORDNR)).FirstOrDefault()]</InArgument>...
    I can only guess that it means the query should keep the spaces within the string it passes to SAP but this is where my understanding stops.
    2. SAP returns errors about not implementing a BAPI EMPLOYEE_GETDATA function which is not part of the exposed BAPI operations. Well the obvious solution to this would be expose this missing operation (which is undocumented in MS config guide) however this
    BAPI is a core requirement to retrieve person information. I would be hugely surprised if this operation was not factored into the config. This makes me think that to understand this better I need to resolve issue 1 first and get the rendering sorted first. 
    Has anyone come across the above issues with a recent implementation with this connector? Or help point me in the right direction? 
    any help would be greatly appreciated!
    thanks!!

    Hi Joe,
    you most probably missed the sentence "Add the required BAPI’s in the function group and select those required BAPI’s and click continue." in the "Connector for SAP.docx" document on page 8. In other words your webservice does not provide the required
    BAPIs.
    In the "DefaultSAPECC_6.wsconfig" the workflows for import and export require specific BAPIs.
    Also make sure that your Service Definition has got the same name as in the documentation and the workflow template.
    I was fighting with this for the last 4 days but in the end got it working.
    Hope this helps
    Chris

  • Integrating BOBJ with SAP

    Are there any requiremts, worksteps or notes available that deatil how to or what's required to integrate Business Objects with SAP BI? Thanks.

    check the BOBJ forum here... you should be able to find plenty

  • SBOP XI 3.1 Edge Integration kit with SAP

    Hi All,
    Can any one tell me where can i find the integration guide for integrating SBOP XI 3.1 Edge with BW ?
    This is SBOP Edge and not Enterprise. I did search under http://help.sap.com/businessobjects/ but didnt not find it.
    Where can i find the Integration kit for integrating SBPO XI 3.1 Edge with BW system.
    Also please suggest the post steps after integration.
    Regards,
    Ritesh
    Edited by: Ritesh Patel on Dec 23, 2010 5:42 AM

    Hi,
    all the software is available on http://service.sap.com/swdc in the BusinessObjects area.
    Ingo

  • Porns n cons of Integrating LDAP with SAP Netweaver

    Hello techies...
    We are going to integrate LDAP with ECC 6.0..
    If somebody can let me know the pros and cons of Integratning LDAP with ECC..
    I heard from one of the techies that "if you integrate then you wont be able to create user id thorugh tcode SU01". is it true ?
    and i would also like to know the process of integrations.
    Thnx
    DL

    Hi Daniel,
    Only to avoid 3rd party Integration tool and as well as which costs when integrated to third-party systems.
    If MDM is used will it be additional cost when integrated with third party systems?If there is no additional cost incurred can you please provide the approach.
    Regards,
    Sharath

  • Integrating inspection with SAP ME

    Hello Experts,
    Need some inputs here. I have sent orders to SAP ME (using both LOIPRO01 and LOIPRO02 Idoc types). The shop order is created and we are able to get the inspection lot and SFC Group size (calcualted as Order quantity - Scrap quantity from IDoc) in the QM Inspection tab of the shop order.
    What we are not able to get is the related operation / routing step to which inspection charactetisctics are assigned in SAP ERP and the Inspection sample size. What am I missing here?
    Also, if my understanding is correct, I need to create a DC Group to capture the inspection values through a POD. In DC Group maintenace, there is a check box called QM Inspection group and the help document says it comes from ERP. What makes is "selected"
    Would appreciate any inputs on this.
    Thanks
    Srinivas

    Hi Sergiy,
    We have an issue with following scenario related to Quality Inspection Lot.
    Scenario Details: We have a production order qty of 20 which created a shop order with qty 20 and the SFC Group Size is also 20 on the QM inspection tab of the Shop Order. The Inspection Sample Size is 2 based on our sampling procedure. The Lot Size in the ME material is 5.
    When we release the shop order, it created 4 SFCs (each with qty 5) as expected. But when we tried to perform sampling on these SFCs, we are getting a message "No SFC group meets SFC Group Size value" and it does not mark any SFC for data collection. All the SFCs in the group are marked True for Complete Pending.
    We tried to change the Lot Size of the material in ME to 1 and repeated the process. It worked in that case.
    Can you please help us understand what is that we are missing in the case of Lot size 5.
    Thanks in advance!!
    -Venkat

  • HR Renewal Self Services Integration Issue with SAP Portal

    Hi,
    We are  Implementing  HR Renewal 2.0 FP1 and the Self-Services Landing Page to be launched from within SAP Portal.
    I have imported the PFCG role ZSAP_EMPLOYEE_ESS_XX_UI5_1  into portal and assigned to the user. The End User read permission is provided.
    We see the landing page with all lanes coming up fine when launched from portal. But subsequently when we click on the SAPUI5 delivered applications in the MY INFO Lane like Employee Profile, Salary Statement, Leave Application etc, they open from inside the portal in a new window via the below Standard Launchpad Start URL application
    /irj/portal?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.sap.pct%2Fevery_user%2Fcom.sap.pct.erp.common.bp_folder%2Fcom.sap.pct.erp.common.roles%2Fcom.sap.pct.erp.common.erp_common%2Fcom.sap.pct.erp.common.lpd_start_url&RequestMethod=GET&System=SAP_HCM_PROXY&URLTemplate=<System.wap.WAS.protocol>%3A%2F%2F<System.wap.WAS.hostname><System.wap.WAS.path>%2Fsap%2Fbc%2Fui5_ui5%2Fsap%2FHRESS_PAYSLIP_G%2Findex.html%3Fsap-client%3D<System.client>%26sap-language%3DEN&PrevNavTarget=navurl%3A%2F%2F9302a2e5cab6590e376f9e6a16fffb13&NavMode=3&CurrentWindowId=WID1411300030322
    and getting the below error.
    Page not found. Refresh the page or try again later. If the problem persists, contact your Portal administrator for assistance
    Is any other configurations missing to launch the my info individual service application via portal as NavigationTarget.
    Appreciate your response.
    PS: No business packages (WD ABAP based etc.,) are installed in the portal side.
    Thanks,
    Urmi

    Hi All,
    The issue got fixed after installing the portal business package, Common Parts ERP 1.61.
    Thanks,
    Urmi

  • Integration ESRI with SAP SCM

    Hi,
    We want to integrate ESRI (ArcLogistics software) and SAP SCM - APO.
    After optimization running, we want to download route information to ESRI and display teh route as visual in GIS.
    Is there any documentation about installing and connecting ?

    Hi Hulya Cetin,
    You can integrate ESRI with SCM via BI system.
    Please check the below link
    http://help.sap.com/saphelp_scm70/helpdata/EN/51/3c503c242b4a67e10000000a114084/frameset.htm
    Regards
    R. Senthil Mareeswaran.

  • Data Services communication with SAP - physical/logical server name

    Iu2019m having trouble connecting Data Services to SAP.
    Environment details:
    Data Services version 12.2.1.2 on Windows 2008 SP2
    ERP and SRM on Windows 2008 (database SQL Server 2008 SP1)
    Repository on SQL Server 2008 SP1
    All servers (SAP and Data Servers) have had logical systems defined over the physical system names and they use these logical names to communicate with each other.  The Data Services server, hence has two names (logical and physical) and two corresponding IP addresses. 
    The problem weu2019re having is that when the SAP server communicates back to the Job Server it needs to use the logical server name and corresponding IP address.  Currently it is using the physical server name and IP address, causing communication failures. 
    When I run the host_name() function within Data Services it returns the physical host name.
    Is there a way to determine how Data Services identifies itself and whether this can be manipulated?  Is it possible to configure Data Services to run in a logical environment?
    Any thoughts or commends would be appreciated. Thanks

    Looked at this from another angle.  We were using Direct Download transport method which processes in the foreground and uses the SAPGUI for communication.  It seems as though it was how SAPGUI communicates with the SAP server on Data Services behalf that was causing the problem.
    We managed to motivate to get a share setup between the SAP server and the Data Services box which allows us to use Shared Directory transport method.  This also allows for background processing - eliminating the part of the SAPGUI communication that was causing the problem.

Maybe you are looking for

  • How can I create a account, mainly for webmail, if I recently bought a Mac Mini but never situated it and am on vacation now without a Apple computer ?

    I read ICloud has a program you can download to be able to use it for messages on a Windows machine but it still requires that you already established an account on an Apple device with Operating System 5 on higher and I prefer an option without inst

  • Using iPod/iPhone to transfer content to computer

    Hey all! My main computer is my Mac Mini right now. I had some problems when I got my external hard drive and got confused. I accidentally deleted all my videos and songs. However, all my songs are on my iPod and iPhone, and my videos are all on my i

  • Logical column not diplaying the correct results

    Hi, I am trying to display the %iBOTS failed and in my situation all have failed so i should get a value of 100%, but i am getting a value of 1 always even if i change the *100 to *600 menas it is not multiplying, below i is the formula used: CASE WH

  • Input Field Date Problem in EP7.0

    Hi, We have migrated the Enterprise Portal Application EP5SP6 to NW2004s SP6.Everything works fine except one issue in a Manager Reports, Where we are using Date type InputField. Code used:            <hbj:inputField        id="otherdate1"        typ

  • Broken download link to DAQmx 8.6

    Hi guys.  I was recently searching for a download to DAQmx 8.6, but when I've tried this link, it's dead: http://joule.ni.com/nidu/cds/view/p/id/833/lang/en This is the same link that's referenced on the official DAQmx product page: http://www.ni.com