Business Objects XI R2 Viewer Change viewer mode.

How to i make the crystal report viewer control use a control other than the DHTML control when viewing reports? It always comes up as the DHTML viewer, how do i make it use the java, or activeX control? changing the default viewer preferencein the users enterprise logon does not work like it did in CR 10.
This is when viewing a report from the crystal enterprise Viewer.

Since this issue occurs "when viewing a report from the crystal enterprise Viewer." and as per the header at the top of this forum:
"This forum is dedicated to development and deployment of .Net applications that connect and interact with BusinessObjects Enterprise, BusinessObjects Edge, or Crystal Reports Server. This includes the development of applications using the BusinessObjects Enterprise, Report Application Server, Report Engine, and Web Services SDKs".
I will transfer the query to the Business Objects Enterprise Administration forum:
BI Platform
Ludek

Similar Messages

  • Step By Step Creation Of A new Business Object

    hi,
      Please Give Me Details Of A Business Object,like step by step creation of a new business object and it's utilization.

    Create a business object (SWO1).
    Give the business object name prefixed with Z_.
    Enter the following fields with values:
    Object type:      Z_TESTXX
    This is the internal technical key. Page: 1
    Object type can have maximum 10 characters. This must be unique across all object type. Objects are specific instances of object types at runtime.
    Object name: Object_Name_for_XX  
    The object type is addressed with this name by external applications. This is a descriptive English name and can be up to 32 characters. This also must be unique across all object type.
    Name:      Object Name: XX       
    This is a meaningful name of the business object.
    Description:     Object Description: XX     
    Page: 1
    Object description, can be up to 40 characters.
    Program:      Z_TESTXX       
    Each object type has an ABAP/4 program in which methods of the object are implemented. This program is generated automatically when you create or revise an object type.
    Application: indicates cross application.
    3: Create an event.
    Open the Object type in change mode. When you change your subtype the first step is to create a new event, this is done by selecting the Event node and clicking the create button. Give the event a name and a description.  Next set the status of this object type component to implemented.
    Event:          Z_EVENT_XX                              
    Name:          Event name: XX                          
    Description:     Event Description: XX                   
    Click on the new event andu2026
    Edit - Change Release Status- Object Type Component - Implemented
    (A small box sign vanishes from the right side of the event, indicating that it is implemented)
    There can be multiple triggering events for a standard/customer task.
    In R/3 4.0 the release strategy for new Object Types and Object Type Components (methods, attributes, events, etc.) was enhanced.  Now when an object type and/or components are created, there are different statuses to select, based on its required purpose.  The statuses are:
    u2022     Modeled - objects cannot be accessed at runtime.  This is the status that is automatically set when an object type or component is created.  Items with a modeled status cannot be referenced in any type of workflow task.
    u2022     Implemented - objects can be used internally in a test environment.  They are accessible, but may not be stable (especially if no delegation has been defined).
    u2022     Released - objects are ready for production. Note:  Local objects cannot be released.
    u2022     Obsolete - objects are typically replaced by new functionality or incompatible with previous versions.   This status is optional.
    4: Create a method.
    Next a method must be created without using any function module template. When creating the method ensure that the method call is synchronous - this means that the method doesn't require a terminating event.
    A method can be synchronous or asynchronous. Synchronous Method
    Method that, for the duration of its execution, assumes the process control and, after its execution, reports to the calling component (work item manager, in this case).
    Synchronous methods can return the following data, if defined: Return parameters, one result and Exceptions.
    Terminating events can also be defined for a single-step task described with a synchronous method. At runtime, the relevant work item is then terminated either when the synchronous method is successfully executed or when one of the defined terminating events occurs.
    Asynchronous Method
    Method that, after its execution, does not report directly to the calling component (work item manager, in this case).
    Asynchronous object methods do not return results, parameters or exceptions.
    At least one terminating event must be defined for a single-step task described with an asynchronous object method.
    At runtime, the relevant work item is only terminated if one of the defined terminating events occurs.
    Next set the status of this object type component to implemented. The methods are not implemented unless you once open their program.  Select the method and open its program. It gives a message u201CDo you want to generate a template automatically for the missing sectionu201D. Click u201CYesu201D. Inside the program insert the code u201CCALL TRANSACTION u2018FB03u2019. Display Financial Document.
    Method:     Z_METHODXX                              
    Name:      Method name: XX                        
    Description:     Method Description: XX                                                                               
    Edit - Change Release Status - Object Type Component - Implemented
    5. Create Key fields.
    Create key fields with ABAP dictionary field proposal.
    It is the identifying key, via which the system can access a specific object, that is, an instance of the object type. The key fields of an object type are usually also the key fields in the table containing the header data for the object type. Only character-based data types are allowed as key fields. The total length allowed for all key fields is 70 characters. Each key field refers to a field in the ABAP Dictionary.
    Enter u2018BKPFu2019 in table name field and select all the key fields. Press Continue button. Next set the status of these key fields to implemented.
    Edit - Change Release Status -Object Type Component - Implemented
    6:Implement business object.
    The whole business object needs to be implemented so click on the business object title andu2026
    Edit - Change Release Status - Object Type - Implemented
    Now you can check the syntax, generate the Business Object and then test it. Execute the custom method you created and give the Company code, Document number and Year.

  • Display of messages from R3 Business Objects in Web Dynpro

    Hi,
    Please let me know how to display the messages that are given by the R3 Business Objects(BOs) in the WebDynpro view.
    Example : Suppose I save a record using the GCP APIs and need to display the message "Save successful/save aborted due to...." given by BO in the view.
    Awaiting your kind response.
    Regards,
    Mahesh

    Hi Anil,
    The method you suggested displays the string that I enter in my code (man.reportsuccess"...").
    But what I want is to just display the text that I get from the backend and not the string I write in code.
    The question is...how to access this backend BO messages??
    Regards,
    Mahesh

  • Linking External Business objects of ECC to Case in Webclient

    Hi guys,
    i have a requirement where i need to link external business object like BUS2080(Service Order),BUS2088(Service Notification) in record of UI component CRMCMP_CMG(CRMCMP_CMG/RecordTree ).
    I have done the below  configuarions:
    1) where i have created registry entry for the external object types.Defined the element types for the external objects.
    2) then i have done " Assign Element Types and Business Object Types to a Process'.
    3)Also implemented the BADI  CRM_CMG_ADD_OBJECT to link the external  business objects.
    Now i want to see these external business objects in the wbclient component  view CRMCMP_CMG/RecordTree.
    But couldn't get the objects there  only i can find the standard record model with CRM Business objects only.
    If any one  has worked in case management in webclient to link the objects please share your inputs .Also if anybody have any idea please share.
    Regards
    Snehasish

    Hi, did you find a solution already to your problem? We are facing the same problem.
    In the backend transaction (CRM in Sapgui) it's working fine, but in the CRM_UI transaction the reference object cannot be selected from the dropdown menu...
    Please let me know if you have a solution.
    Best regards,
    Marcel

  • Sharing of Business Objects in Weblogic 8.1

    Hi,
    I am using weblogic 8.1 for my application development. It contains a Webapplication module and 2 ejb's module and each module contains about 70 Ejb's. The problem is all the modules use some common business objects. Now the business objects need to be changed often and so that i could not give them in the classpath(it removes the hot deployment feature). If i place these business objects on the App-Inf/classes folder directory as well i am getting noclassdeffoundexception..
    Kindly help me out
    Thanks,
    Rajkumar

    Hi,
    I have the classes packaged correctly under the App-inf folder. But still i get the same error
    The domain structure is as follows
    Myapplication
    |->App-INF->classes->mypackage
    |->expressWebApp
    |->expressWebEJB
    |->expressWebWebEJB
    |->Meta-INF
    The mypackage contains the exact folder structure like
    com\bellatlantic\eo\service\user\User.class
    Any idea why this error is comin out
    Moreover i cannot give these classes on the classpath as it would remove the hot deployment feature.
    right now we have give the classes on the classpath and we have to restart the server for every small change we make
    Any help in this regard would be greatly appreciated
    Thanks,
    Rajkumar
    Message was edited by rajkumarc_2000 at Oct 18, 2004 11:03 PM

  • Create URL to specific Business Object for a CRM using Portal integration

    Hello CRM Community,
    we're using the CRM Portal integration. To update our business users with tasks we use the standard functionality to send Alerts using the function module SALRT_CREATE_API. It allows to specify a URL that is added to the E-Mail created in the alert using the Table parameter IT_ACTIVITIES. This URL should be filled with a direct link to the business object that must be changed. For the stand-alone CRM there is the static Method CREATE_URL of the class CL_CRM_WEB_UTILITY to build such an URL. But I was not able to find a similar class/method/function module when the CRM is used integrated in the portal. Has anyone a simmilar requirement and was able to solve it?
    Best regards
    Gregor

    Hell0
      Gregor Wolf 
    Yes   i have also same doubt regarding   class this integration , Please share this stuff  with me !!   Nice Question !!
    Thanks  & regards
    Asish

  • Business View change does not show in existing Parameter Group

    I have an existing report that includes a dynamic, cascading LOV and associated parameter group.  The LOV is based on a Business View.
    I modified the Business View to limit the available values.  (Actually, I modified the Data Foundation and then updated the Business Elements, Business View, and LOV.)  I cleared the LOV using the Business View Manager, rescheduled the LOV, and received a message indicating that the refresh was Successful.  If I open the report, the old list of values are still displayed.
    To test, I created a new report.  I used the Enterprise as the data source and selected the Business View used by the LOV and parameter group.  If I query the Business View, I only see the rows I expect to see after the change made to the Data Foundation, Business Elements, Business View, .....
    How do I force the existing report to use the current LOV?
    thanks

    Please check whether the following SAP helps:
    Business Objects Notes Get Help | Close 
       1196364 - Need to refresh List of values (LOV) in the prompt, to be able to see list with all values in InfoView 
    Language   English     Version   21     Validity: 11.07.2008 - active   
    Edit Print View Show change log Show Internal Memos Compare Versions 
    Content:    Summary   |   Header Data   |   Other Properties
    Symptom
    Refreshing report with prompts, the list of values (LOV) does not appear.
    LOV needs to be refreshed for the values to show/appear
    Reproducing the Issue
    Environment :
    BOXI 3.0
    Cause
    Keep last selected value option is defined in the prompt property.
    Resolution
    Clear the option Keep last selected value in prompt property.
    Save report
    Keywords
    WebI WebItelligence show prompt refresh Rich Client
    Header Data
    Released on  17.07.2008 14:42:32 by James Terry (I817754) 
    Current Release Status  Released to Customer 
    Target Release Status  Released to Customer 
    Responsible  Stephanie Adam ( I049611 ) 
    Category  Problem 
    Application Area  BOJ-BIP 
    Product Version  BOBJ ENTERPRISE XI 3.0
    BOBJ ENTERPRISE XI
    Other Properties
    Business Objects Article ID  2060972 
    Business Objects BugID  ADAPT00898429 
    Business Objects BugSystem  ADAPT 
    Business Objects ProductFamilyMajorVersion  BusinessObjects Enterprise XI
    Web Intelligence XI
    Business Objects ProductName  BusinessObjects
    Web Intelligence
    Business Objects ProductMajorVersion  Web Intelligence XI
    Business Objects BuildVersion  11.5.0.0
    Business Objects SupportQueue  Design 
    Business Objects ProductLanguage  English

  • I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what's up with that?

    I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what’s up with that?

    You need to do the basic troubleshooting steps described in the User Guide, Appendix B.
    Restart phone
    Reset phone
    Restore in iTunes using a backup
    Restore in iTunes as new, without using a backup
    If restoring as new doesn't help, there is a hardware failure in the phone that needs evaluation by Apple.

  • Get information about business object from view implementation class

    Hi,
    i´d like to develop some button behavior in a view. How can i get the information of the related business object like the order or the position. I like to disable buttons if specific status are set.
    Bye Richard

    hi,
    Is needed field available in context nodes or not?
    for example:
    If you want to read STATUS_DESCR attribute from the context node SELECTEDDOC , then code like this
    lr_selected ?=  me->typed_context->SELECTEDDOC->collection_wrapper->get_current( ).
    if lr_selected is bound.
      lv_status = lr_selected->get_property_as_string( 'STATUS_DESCR' ).
    endif.
    activtae the debugging in IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS method and check the values for context nodes and attributes.
    I mean debugging for:
    me->typed_context
    me->typed_context->SELECTEDDOC
    comp_controller
    regards
    ismail

  • In Live View and AV mode on 5DMKII the ISO auto changes to 6400 for no reason, any solutiions?

    In Live View and AV mode on 5DMKII the ISO auto changes to 6400 for no reason, any solutiions?

    But my current sim card works just fine in my friends iphone 5...wouldnt the logic follow that the problem is with the device itself (the phone) and not the card?

  • Folder in Change view of object Type

    Hi Guys,
    Can anyone tell me if there is any folder involved in the change view of object type.
    Any input is appreciated.
    Thanks,
    Shilpa

    Hi Shilpy!
    What do you mean with folder?
    Thanks,
    Zsolt

  • Examples for RAS/BOE/Viewer SDK for Business Objects XI 3.1 (12.0)

    Hi, I am a newbie in Business Objects.
    I am trying to find some examples on how to view reports on separate Application server (JBoss) and retrieve reports from Business Objects server. Us I understood from forums/guides I need to use Viewer SDK or (BOE/RAS SDK).
    However I cannot find any examples for above mentioned SDKs to start from something.
    OIne of the places I came across is here: http://devlibrary.businessobjects.com/businessobjectsxi/en/en/Viewers_SDK/default.htm indeed it is only for v11, as well as others places I came across.
    Can anyone guide me with this?
    Thank you!

    Hello.
    Java samples can be found at the following location:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessObjectsSDKSampleApplications
    Specifically, Business Objects Enterprise (including the Viewers SDK) samples can be found at the following location:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/JavaBusinessObjectsEnterpriseSDKSamples
    RAS SDK samples can be found at the following location:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/JavaRASSDK+Samples
    Hope this helps.
    Regards.
    - Robert

  • Why did my calendar view suddenly change? Using iOS 7.1 and I've been using this version for a few weeks with no problem with my calendar. Now the view has changed and I can't view a list mode without seeing the month too

    Why did my calendar view suddenly change in iCal? I've been using ios7 fôr a few weeks now with no problems. Suddenly, without any updates or anything, the calendar view changed and I can no longer view it as a list without having the entire month seen as well.

    Hey Gattypyle,
    Thanks for the question. You simply need to go back to Day/Week view, then tap the list-view icon once more.
    Calendar at a glance - iPhone
    http://help.apple.com/iphone/7/#/iph3d110f84
    View a list of events. In month view, tap to see a day’s events. In day view, Tap the to view a list of events.
    Thanks,
    Matt M.

  • Changing the Data source in Business Objects XI

    Hi,
      Is it possible to change the data source(not universe) in runtime to generate business objects reports. I am using BOXI 3.1.
    Below is the code I am using to change the universe in runtime. I would like to change this so that i can change the data source instead of changing the universe. My intention is to generate report from multipple database using same universe. Right now I am using multipple universes connected to multiple datasources to achieve this. I am using Report Engine SDK(Java).
               if("Webi".equals(mDocKind))
                   // Added for multiple database support
                   DataProviders dataProvs = documentInstance.getDataProviders();
                try{
                    //To support multiple queries in BO reports
                 for(int count=0;count<dataProvs.getCount(); count++){
                   DataProvider dp=dataProvs.getItem(count);
                   DataSource ds= dp.getDataSource();
                   infoUniverseObjects = getUniverseObject(infoStore,NewUniverseName);
                   infoUniverseObject = (IInfoObject)infoUniverseObjects.get(0);
                   String newDsCuid = infoUniverseObject.getCUID();
                   dataProvs.changeDataSource(ds.getID(), "UnivCUID=" + newDsCuid, true);
                   if(dataProvs.mustFillChangeDataSourceMapping())
                        // Re-map data source to target Universe objects
                        ChangeDataSourceMapping mapping = dataProvs.getChangeDataSourceMapping();
                        ChangeDataSourceObjectMapping[] maps = mapping.getAllMappings();
                        dataProvs.setChangeDataSourceMapping();
                    }//for dataProvs.getCount()
                }catch(Exception e)
                      mLogger.info("BOReportObject","createReport","Inside multiple data providers loop"+e.getMessage());
    Thanks in advance
    Shameer
    Edited by: Shameertaj on May 20, 2009 3:08 AM

    Hi Shameer,
    I think this is only possible with the Universe Designer SDK (which is only available in COM).
    Please kindly refer to the API reference for the Universe Designer SDK for more details:
    http://help.sap.com/businessobject/product_guides/boexir31/en/bodessdk.chm
    Also, please note that changing the universe connection when viewing a document on-demand is not recommended because this could lead to possible issues.
    For example:
    Two users trying to view documents that uses the same universe at approximately the same time.
    But user A wants to use connection X and user B wants to use connection Y.
    This could lead to an error while openning the document or while refreshing/retrieving the the data.
    Hope this helps.
    Regards,
    Dan

  • Monitoring changes in Oracle Database with Business Objects

    Hi: I need to know if there is a Business Objects tool that allows me to be constantly checking one Oracle database to see if there are changes. The customer is not permitted to access the database, only has enabled a stored procedure that returns a string value if there are changes or not. That string (XML) is performed by DataServices later with BO to generate something. I would like to know if there is any product of BO (Data Integrator, etc ...) that allows me to take an active process of consultation on the Stored Procedure and that the consultation is launched every 10-15 seconds.
    Thanks in advance
    Santi

    Yes I am using Generic ODBC connection and it goes fine till the authentication even it is showing me schema tables, but when I try to fetch any table columns or try to view table values it goes stuck or give me error.
    Can you please guide me in detail how I can turn off advance features and what values should I put in Array Size, etc.
    Regards,
    Danish Baig.

Maybe you are looking for

  • Bulk loading BLOBs using PL/SQL - is it possible?

    Hi - Does anyone have a good reference article or example of how I can bulk load BLOBs (videos, images, audio, office docs/pdf) into the database using PL/SQL? Every example I've ever seen in PL/SQL for loading BLOBs does a commit; after each file lo

  • Photoshop elements 7.01

    cannot download the inspiration browser.  I will not get past the adobe air that keeps giving the message "error occurred please try again".  Is this browser worth pursuing?  I really don't care to fix this problem if the browser isn't all that great

  • Can't get mailboxes to list separately.

    Can't get mailboxes to list separately. Tried edit and add. Still All Mailboxes.

  • For print MenuItem

    Hi Experts, I will appreciate for your kind reply. I have to take print out of a dialog that contains a table of data. I set up JMenuBar with MenuItem "print". What I should put in my ActionListener such that I can take the print out of the Dialog. J

  • AT&T to T-Mobile, iPhone 4S, USA... Good idea?

    I'm currently an AT&T subscriber, but am not working full time so I need to cut some expenses. It looks like T-Mobile has some of the best deals, but I have heard I will lose some functionality with my iPhone 4S (MMS for instance). Is this still the