How to register Business Object Portlet in Oacle Portal

Hi Gurus,
Could anybody give me an idea How to register Business Object Portlet in Oacle Portal.
Thanks & Regards
Vikram

Hi
I am also looking into BO portlets but maybe I am one step behind you as I am still trying to find where to download the provider from.
Could you tell me where to got the portlet from.
I recently went to the Business objects web site and could only find a java portal integration kit for JSR 168 platforms (10g included in the list)
at http://www.businessobjects.com/products/downloadcenter/boepik.asp

Similar Messages

  • How to access Business Objects Explorer?

    I am new to Business Objects and would like to know how to access Business Objects Explorer from my local system. I have Business Objects XI 3.1 installed on my system.
    I would like to know if BO explorer requires a separate installation package? If yes, how can I acquire it?
    If No, what are the steps to integrate the BO Server with the BO explorer?
    Edited by: Bhavani I on Jan 28, 2010 11:23 AM

    Hi,
      You can refer to the below link for more details on BO EXplorer,
    https://cw.sdn.sap.com/cw/servlet/JiveServlet/previewBody/119973-102-1-220562/BO%20Explorer%20Implementation%20checklist.pdf
    Regards,
    Balajee
    Edited by: Balajee Sivakumar on Apr 27, 2011 6:30 PM

  • How to use  Business Object like Vendor or PurchasingInfo

    Hi,
    How to use Business Object ( like Vendor or PurchasingInfo ) from my Object?
    For example:
    CLASS myEntity DEFINITION.
              PUBLIC SECTION.
                   METHODS: getVendor EXPORTING pVendor TYPE Vendor.
               PRIVATE SECTION.
               DATA: aVendor TYPE REF TO Vendor.
    ENDCLASS.
    CLASS myEntity IMPLEMENTATION.
    METHOD getVendor
               pVendor = aVendor .
    ENDMETHOD.
    ENDCLASS

    Hi,
    I am giving u a demo Program for ur doubt.
    REPORT demo_class_counter .
    CLASS counter DEFINITION.
      PUBLIC SECTION.
        METHODS: set IMPORTING value(set_value) TYPE i,
                 increment,
                 get EXPORTING value(get_value) TYPE i.
      PRIVATE SECTION.
        DATA count TYPE i.
    ENDCLASS.
    CLASS counter IMPLEMENTATION.
      METHOD set.
        count = set_value.
      ENDMETHOD.
      METHOD increment.
        ADD 1 TO count.
      ENDMETHOD.
      METHOD get.
        get_value = count.
      ENDMETHOD.
    ENDCLASS.
    DATA number TYPE i VALUE 5.
    DATA cnt TYPE REF TO counter.
    START-OF-SELECTION.
      CREATE OBJECT cnt.
      CALL METHOD cnt->set EXPORTING set_value = number.
      DO 3 TIMES.
        CALL METHOD cnt->increment.
      ENDDO.
      CALL METHOD cnt->get IMPORTING get_value = number.
      WRITE number.
    For more demo programs type 'abapdocu' in the command field
    U will be getting some demo programs.
    There select the abap objects.
    Regards,
    Jagadish

  • How to Find Business Objects for any Tranaction .

    Hi Abapers,
                        How to find Business objects for any transcation.....  and how to connect the Work flow to  any  Trancation  so that for example any body changes the date of Birth ...... so that the work flow should trigger .
    Thanks & Regards
    Bhaskar Rao.M

    Hi Bhaskar,
    For finding business object,you can try transaction SWO4 and by checking the documentation in it you can find your required business object.
    Another method is:
    1) Go to Trx SWE4 and switch on the event trace.
    2) Run your transaction which you want to use for triggering your workflow.
    3) Run transaction SWEL and find your Business Object and related event in it.
    For connnecting your WF to your transaction you have to create a start event in your WF in SWDD,where in you specify the Business Object and start event which you find using above method.
    Eg.You want your WF to be triggered whenever you have an error in your idoc.For this your BO will be IDOCAPPL and your event will be (inputErrorOccurred).This you will give in header data in SWDD.
    Neerja

  • I have error while testing the system created from a sap business objects template in SAP portal

    I have error while testing the system created from a sap business objects template in SAP portal. Error text:
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not create JCO connection. 'mshost' missing
    I configure integration SAP portal and SAP BW system. All system requirements are complied.
    Environment
    SAP Business Objects 4.0
    SAP BW 7.31
    1.     I configure SSSO between SAP BW and SAP Business Objects Enterprise 4.0
    2.     Next I setting integration SAP PORTAL with SAP BW system
    3.     I download certificate from portal. Select Certificates and key (http://sapserver:port/nwa) – See scren_
    4.     In next window selected Ticketkeystore and Saplogonticketpair-cert( near part window form)
    5. Select Export entry button and binary format file certificate for download. Press download.
    6.     Save certificate file in local PC folder
    In next step need export certificate file to SAP system. Sequence of step:
    1.       Run STRUSTSS02 transaction .
    2.       Chose certificate ->import.
    3.       Select downloaded certificate file
    4.       Select Add to certificate list button and Add to ACL button
    5.       Inter System ID and Client(000)
    6.       In next I download iview sap business objects template into sap portal: System administration->transport->Import. And select and download sap business Objects iview template in .epa format into sap portal.
    7.       Result – downloaded iview.
    8.       In next step I create system from template. System administration->system landscape.
    9. In next step I input parameters for my system in Connector category, Sap business objects and user management categories: See screen _2
    10.   When I created the system and test the connection error occurred: See screen_3
    This issue is important enough. I would be grateful for opinions and ideas. Thanks in advance.

    Did you find a solution?

  • How to create business object...

    hi gurus ,
    kindly help me on how to create a custom business object..i need the step by step or the detailed procedure.
    please help...

    Hi Krisha,
    have a look at this link.
    This will explain u how to create customized BO.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bobj/businessObjectDelegation
    If u dont want to delegate then just follow steps...from 1 to 11th point.
    In any issue/doubt pl. revert back.
    Hope it helps u!
    Regards,
    Mamta

  • How to Call Business Objects in Program

    Hi All,
    if i want to create PurchaseOrders how can i use Business Object in my program.i know how to create PO through Bapi's.how can i use this Business Objects and how to pass Vlaues into them?
    any Sample code>
    What are the diffrence between both PO upload bapi and business Object for PO.??
    Thank you,
    Madhu Rao.
    Edited by: madhubabu rao on Oct 29, 2008 10:41 AM

    Hi Madhu,
    Business Objects can be triggered via Work flow tasks. When ever you create a Purchase Order, check whether any standard event is getting triggered.
    Now create a work flow task with the above task as starting event, and link your BOR object to this.
    Or try to use the Function module SAP_WAPI_CREATE_EVENT.
    Regards,
    Subhani.

  • How to call business objects in BO part from a servlet in lean-webapp

    Hi Gurus,
    for oci-implementation (and as it has been suggested here: http://scn.sap.com/thread/3340669) we want to implement a servlet that calls certain actions in a business object. The servlet resides inside the leanwebapp-DC. The business object is in the bo-part of our own custom module. Our problem is to find a way for the servlet to call the business logic. Our first thought was to go via the moduleAccess. However, we could not figure out how to access the module of the leanwebapp.
    Any suggestions?
    Best regards,
    Christian

    Hey Wolfgang,
    thank you very much for your quick and accurate answer.
    After struggling a little bit with our project setup we implemented your solution and it worked immediately.
    However, we now have the problem to declare the module dependency between the leanwebapp and the bo-part of our module. The Development-and-Extension-Guide for WCEM 3.0 tells us (page 39) to do this in the metadata.xml of the calling module (which would be the leanwebapp). Unfortunately, the leanwebapp does not have a metadata.xml.
    Declaring the dependency in the .dcdef of the leanwebapp-DC leads to either:
    a runtime exception while calling ModuleAccess moduleAccess = wecSession.getModuleAccess("oci"); in the servlet (com.sap.wec.tc.core.modulemgmt.metadata.exceptions.ModuleRuntimeException: Module access of module 'oci' cannot be created. It is not part of the current application.) or
    a runtime time exception while accessing the servlet:
    Caused by: com.sap.wec.tc.core.common.init.InitializeException: Error initializing 'com.sap.wec.tc.core.modulemgmt.metadata.ModuleMetaDataDeploymentModel' com.sap.wec.tc.core.modulemgmt.metadata.exceptions.ModuleRuntimeException: The deployment unit contains multiple JAR files or folders which declare the same part/namespace combination. Module: 'oci', part: 'bo', namespace: 'xxx', JAR/Folder 1: 'D:\usr\sap\DE2\J02\j2ee\cluster\apps\xxx.com\xxx~oci~dpu\app_libraries_container\xxx.com~xxx~oci~bo~assembly.jar', JAR/Folder 2: 'D:\usr\sap\DE2\J02\j2ee\cluster\apps\xxx.com\demo-leanapp\servlet_jsp\demo\root\WEB-INF\lib\xxx.com~xxx~oci~bo~assembly.jar'
    Do you have any hints on how to declare the dependeny properly?
    Best regards,
    Christian

  • How to use Business Objects in program

    Hi All,
    What are Business Objects? if i want to create PurchaseOrders how can i use this Business Object in my program.i know how to create PO through Bapi's.how can i use this Business Objects ??
    Thank you,
    Madhu Rao.

    Hi Madhu,
    The below links 2 will really help
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae4477488f11d189490000e829fbbd/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae4484488f11d189490000e829fbbd/frameset.htm
    Cheers!!
    VEnk@
    Edited by: Venkat Reddy on Oct 29, 2008 2:21 PM

  • Hi expert, i am new i want to know how to start business object

    Hi all,
    I am working in sap b1. i want to use business object for my client.
    how to use and code in that if any one give ans very appreciate.
    how use excel in that.
    how to connect database with map and how to use selectors.
    how to use chart and connect with database
    Regards
    RajkumarGupta

    Hi Ravi,
    you can download all documents related to bo from help.sap.com. in that select business objects tab-> select all products -> from drop down list box select businessobjects-> based on requirement i.e. which version you want you can get all docs.
    If I understand correctly I think you want to create a report form excel. If that is the case then download Desktop Intelligence docs w.r.to our version and start practicing it.
    Thanks & Regards,
    Suresh Aluri.

  • How to reference Business Objects Assembly in C#

    For one of our project, we are creating BO Reports (as .REP, .PDF files) and it is automated one using macros. In macros, we are passing parameters to the report.
    Now we need to reimplement the same in .NET.
    We have installed Business Objects XI Release 2 and selected "Desktop Intelligence" in Client machine.
    While trying to create a VS.NET Windows application, we didnt find any assemblies to add and we found COM dll named "Business Objects Library 11.5".
    Now, are we referring the right assemby for developing the application? If no, then what is the exact assembly and where it can be downloaded.
    Please provide us any samples/links on how to use the .REP file in .NET application.
    Thanks in advance

    [Read Before Posting - Where to find Business Objects .NET SDK Resources|Read Before Posting - Where to find Business Objects .NET SDK Resources;
    Depending on what you are trying to do you may be able to do it using .NET:
    [Samples|http://wiki.sdn.sap.com/wiki/display/BOBJ/NETReportEngineSDKSamples]
    or you may have to still use COM:
    [Desktop Intelligence Developer Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_deski_sdk_dg_en.pdf]
    [Desktop Intelligence API Reference|http://help.sap.com/businessobject/product_guides/boexir31/en/deskisdk_com_apiref_12_en.zip]

  • Comraden! How to use business objects in Netweaver?

    And more specifically, how to import(put) some data in to business object from business process? For example a have process, wich i have released in Netweavwer developing studio, by using the perspective "process developing", "web dynpro", "composite application perspective", e.t.c.
    So my process is work perfectly, and i have created business objects, but i need on some steps of process input some data in to my business objects (for example from data contexts, or may be directly from user interfaces).
    Thank you, my friends!

    Hi Madhu,
    The below links 2 will really help
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae4477488f11d189490000e829fbbd/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae4484488f11d189490000e829fbbd/frameset.htm
    Cheers!!
    VEnk@
    Edited by: Venkat Reddy on Oct 29, 2008 2:21 PM

  • How to access Business object type attribute from a method/function modul ?

    Hello,
    i have created a business object type object along with attributes and methods. Now inside the method i want to access the attributes. inside the method i am writing:
    data a type XXX.
    a = me->attribute
    this is creating a compilation error.
    Now the method is defined as a function module in some package, so can anyone inform me how to access object attributes from the function module ?
    pointes are awarded
    Regards

    Hello,
    thanks for your answer, but this too did not work, "=>" is for static attributes and the attributes i have are not static. Moreover, i tried it but it gave the same error :
    the abap error was when i was checking the code is :
    the type me=>documenttype is unknown
    as you know in SWO1 i created an object and when i create a method you link it to a function module and this is where you have the implementation of the method, so from this method how can i access the attributes on the main object that i created in SWO1
    regards

  • How to Find Business Object name of BAPI_TRANSACTION_COMMIT

    Hi,
    I want to know the business object name of BAPI_TRANSACTION_COMMIT, also if we know the BAPI name then how to search its all detail like documentation ,BO name in  T. Code : BAPI.

    Hi,
    Business Object name for BAPI_TRANSACTION_COMMIT is BapiService and object type is SAP0001.
    To find the business object name:
    First we have to find the development class for that FM BAPI_TRANSACTION_COMMIT in attributes tab in SE37 later
    go to SWO1 T.code and press F4 there give the development class it will list the object types
    and then go to BAPI T.Code and Click Find Button give the Business Object Type and select Business Object Type Radio Button
    then u can find the Business Object Name and all details.
    Thanks & Regards,
    Pydi Reddy.
    Edited by: pydi reddy on Sep 24, 2009 1:35 PM

  • How to LInk Business Object with Portal

    HI,
    My exact requirement is that i want to trigger a event of BUS10001006 business object through Portal. In Portal i have an iview with a parameter and a Delete button. I enter the Material number and then press the delete button. On Trigger of delete button a BO event shoud trigger which in turn will trigger the Workflow.
    The Workflow part is done but we are not sure how to link the BO/event of BO with Portal so that it triggers workflow.
    Regards
    Naveen Gupta

    BOBJ integration into portal is in NO WAY similar to ESS business package deployment. For that matter, it is not a business package at all.
    BOBJ itself is a web based application that interfaces with BW to retrieve different types of reports. So for the integration with SAP Portal you would not need to deploy any content (Except a few par files) on the portal.
    Basically, for BOBJ integration you would have two options:
    1. Integration using the iview template or URL iviews
    2. KM Based integration
    This topic has been discussed many a times and there is lot of information out there on SDN.
    You can start with the following link:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x
    Please revert if you have any specific questions.
    Thanks,
    Shanti

Maybe you are looking for