SAP to Data Services System (Business Objects)

Hi,
Currently there is an RFC connection between Data Services and R/3 which exchange three idocs. Each idoc has an volume of 30k per day.
As we are trying to introduce PI as central broker, will it be recommended to bring PI into the scope thinking on the performance head.
As this would be simple idoc to idoc conversion, let me know the things that will help to reduce the performance overhead.
Also should i be using RFC adapter between PI and Data Services.
Also since the licensing model is based on CPU, what effect will it bring with these three interfaces?
Is there any other connectivity that we can try apart from simple RFC

Hi,
>>>Do you mean to say with dual stack, Idoc adapter is available both in ABAP as well JAVA.
yes you can use any of the two
but if you want to use ICO you can only use IDOC_AAE (java stack idoc adapter)
>>>I thought idoc adapter would present in Java stack when you go for java stand alone installation only.
no, with dual you also get it
>>>>That would solve my volume issues. What is the best way to find the size of an idoc?
send it via PI or easier and without PI - send it to an XML port (but this will give you the XML idoc size)
Regards,
Michal Krawczyk

Similar Messages

  • Sap mdm  or  master data services from business objects ...

    hi
    i  knew sap is acquiring business objects , but BO is having a software package called master data services , whose functions are same as sap mdm which is already available for few customers , then how sap is planning on these two procucts. are these two products going to be mixed or only one will be there in market .   any body any idea ?
    or . master data services is going to be an addon to sap mdm ?
    akhil
    Edited by: akhil k on Jan 20, 2008 2:13 AM

    Hi Akhil,
    Please go through these link i think they may help:
    1. ttp://www50.sap.com/m1/global/bobj/le/packages/mdm.htm
    2. Enterprise master data management (MDM) should always be the objective of any ... This approach extends Approach 4 by exposing master data services in the ...
    http://www.b-eye-network.com/view/5051
    3.Solving the SOA Data Dilemma with Master Data Services
    http://www.b-eye-network.com/view/6034
    Akhil, from 3rd link it looks like that this MDS( master data services) is same as MDM just the thing to be noticed is MDS term is used with SOA and MDM is an independent tool to provide MDS.
    Rewards if found helpful.
    Regrds,
    Alok

  • What is Data services in Business Objects

    Hi Folks,
    Can I know What is Data services and
    Where we can consider usage or need for this tool.

    Hi,
    Data Services consists of Data Quality and Data Intergrator that'll help in gathering, clensing and loading data from multple data sources into a single datawarehouse. Reporting and analysis for BI purpose can then be done on the final datawarehouse.
    Please find Data Services product guides and documents at [http://help.sap.com/content/bobj/bobj/index.htm]
    Regards,
    Subhodeep

  • Data federator in  business objects

    Hi,
    What is the use of data federator in business objects.
    Regards,
    G

    HI,
    The only option in this case is to 1) use Business Objects' Data Federator to bring XYZ data and BW (new) data together, 2) creating a relational universe, and 3) creating Crystal / WEBI reports using the relational universe; see Picture 1.
    >> You can also combine the data by using a MultiProvider in BW which is access the data in BW and the data in the legacy system and an additional alternative is to move all the data into BW.
    After 20 years goes by, and we no longer need to report on data housed in XYZ anymore, the environment will be turned off.
    1) When this happens, wouldn't we want to remove Data Federator and the relational universe from the scenario ?
    >> That depends on the approach you took
    Ingo

  • SAP BO Data Services - Bits Are One - O - f O hex operator

    Hi Gurus,
    I need to implement the Bits Are One - 'O' Bit Sequence Comparison opertor in SAP BO Data Services. The equivalent in SAP ABAP would look like:
      IF <b> O hex01. ftab-inp = on. ENDIF.
      IF <b> O hex02. ftab-req = on. ENDIF.
      IF <b> O hex04. ftab-out = on. ENDIF.
      IF <b> O hex08. ftab-act = on. ENDIF.
      IF <b> O hex16. ftab-int = on. ENDIF.
      IF <b> O hex32. ftab-inv = on. ENDIF.
    I need to know how I implement this in SAP BO data services. Please help.
    The ABAP help for the same is as follows:
    Comparing Bit Sequences 
    Use the following three operators to compare the bit sequence of the first operand with that of the second:
    <operator>     Meaning
    O     bits are one
    Z     bits are zero
    M     bits are mixed
    The second operand must have type X. The comparison takes place over the length of the second operand. The first operand is not converted to type X.
    The function of the operators is as follows:
    O (bits are one)
    The logical expression
    <f> O <hex>
    is true if the bit positions that are 1 in <hex>, are also 1 in <f>. In terms of set operations with bit sequences, this comparison is the same as finding out whether the set represented by <hex> is a subset of that represented by <f>.
    Z (bits are zero)
    The logical expression
    <f> Z <hex>
    is true if the bit positions that are 1 in <hex>, are 0 in <f>.
    M (bits are mixed)
    The logical expression
    <f> M <hex>
    is true if from the bit positions that are 1 in <hex>, at least one is 1 and one is 0 in <f>.
    Caution: The following programs are no longer supported in Unicode systems:
    REPORT demo_log_expr_bits .
    DATA: text(1) TYPE c VALUE 'C',
          hex(1) TYPE x,
          i TYPE i.
    hex = 0.
    DO 256 TIMES.
      i = hex.
      IF text O hex.
        WRITE: / hex, i.
      ENDIF.
      hex = hex + 1.
    ENDDO.
    The output is as follows:
    00          0
    01          1
    02          2
    03          3
    40         64
    41         65
    42         66
    43         67
    Here, the bit structure of the character 'C' is compared to all hexadecimal numbers HEX between '00' and 'FF' (255 in the decimal system), using the operator O. The decimal value of HEX is determined by using the automatic type conversion during the assignment of HEX to I. If the comparison is true, the hexadecimal number and its decimal value are displayed on the screen. The following table shows the bit sequences of the numbers:
    hexadecimal     decimal     Bit sequences
    00     0     00000000
    01     1     00000001
    02     2     00000010
    03     3     00000011
    40     64     01000000
    41     65     01000001
    42     66     01000010
    43     67     01000011
    The bit sequence of the character 'C' is defined for the current hardware platform by its ASCII code number 67. The numbers that occur in the list display are those in which the same bit position is filled with 1 as in the bit sequence of u2018Cu2019. The sequence 01000011 is the universal set of the bit sequences.
    Best Regards, Murugesh

    *

  • How to Load External Data to SAP BPC using SAP BO Data Services

    Hi,
    We want to load data from an external MS SQL Server DB to SAP Business Planning and Consolidation (BPC 7.5 Netweaver version) using SAP BO Data Services 4.0 as ETL. What is the best way to load data to SAP BPC using Data Services?
    Thanks

    Hello Devi,
    There are three ways you can load Master Data in BPC
    1) Copy and paste.
    Download master data in flat file .Copy the  master data and paste in members of dimension after that process the dimension.
    2) Using SISS Pakage - load Flat File into BPC-Cube
    3) Using SQL Command.
    Thanks.
    With regards,
    Anand Kumar

  • SAP BO Data Services XI 3.2 - Cannot Handle Multithreaded RFC Connection?

    Hi Guys,
    Just want to ask for your inputs if Data Services cannot handle multiple RFC connection request to BW system?
    The scenario is:
    There is one BODI job using RFC connection and trigger the 2nd job at the same time and it happen that the 2nd job failed.
    Current version of SAP BO Data Services XI 3.2 that we are using is 12.2.2.1
    Thanks in advance,
    Randell

    Arpan,
    One way to get to the multiprovider data is to use Open Hub with a DTP that gets the data from the multiprovider and exposes it as an open hub destination to Data Services. With Data Services XI 3.2 we now fully support Open Hub where Data Services will (1) start the process chain to load the data (2) read the data when process chain ended and (3) notify Open Hub when done so that the data can be purged again.
    More info on Open Hub here : http://help.sap.com/saphelp_nw04/helpdata/en/1e/c4463c6796e61ce10000000a114084/content.htm
    But I will also look into the why we show the multiproviders when browsing the metadata, but get an error when trying to extract using the ABAP method (not via Open Hub). You could be right in your assumptions below and we might just need to hide the multiproviders when browsing metadata.
    Thanks,
    Ben.
    Edited by: Ben Hofmans on Jan 5, 2010 6:06 PM - added link to Open Hub documentation which references multiproviders as possible source.

  • Application Services uses other application Services like business Object

    Hallo
    I use the SAP NetWeaver 7.1 SP3.
    One question can i use in the Applcation Service another Application Service (not Business Object)?
    The reasons I want to have this possibility:
    If I use the external service and I will be exposed as a new Applicaiton Service, thus it can be used by several application Services.
    I have put one Application Service A into the dependency of Application Service B... but in code i can not find out the API to lauch to the Application B.
    Thanks and Kind Regards
    Ping

    Thanks
    But I can not find  the Object ApplicationServiceALocal
    and the code
    ApplicationServiceALocal appServiceA = this.getApplicationServiceA();
    I can not get it.
    Maybe I should after the add dependency Generate Application, buîld Application?
    Kind Regards
    Ping

  • SAP BI - Data Services connection

    Hello
    I am trying to set up SAP BI - Data Services connection.
    Couple of questions :
    1. Where from within the SAP can I get SAP gateway hostname and SAP gateway service name
    2. I have a developer right on BW. Is it enough to make connection with my user id?
    3. connection to BW is via client security portal. Does it change the approach?
    Thanks

    Hi,
    1. Where from within the SAP can I get SAP gateway hostname and SAP gateway service name
    From the sapgui.
    2. I have a developer right on BW. Is it enough to make connection with my user id?
    Yes
    3. connection to BW is via client security portal. Does it change the approach?
    What does that means? you need a user and password in BW (ABAP).
    As suggested by Andrei, read the wiki. It has all you need to make it work.
    Hope this helps.
    Cheers,
    Diego

  • Connect SAP BO Data Services to Azure Blob Storage

    Hi,
    I want to connect SAP BO Data service to Azure Blob Storage. Is there a way to achieve this?
    Thanks,

    Hi Anton,
    As of now, it is not possible for SAP BO Data Services to connect with Azure Blob Storage. However, you may put down your requirement in Azure Feedback, so that concerned development team can get it done in near future.
    http://feedback.azure.com/forums/34192--general-feedback
    Regards,
    Manu Rekhar

  • Business Objects Data Service notify Busienss Objects Reporting ?

    Hi,
    Do you see me if it's possible to notify Business Objects reporting when the Business Objects Data Services has finishing these jobs ?
    It's a standard integration or customization in your side ?
    Thanks for your help
    Gilles

    We had to customize it by putting in script code, at the end of the job, that updates a table with the job name time it started and time it completed. This table is then cross-referenced with the Universes and finally reports that it involves. The end users logon to a JSP page that we created that allows them to search by report name to determine if all jobs related to the report have completed. If even just one job is in progress or hasn't started, it shows the report as not being avaialble for execution.

  • Data Service System In Visual Composer  7.1

    Hello,Experts:
    Recently ,i am focusing on the mirgration function of SAP NetWeaver,and visual composer is among them .
    In netweaver 2004s enterpise portal ,i have done the system connection between Enterpise Portal and ECC and BW ,and the system alias can be accessed in visual composer .Both the bapi and infocube can be got by the system alias .The Visual Composer Application based on the backend data service is ok .
    However ,i have registry the ecc system in CE Portal and its version is SAP Composte Environment SP5 .I can check out the system registry is ok . However ,when i open the Visual Composer on the CE Portal ,i couldnt find the system alias that i have registried .It is blank .Plus,we havent install SLD on the CE Java Server ,and solution manager is put forward to take the place of sld .
    Can anybody help me out ? The problem has any relationship with the Enterpise Service Repository ?
    Thanks for your help in advance .
    Eleanor

    Hi Eleanor,
    first of all if you want to use SAP BW in Visual Composer for CE then you have to install Enhancement Package 1. SAP BW resp. queries, planning functions and so on is only supported with VC 7.11 (EhP1 for CE). I also recommend you to set up the SLD in your CE system resp. that it works as a "slave SLD" when you have an existing SLD in your landscape. There are wizards available in the NetWeaver Administrator.
    Go to http://<host>:<port>/nwa to login into NetWeaver Administrator.
    Navigate to Configuraton --> Scenario --> Configuration Wizard and choose the Initial setup of functional unit SLD.
    If you want to have access to BAPIs there are two ways to access the system. You can define a portal system object to access the ECC or you can define in NWA a RFC connection to access ECC.
    [Maintaining RFC Destinations|http://help.sap.com/saphelp_nwce10/helpdata/en/5a/97a066223e440b8ead3da027b17d9e/frameset.htm]
    [Wiki to setup RFC connection|https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc71/rfc+destination]
    Hope that helps,
    Best Regards,
    Marcel

  • DR on SAP BusinessObjects Data Services

    Hi Experts,
    Greetings.
    We are planning to implement the DR setup for Business Objects Data services. It would be helpful if you could share us step perform the DR on SAP business objects Data services.
    Regards
    Sebastian A

    Hi,
    Data Services Repositories are usually hosted in databases. This means the DR recovery options setup for the database server that hosts the Data Services will protect the code held in the repositories for DR purposes.
    As far as setup is concerned, you can take a point-in-time image of the data services app server, jobserver and configurations so that it can be used for DR purposes.
    This is only high level. But you can use this as the base to discuss disaster recovery options with your infrastructure counterpart defining the DR recovery options.
    kind regards
    Raghu

  • Data Service System In Visual Composer

    Hello,Experts:
    Recently ,i am focusing on the mirgration function of SAP NetWeaver,and visual composer is among them .
    In netweaver 2004s enterpise portal ,i have done the system connection between Enterpise Portal and ECC and BW ,and the system alias can be accessed in visual composer .Both the bapi and infocube can be got by the system alias .The Visual Composer Application based on the backend data service is ok .
    However ,i  have registry the ecc system  in CE Portal and its version is  SAP Composte Environment SP5 .I can check out the system registry is ok . However ,when i open the Visual Composer on the CE Portal ,i couldnt find the system alias that i have registried .It is blank .Plus,we havent install SLD on the CE Java Server ,and solution manager is put forward to take the place of sld .
    Can anybody help me out ? The problem has any relationship with the Enterpise Service Repository ?
    Thanks for your help in advance .
    Eleanor

    Hi,Govindu
    I have read that message already .Thanks for ur help .
    However ,i find that there's no VC-Role in CE SP5,and the permission add-in didnt work .Besides ,when i deploy VC component on the EP 6.0 ,i can find these iviews or models at the directory of content administrator->visual composer ,while in the new version ,i havent find the configuration path on the Visual Composer Client,and when i deploy the VC Applications ,it is deployed in the path of webdynpro content management .
    and my question is still up in the air .

  • Failed to retrieve the data source in Business Objects Explorer

    I have built a universe with Designer suits and separate measurements of paramentros and bound by, ran on Web Intelligence, but when I try to use the Business Objects Explorer is reported the following message:
    Failed to retrieve the data source details.
    The creation of the data source object tree failed
    What should I do?

    There are two OSS notes about this error ;
    1411433
    1363777
    Also you can take a look at this service pack
    http://ftp1.businessobjects.com/outgoing/CMS/crXIwin_en_sp3.pdf
    cheers
    Tansu
    Edited by: tansu aksu on Jan 25, 2011 5:03 PM

Maybe you are looking for

  • How can I get rid of all the useless junk in the new iTunes for Mac?

    I'm sorry, but I've been using iTunes ever since it was introduced, and I LOATHE this latest version's (11.0.2.26) interface. Is there anyway I can configure it so that it's more like the nice & simple older versions? Bart Brown

  • Cost Elements

    Hello, I was trying to understand the table COEP and I see the table has three currencies. You have value in transaction currency, value in  object currency and value in Co Area currency. Can someone tell me the difference between all these three cur

  • Exclamation Mark or Apple Sign all I can get

    Please help! My iPod froze and now when I try to turn it on, all I see are the Apple sign alternated with the Folder with an exclamation mark icon. I have tried to reset the iPod by pressing the Menu and the Play/Pause button. I have also tried to re

  • How to configure RMAN - Oracle EBS R12

    Hi, I have installed Oracle EBS R12 on OEL 5.6 and want to configure Backup strategy for Database. Database Version is 11.1.0.7. Currently Database is in Noarchivelog mode and want to take backup of database using RMAN. Can anyone guide me what are t

  • Newzbin downloads being limited...

    yes i know the site is "illegal"  BUT i use it for things other than movies and music. normally when i downlaod a .NZB file off newzbin via Grabit off Giganews i get a steady 37Mb download but tonight soon as i started to download my downloads were