Business Object builder

Hi all,
I have a business object whose key field and attirbutes are mapped to a database table.
Now when I instantiate the object with the key field and the key field is a wrong entry then I want my object to throw ane error saying the "Key Field entry is invlaid or no datas exist for the following Key Field entry".
How shall i go for it.
Dev

Hello
Have a look at the business object USER. It contains a "method" USER.ExistenceCheck that is realized by BAPI_USER_EXISTENCE_CHECK.
Take this as an example of how you should go on with your business object.
Please note that business objects and their methods have <b>nothing </b>to to with object-orientated programming.
Regards
  Uwe

Similar Messages

  • Business Object Builder: Instanciating Objects

    Hi everybody,
    is it possible to instanciate a object from BOB in ABAP programm?
    The object should be found in the Business Object Builder.
    regards Mario

    Hello Mario
    The business "objects" in the BOR (business object builder) have nothing to do with OO objects.
    Here are a few example of classes (transaction SE24) related to business objects:
    - CL_REEXC_COMPANY_CODE (company code)
    - CL_WB2_DOC_FACTORY (documents like sales orders, etc.)
    - IF_WB2_DOC (interface for documents)
    Regards
      Uwe

  • Attributes Problem in Business Object

    Hi,
    We had a requirement of creating a new Business Object with a couple of attributes(both Database and Virtual Attributes)
    So, as per the requirement, I created my Business Object with all the required attributes. And I have coded the required Business Logic for my Virtual Attributes.
    Now, I created my Business Object's method's using these attributes(OBJECT-ATTRIBUTE_NAME) in my methods wherever required.
    Finally, I tested the Business Object in SWO1(Business Object Builder), here are my observations...
    1) The Database attributes is getting created properly and I can see the values for the required
    2) The Virtual Attributes are getting created as per the Business Logic and I can see the desired result for this also.
    3) The methods are giving desired results.
    Now, my doubt is, when I trigger one of this Business Object's method from workflow, the attribute values(OBJECT-ATTRIBUTE_VALUE) are not visible inside the method. But if I test the same BO using SWO1, I can see all the Attribute values(OBJECT-KEYFIELDS).
    I can only see the KEY FIELDS of the Business Object in Debug mode, I mean, I can view OBJECT-KEY-KEYFIELD value, but not the OBJECT-ATTRIBUTENAME inside the BO'S method in Debug mode-when triggered from Workflow.
    Well, I am triggering the Workflow using the SWUD transaction and infact I am creating the required Instances in the first screen of SWUD.
    Can anyone make me clear why this is happening?
    Regards,
    <i><b>Raja Sekhar</b></i>

    Hi people,
    Thanks for immediate reply.
    Well, I think I didnt explain my problem clearly...
    Well, here is my clear explanation.
    I created a new Business Object named ZOBJECT say...
    It has 3 key fields...
    PERNR(Employee Number),BEGDA(Start Date) and ENDDA(End Date)
    It has 2 attributes...
    One is a Databsase Attribute - ENAME which gets populated from database PA0001.
    Another is a Virtual Attribute - EMAILID which gets populated from some Business Logic.
    And it has one Event...ZEVENT
    It has one method...
    SENDMAIL - Which sends the email to the EMAILID Attribute.So my coding looks something like this...
    METHOD SENDMAIL.
      DATA : W_FROMEMAIL TYPE PA0105-USRID_LONG,
             W_TOEMAIL TYPE PA0105-USRID_LONG,
             W_SUBJECT(100),
            IT_TEXT TYPE STANDARD TABLE OF SOLI.
      W_FROMEMAIL = '[email protected]'.
      W_TOEMAIL = OBJECT-EMAILID.
      W_SUBJECT = 'Test Mail'.
    Populate the mail content into IT_TEXT Internal table
      call function 'YHSENDEMAIL'
          EXPORTING
            FROMEMAIL = W_FROMEMAIL
            TOEMAIL   = W_TOEMAIL
            SUBJECT   = W_SUBJECT
          TABLES
            IT_TEXT   = IT_TEXT.
    ENDMETHOD.
    So as shown above I designed my Business Object.
    And I tested this Business Object from SWO1(Business Object Builder) Transaction itself. I am able to get the desired result. Everything seems perfect till now.
    Now, I created my workflow with ZOBJECT-ZEVENT as the Start Event.
    I created one Standard Task to send EMail which in turn calls up my ZOBJECT-SENDEMAIL Method.
    So when I called this method, I found that OBJECT-EMAIL inside the method is not populated, ultimately, no mail is going.
    I dont understand why the attribute values are not populated when I call the same method from workflow.
    When I checked the workflow log, I can see my attribute values for the ZOBJECT. But in the Method, I cant access the attribute values as such...But I am able to access the Key fields of the method...
    Can anybody explain me the reason for this behavior?
    I checked the BINDING, Everthing seems perfect from this side...So I dont think it's a binding problem.
    Regards,
    <i><b>Raja Sekhar</b></i>
    Message was edited by: Raja Sekhar

  • What is business objects

    When I browse the BusinessObject pages on SDN and the BusinessObjects forums, i see a lot of infomation about tools and stuf that I know - and still I am not familiar with the term "BusinessObjects"
    I know SAP R/3 Business Objects and the Business Object Builder (transaction SWO1), but I can see that these Business Objects has nothing to do with BusinessObjects?
    Can anyone explain in a nutshell what is BusinessObjects?
    Thanks
    Thomas

    Hi,
    try the blogs found under this link:
    [http://wiki.sdn.sap.com/wiki/display/BOBJ/ForSAPBIConsultantslookingtostartwithBO]
    These link may also be helpful:
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/107c11f7-3f27-2c10-e4bd-e5225e93fb48]
    [http://www.businessobjects.com]
    Regards,
    Stratos

  • Business Object Types

    hi,
      Can anyone send me information on how to find out the business Onject types.
    I want to find the business object types for Sales Order, Delivery and Billing.
    Thank you
    Laxman

    Hi Laxman,
    Go to Transaction SWO1(Business Object Builder).
    In the Object/Interface field click on Help request(F4). You will find an object list from which you can find the business object types for Sales, Delivery, Billing.
    Hope your problem gets solved.
    Thanks
    Kumar

  • Defining Business Objects in ES-Builder

    Hi,
    I tried to create a business object definition with the Enterprise Service Builder (CE 7.1 with local SLD; Selected ES-Builder Profile: "unrestricted").
    I selected "create object" -> "Interface Objects" -> "Business Object". But the "Business Object"-Option is deactivated and I get the followoing warning:
    Software component version does not support this object type
    "Agent" and "Process-Component" are not selectable too.
    I configured the Software Component in SLD and imported it to the ES-Builder. How do I have to configure my software component (version) to create a business object-definition?
    Regards

    Hello Rathish,
    thanks for your reply.
    At the moment I am evaluating the usage of the ESR. There are 3 Steps I want to perform:
    First I want to model my environment. That step I have done by modelling my process-components with service-interfaces, operations, and a business-object for each process-component.
    Secondly I created specifications in ESR for my service-interfaces and operations and connected them to the corresponding model objects.
    Thirdly I imported the specifications from ESR into my NWDS to implement them.
    Since I can connect my service-interface-specification in ESR to the corresponding service-interface in my model, I question myself why can't I do the same thing with business-objects (specify them and connect them to the model object)? Doesn't it make any sense? You wrote that specifying business-objects is not available for external use. Is there a specific reason? Also, it would be nice to import a business object-specification from ESR into NWDS. Unlike "service-interface model"->"service-interface specification"->"service-interface implementation" are connected together from model to implementation, there is a gap between "business-object model" and "business object implementation".
    regards,
      Christian

  • Query for recurring reports using Query Builder in Business objects

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

  • Business Objects Universe Builder

    <p>Please share if anybody has Business Objects Universe Builder Experience with BO XI R2.</p><p>Regards,</p><p>Padmakara </p><p>&#160;</p>

    Hi
    I met this error before and I think this may be caused by the version of BO universal builder and Oracle database can not match.
    connect to Oracle using OLAPSYS user
    and then run sql below :
    CREATE OR REPLACE VIEW OLAPSYS.CUST_OLAP2_AW_DIM_HIER_LVL_ORD AS
    select a.aw_owner,
    a.aw_name,
    a.aw_dimension_name,
    a.aw_hierarchy_name,
    a.is_default_hier,
    a.aw_level_name,
    b.position- a.position position from
    OLAPSYS.ALL$OLAP2_AW_DIM_HIER_LVL_ORD a,
    (SELECT max(position)+1 position,aw_owner,aw_name,aw_dimension_name,aw_hierarchy_name
    from OLAPSYS.ALL$OLAP2_AW_DIM_HIER_LVL_ORD
    group by aw_owner,aw_name,aw_dimension_name,aw_hierarchy_name)b
    where a.aw_owner = b.aw_owner
    and a.aw_name=b.aw_name
    and a.aw_dimension_name=b.aw_dimension_name
    and a.aw_hierarchy_name = b.aw_hierarchy_name;
    GRANT SELECT ON OLAPSYS.CUST_OLAP2_AW_DIM_HIER_LVL_ORD TO PUBLIC;
    DROP PUBLIC SYNONYM ALL_OLAP2_AW_DIM_HIER_LVL_ORD;
    CREATE PUBLIC SYNONYM ALL_OLAP2_AW_DIM_HIER_LVL_ORD FOR OLAPSYS.CUST_OLAP2_AW_DIM_HIER_LVL_ORD;

  • Need toughts on approach. Client moving to Maconomy/Business Objects

    Post Author: klokhammer
    CA Forum: General Feedback
    Hi.On of our important clients are most likely to migrate between economy systems within the next 9 months. Case as follows:
    We have developed a budgeting/forecast and reporting system for a certain market/company. The solution is based on a Microsoft SQL 2000 database/server with Microsoft Access as application interface. The solution is integrated and gets actual figures from the economy system Aspect on a IBM iSeries (AS400) system. The "edge" of the system lies in sophisticated budgeting/forecast routines, the report module is rather poor....
    The client is now most likely to migrate to Maconomy as the new economy system, and Maconomy AnalytiX as the new BI system (which I understand uses Business Objects.)
    We are new to Business Objects and need general recommendations on what level we should try to integrate on. Should we "ditch" all the development done in Access and build a new solutions through Business Objects, keeping all the business logics, but not the interface?
    Should we try to integrate on a database level, keeping the interface in Access (for budgeting/forecast), and exporting data into Business Objects to allow reporting through Maconomy AnalytiX?
    As you most likely have understood, my knowledge about Business Objects are pretty poor. But please try to give me your thoughts on how we should move along, and what kind of "standard" considerations we must have in mind.
    Kind regardsklokhammer

    Post Author: jsanzone
    CA Forum: General Feedback
    klokhammer,
    I checked out Macanomy's web site and searched for references to Business Objects, and sure enough it is mentioned here and there.  What it sounds like is that Macanomy has developed some "Macanomy Standard Reports" using BusObjects, so if you want these nifty Macanomy reports available to you, you buy the Macanomy product, which is bundled w/ BusObjects, and voila you have the reports.  It sounds like a winning strategy.  On the other hand, in order to get this type of capability, an organization would have to hire a staff to purchase and install Business Objects, then the staff would have to understand the financial database that the client has established and populated, and then the staff would have to set about building the reports that are needed.  With Macanomy, it seems that you get the whole kit and kaboodle in one swoop, which is good for an organization providing that it is on the same wave-length as Macanomy.  In regards to your question about what to do with your existing infrastructure, this is a call only you and your client can make.  In IT, it's always about the data and how it is used.  Peeling back the onion a bit, the process works like this:  in order for the Macanomy reports to work, the report must be properly built and it must read from a "universe", which is a BusObjects term for defining the interface between the user and the database (the meta data process).  In order for the universe to exist, it must be built by a "Universe Designer".   The Universe Designer must have an intracate knowledge of how every table in the database will be used to support the reports that the end-user wants to have (either pre-canned (standard) or ad hoc capability).  The database is still a critical piece, and reviewing the Macanomy offering I have a funny feeling that they come in with their own database structure and universe, which makes their process a much quicker install.  The downside, as it appears to me, is how you would migrate your existing data into the Macanomy structure (this goes back to the two parties being on the same wavelength).  I think in your case it's going to be a matter of ditching your database structure in MS SQL 2000 and Access, and adopting the Macanomy structure, but this may be more painful to do than any one at this point realizes.  It sounds like you need to continue arming yourself with knowledge before making any final decisions.  Good luck, and perhaps keep all of us posted on your experiences.

  • Error while generating the Business Object in Mobile Sales

    Hi,
    I made changes to the Business Object BOCAPGEN.
    Now I am trying to generate the business object but it is giving out the error saying
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    I am not a MSA Developer and have no clue regarding MAS(Mobile Application Studio)
    So any one can please give me a clue regarding the issue
    I have solved it by closng all other application other than client console
    Thanks Guys
    Message was edited by: zack taylor

    Hi !
    1 year later, I am facing the same problem.
    I want to build MSA 4.0 SP8, everything runs fines until the end of the generation of the Tiles, the next step fails :
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    Then around 10 thousands of error messages of that kind follow in the output window ; howeverin the end it says "Generation End" without telling whether it was successful or not (the first time the output window was too small, I thought all was OK )
    Anyways, the Mobile Sales icon appeared on the desktop and when I try to launch it I get the error "Starting MobileSalesfailed".
    During another attempt, I check with "Unlocker" the 2 arsrep.dat files I found under the BOL directory, it reported that none was used and locked at that moment.
    Also I killed the vbagen.exe process before starting the build, but it was automatically launched after. (first build was launched after a reboot, the 2nd after the 1st failed + vbagen.exe process killed)
    Does anyone have any clue ?
    Another question is : what are the rights required ? I am a local administrator but I do not have full admin rights (the only thing I saw at the moment is I cannot access to Add/Delete Programs in the Control Panel)
    Thanks & Regards,
    François
    -edit-
    thanks to the one who moved it to the right forum
    Message was edited by:
            Francois Feugier

  • Error while installation - Business object Xi R2 SP2

    Hi ,
    I am trying to install  Business object Xi R2 SP2 on my new Windows 7 Operating System. I am trying to install the client components .I am getting the below error .Please reply if there is any soultion.
    Error :
    "1 processor  Family 6 Model 0 Stepping 0
    Unknown Windows v6.1 build 7600
    Physical Total/Avail: 1.048.120 Kb / 344.332 Kb
    Temp directory C:\Users\ADMINU~1\AppData\Local\Temp\ (1 Kb available)
    'Unknown' video card
       1024 x 768 with 65536 colors
    Unhandled Exception
      Code: e06d7363
      Description unavailable
    Call stack:
    Module  at   0x75bb0000: C:\Windows\system32\KERNELBASE.dll  v 6.1.7600.16385 [E]
        address: 0x75bb9617
    Module  at   0x7c360000: C:\Windows\system32\MSVCR71.dll  v 7.10.6030.0 [E]
        address: 0x7c37a7bc
    Module  at   0x55060000: C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cpi18n.dll  v 11.5.8.826 [E]
        address: 0x55088183
    Application:
    0x54C "
      current thread 0x858
    started: Thursday, February 24, 2011 at 15:26 PM
    ends:    Thursday, February 24, 2011  at 15:26 PM
      User mode: 62 ms   Kernel mode: 406 ms
    Loaded modules:
        0x00020000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\io-vc-mt.dll      v 0.0.0.0
        0x00150000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\thread-vc-mt.dll      v 0.0.0.0
        0x00170000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\time-vc-mt.dll      v 0.0.0.0
        0x00190000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\network-vc-mt.dll      v 0.0.0.0
        0x00320000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\libxml2.dll      v 2.6.19.0      [English (United States)]
        0x003E0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\helper-vc-mt.dll      v 0.0.0.0
        0x00400000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\designer.exe      v 11.5.8.826      [English (United States)]
        0x00590000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\btuc320vc71.dll      v 3.2.0.0      [English (United States)]
        0x006C0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\tools.dll      v 11.5.8.826      [English (United States)]
        0x00830000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\security-vc-mt.dll      v 0.0.0.0
        0x00840000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\wstkCommon.dll      v 11.5.8.826      [English (United States)]
        0x008C0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\streaming-vc-mt.dll      v 0.0.0.0
        0x008F0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\desengine.dll      v 11.5.8.826      [English (United States)]
        0x00910000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\pdflib.dll      v 6.0.3.0      [English (United States)]
        0x10000000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\file-vc-mt.dll      v 0.0.0.0
        0x12000000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\xerces-c_2_1_0.dll      v 2.1.0.0      [English (United States)]
        0x49C00000     C:\Windows\system32\cxlibw-3-1.dll      v 11.5.8.826      [English (United States)]
        0x4A800000     C:\Windows\system32\icuuc30.dll      v 3.0.0.0      [Language Neutral]
        0x4A900000     C:\Windows\system32\icuin30.dll      v 3.0.0.0      [Language Neutral]
        0x4AD00000     C:\Windows\system32\icudt30.dll      v 3.0.0.1      [Language Neutral]
        0x53000000     C:\Windows\system32\fssl-1-2-1-2.dll      v 1.2.1.2      [English (United States)]
        0x53120000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cs_tools.dll      v 11.5.8.826      [English (United States)]
        0x53390000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cs_helpers.dll      v 11.5.8.826      [English (United States)]
        0x53430000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cube.dll      v 11.5.8.826      [English (United States)]
        0x536D0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\unvtools.dll      v 11.5.8.826      [English (United States)]
        0x53B10000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\kagtux.dll      v 11.5.8.826      [English (United States)]
        0x53BD0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cplib.dll      v 11.5.8.826      [English (United States)]
        0x53F60000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cnxsrv.dll      v 11.5.8.826      [English (United States)]
        0x54110000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\TraceLog.dll      v 11.5.8.826      [English (United States)]
        0x541C0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ksqldg.dll      v 11.5.8.826      [English (United States)]
        0x542C0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\sessmgr.dll      v 11.5.8.826      [English (United States)]
        0x54430000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cpcoll.dll      v 11.5.8.826      [French (France)]
        0x544F0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\uitools.dll      v 11.5.8.826      [English (United States)]
        0x546C0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\rptdisp.dll      v 11.5.8.826      [English (United States)]
        0x54740000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\krptdlg.dll      v 11.5.8.826      [English (United States)]
        0x547E0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\BOFCEngine.dll      v 11.5.8.826      [English (United States)]
        0x54860000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\dlg1.dll      v 11.5.8.826      [English (United States)]
        0x548F0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\i18n.dll      v 11.5.8.826      [English (United States)]
        0x549E0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cpxml.dll      v 11.5.8.826      [English (United States)]
        0x54AB0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\category.dll      v 11.5.8.826      [English (United States)]
        0x54AF0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\dlgdll.dll      v 11.5.8.826      [English (United States)]
        0x54D40000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\RepAttr.dll      v 11.5.8.826      [English (United States)]
        0x54D70000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\bofcui.dll      v 11.5.8.826      [English (United States)]
        0x54E30000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\boDeploy.dll      v 11.5.8.826      [English (United States)]
        0x55030000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\BOCP_1252.dll      v 11.5.8.826      [English (United States)]
        0x55060000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cpi18n.dll      v 11.5.8.826      [English (United States)]
        0x55290000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\kquery.dll      v 11.5.8.826      [English (United States)]
        0x55620000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\msgsrv.dll      v 11.5.8.826      [English (United States)]
        0x55640000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\BOFCDialogs.dll      v 11.5.8.826      [English (United States)]
        0x55660000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\boconfig.dll      v 11.5.8.826      [English (United States)]
        0x556E0000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\vartools.dll      v 11.5.8.826      [English (United States)]
        0x56970000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\FCRepoProxy.dll      v 11.5.8.826      [English (United States)]
        0x57620000     C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\repo_proxy.dll      v 11.5.8.826      [English (United States)]
        0x59620000     C:\Windows\system32\libOCAHelperw-3-1.dll      v 11.5.8.826      [English (United States)]
        0x597C0000     C:\Windows\system32\libOCASecurityw-2-0.dll      v 11.5.8.826      [English (United States)]
        0x5D360000     C:\Windows\system32\MFC71ENU.DLL      v 7.10.3077.0      [English (United States)]
        0x63000000     C:\Windows\system32\etc-1-0-12-4.dll      v 1.0.12.21      [English (United States)]
        0x64000000     C:\Windows\system32\ebus-3-3-2-5.dll      v 3.3.2.24      [English (United States)]
        0x6F250000     C:\Windows\system32\msi.dll      v 5.0.7600.16385      [English (United States)]
        0x71AE0000     C:\Windows\system32\WINSPOOL.DRV      v 6.1.7600.16385      [English (United States)]
        0x71BC0000     C:\Windows\system32\hlink.dll      v 6.1.7600.16385      [English (United States)]
        0x72AE0000     C:\Windows\system32\dbghelp.dll      v 6.1.7600.16385      [English (United States)]
        0x72D10000     C:\Windows\system32\rasadhlp.dll      v 6.1.7600.16385      [English (United States)]
        0x72D20000     C:\Windows\system32\pnrpnsp.dll      v 6.1.7600.16385      [English (United States)]
        0x72D40000     C:\Windows\system32\napinsp.dll      v 6.1.7600.16385      [English (United States)]
        0x72D50000     C:\Windows\System32\winrnr.dll      v 6.1.7600.16385      [English (United States)]
        0x73010000     C:\Windows\system32\WSOCK32.dll      v 6.1.7600.16385      [English (United States)]
        0x73380000     C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\COMCTL32.dll      v 5.82.7600.16661      [English (United States)]
        0x73980000     C:\Windows\System32\fwpuclnt.dll      v 6.1.7600.16385      [English (United States)]
        0x73C10000     C:\Windows\system32\WINNSI.DLL      v 6.1.7600.16385      [English (United States)]
        0x73C20000     C:\Windows\system32\IPHLPAPI.DLL      v 6.1.7600.16385      [English (United States)]
        0x73DE0000     C:\Windows\system32\NLAapi.dll      v 6.1.7600.16385      [English (United States)]
        0x74920000     C:\Windows\system32\uxtheme.dll      v 6.1.7600.16385      [English (United States)]
        0x74DF0000     C:\Windows\system32\VERSION.dll      v 6.1.7600.16385      [English (United States)]
        0x75200000     C:\Windows\system32\DNSAPI.dll      v 6.1.7600.16385      [English (United States)]
        0x75340000     C:\Windows\System32\mswsock.dll      v 6.1.7600.16385      [English (United States)]
        0x75850000     C:\Windows\system32\CRYPTBASE.dll      v 6.1.7600.16385      [English (United States)]
        0x75900000     C:\Windows\system32\profapi.dll      v 6.1.7600.16385      [English (United States)]
        0x75970000     C:\Windows\system32\MSASN1.dll      v 6.1.7600.16415      [English (United States)]
        0x75980000     C:\Windows\system32\CRYPT32.dll      v 6.1.7600.16385      [English (United States)]
        0x75BB0000     C:\Windows\system32\KERNELBASE.dll      v 6.1.7600.16385      [English (United States)]
        0x75C00000     C:\Windows\system32\SHLWAPI.dll      v 6.1.7600.16385      [English (United States)]
        0x75C60000     C:\Windows\system32\ole32.dll      v 6.1.7600.16624      [English (United States)]
        0x75DC0000     C:\Windows\system32\comdlg32.dll      v 6.1.7600.16385      [English (United States)]
        0x75E40000     C:\Windows\system32\LPK.dll      v 6.1.7600.16385      [English (United States)]
        0x75E50000     C:\Windows\system32\MSCTF.dll      v 6.1.7600.16385      [English (United States)]
        0x75F20000     C:\Windows\system32\RPCRT4.dll      v 6.1.7600.16385      [English (United States)]
        0x75FD0000     C:\Windows\system32\NSI.dll      v 6.1.7600.16385      [English (United States)]
        0x75FE0000     C:\Windows\SYSTEM32\sechost.dll      v 6.1.7600.16385      [English (United States)]
        0x76000000     C:\Windows\system32\SHELL32.dll      v 6.1.7600.16644      [English (United States)]
        0x76C50000     C:\Windows\system32\IMM32.DLL      v 6.1.7600.16385      [English (United States)]
        0x76D20000     C:\Windows\system32\kernel32.dll      v 6.1.7600.16481      [English (United States)]
        0x76E00000     C:\Windows\system32\urlmon.dll      v 8.0.7600.16671      [English (United States)]
        0x76F40000     C:\Windows\system32\ADVAPI32.dll      v 6.1.7600.16385      [English (United States)]
        0x76FE0000     C:\Windows\system32\USP10.dll      v 1.626.7600.16385      [English (United States)]
        0x77080000     C:\Windows\system32\msvcrt.dll      v 7.0.7600.16385      [English (United States)]
        0x77130000     C:\Windows\system32\WININET.dll      v 8.0.7600.16671      [English (United States)]
        0x77230000     C:\Windows\system32\GDI32.dll      v 6.1.7600.16385      [English (United States)]
        0x772B0000     C:\Windows\system32\USER32.dll      v 6.1.7600.16385      [English (United States)]
        0x77380000     C:\Windows\system32\iertutil.dll      v 8.0.7600.16671      [English (United States)]
        0x77720000     C:\Windows\system32\OLEAUT32.dll      v 6.1.7600.16385      [English (United States)]
        0x777B0000     C:\Windows\SYSTEM32\ntdll.dll      v 6.1.7600.16559      [English (United States)]
        0x778F0000     C:\Windows\system32\Normaliz.dll      v 6.1.7600.16385      [English (United States)]
        0x77900000     C:\Windows\system32\WS2_32.dll      v 6.1.7600.16385      [English (United States)]
        0x7C140000     C:\Windows\system32\MFC71.DLL      v 7.10.6041.0      [English (United States)]
        0x7C250000     C:\Windows\system32\MFC71U.DLL      v 7.10.3077.0      [English (United States)]
        0x7C360000     C:\Windows\system32\MSVCR71.dll      v 7.10.6030.0      [English (United States)]
        0x7C3C0000     C:\Windows\system32\MSVCP71.dll      v 7.10.6030.0      [English (United States)]

    The BO XI R2 server can only be installed on a server version of WIndows (eg. WIndows Server 2003 or 2008)
    The BO XI R2 client (even the latest SP 6) is not supported on Windows 7.
    More information about the supported platforms is available here http://service.sap.com/bosap-support.
    Regards,
    Stratos

  • Business Objects, external services and application services in CAs

    Hi All,
    right now we are developing our first eSOA Composite Application with CE and I have some questions regarding Business Objects, the import of external services and the development of application services.
    As I understood there are two ways to provide business functionality for composite applications:
    a. Import backend functionality as an external service (e.g. BAPI, RFC) at the CAF, build the application service which can be used as a callable object for UIs or the GPs
    b. Develop a local Business Object (in CAF) providing the business logic, create the application service which again can be used as a callable object. Furthermore the application service can be exposed as a Web Service (external service).
    My questions:
    1. When is it appropriate to to import external services in stead of developing local BOs?
    2. Under what conditions is it advisable to (solely) develop local BOs?
    3. What are the advantages / disadvantages regarding the reusability of the services (in option a and b)?
    Note: We are developing on NetWeaver 2004s.
    Please let me know, if you need more information to answer the questions!
    Thanks for your advice in advance,
    Regards,
    Ivonne

    Hi Ivonne,
    first of all, the CAF Business Objects (BOs) itself don't contain any business logic, they're basically just local database tables (with some CRUD services on top).
    Business logic is implemented in Application Services (AS).
    Now, regarding local BO's vs. external services, it depends on your use case. If the data is already available somewhere in your backend system it makes sense to use external services. For instance you wouldn't want to store business partners all over different composites. For data that is specific to your composite (in particular configuration, customizing etc.) and not likely to be reused by other applications you should use local BOs.
    Accessing local BO's is also much faster than calling external services.
    You can do reuse in both scenarios, since the CAF services can be exposed as web services.
    Regards,
    Christian
    Edited by: Christian Loos  on Apr 8, 2008 6:11 PM

  • Business Objects With ERP

    Actually I need your advice for a requirement I have a customer that donu2019t want to implement BW at all but he is very interested in SAP Business Objects BI Tools This customer has a huge amount of data and the manager insisting not using BW or BWA So my only choice is to use only form BOBJ BI package: Xcelsius and Crystal Reports But I am also wanted to provide WebI and explorer but I know this impossible
    I had read in SDN Articles that I can use Federator to connect to the ERP directly and so I can create a universe and so I can deliver Webi Document and Explorer 
    So I need your advice and your recommendations for this

    Hi
    currently  you have the following options:
    1. You can use SAP rapid marts. They contain Data integrator mappings (you need an installation of the DI for this) to extract and load your SAP R/3 data into a relational database. Additionally they provide universes (based on a relational schema) hich ill allo you to build WebI reports.
    2. You can use the R/3 connector for the Data Federator (You need a DF installation for this). Please note that the R/3 connector is not yet a product rather just a PROTOTYPE. Take a look here: SAP BusinessObjects Web Intelligence Reporting for SAP ERP [original link is broken]
    3. You can try to access the underlying database directly using the appropriate DB drivers. Please note that this is NOT RECOMMENDED. This way you cannot leverage security defined on the R/3 side in your WebI reports and you will not be able to access all data as available in R/3 since some of them are stored encoded/compressed in the underlying tables.
    4. Instead of WebI you can use Crystal Reports and the R/3 drivers (eg. SAP Tables, Functions, Cluster) provided when installing the integration kit for SAP.
    Regards,
    Stratos

  • Business Objects XI 4.0 Semantic Layer Questions

    Can someone tell me if the new Business Objects XI 4.0 Semantic Layer is an alternative to the use of Universes?
    I.E.  There will be no need for Crystal Reports 2011 Enterprise, and Xcelcius to use Universes at all to access SAP ERP data as well as SAP BI/BW data?
    Is the new direction of SAP not to use Universes to access ERP and BI/BW data at all?
    We are a new SAP NETWEAVER ERP installation with BI/BW and are debating on using
    1)Business Objects 3.2 with Universes
    2)Crystal Reports with custom SQL, Rapidmarts and Data Integrator
    3)Business Objects XI 4.0 with this new Semantic Layer and BI Consumer Services.
    Any suggestions,  pros and cons would be greatly appreaciated.
    We are looking to align ourselves with future SAP Business Objects architectures.
    Thanks in Advance,
    Randy
    Edited by: Randy on Feb 11, 2011 7:58 PM

    Hi Randy,
    Universe is an important part of the Semantic Layer, whether it is version 3.x or version 4.x of SAP BusinessObjects. In version 4.0 (officially known as BI 4.0), you will be using the new Information Design Tool to build universe. It is highly recommended for all of your presentation tools (i.e. WebI, Crystal, Xcelsius/Dashboard, etc) to go through the new Information Design Tool for data (including BW data).
    The BI 4.0 Virtual Launch is scheduled on Feb 23. I suggest you to sign up at http://virtualevents.sap.com/business-analytics/login.aspx.
    By the way, the SAP BusinessObjects does not have a version 3.2. The most current one is version 3.1. You might be confused with the FixPack which is now up to 3.4.
    Hope this helps.

  • Xcelsius (SWFfile) performance after exporting to Business objects platform

    Hello,
    I am facing a problem wherein the SWF file takes time (almost 1-2min) to load the refreshed data in Infoview portal
    i.e. after exporting the xlf file to Business Objects platform.
    Following are the system details:
    1) Business Objects XI Release 3.1
    2) Xcelcius Engage/Enterprise 2008 SP3 Windows (file name: 51038212.ZIP) version 5.3.0.0 build number 12,3,0,670.
    Following are the dashboard details:
    1)2 tab sets
    2)column charts
    3)combo boxes
    4)spreadsheet tables
    5)quite a few images and logos embeded
    In the xlf file, we have used the Refresh on load option in
    Data manager so that the dashboard (SWF File) takes the latest WebI report instance when opened in Infoview portal.
    The SWF file is approximately 2MB in size and it uses 42 live office connections.
    Also I had read in few blogs that vlookup function is not the ideal function to be used in the excel datasheet and instead INDEX/MATCH
    can be used to improve performance. Is it true? I have tried using INDEX/MATCH function for few charts but doesn't show any performance improvement.
    Please suggest solution as to how to decrease the time it takes to refresh the live office connections and display the SWF file in Infoview portal.
    Cheers
    Lee

    Hi Lee,
    2 MB is quite heavy for a swf file. I think you should split this file in different parent-child flash files using the swf loader component and opendoc.
    Look at this forums:
    [http://www.forumtopics.com/busobj/viewtopic.php?t=85926]
    For "parent-child" on XI 3.1 with parameters and LiveOffice refresh in the child swf:
    [Calling Dashboards from Dashboards in Xcelsius 2008;
    You can have more information about pareht-child xcelsius at the official documentation in SAP markeplace.
    I hope this helps.
    Alejandro

Maybe you are looking for