Open , modify tables, save universes in JSP or JAVA

<p>Hi,</p><p> </p><p>It&#39;s possible to open, change and save a universe directly in the Web Interface ?</p><p>Any user not used MS Windows and want also interact this modification.</p><p>The BusinessObjects COM SDK don&#39;t work because some user don&#39;thave this.</p><p>Now, BusinessObject is compatible with Linux but this functionnality don&#39;t exist ?</p><p>The user don&#39;t want view universes and reports but only modify some parameter in universes and reports.</p><p>I have already this code in COM SDK with VBA but the conversion into JAVA not work.</p><p> </p><p>Thank you,</p><p>gilles </p>

<p>Unfortunately we only have the COM SDK for modifying universes.  I&#39;m not sure what the plans are for moving this to Java are.</p><p>This presentation might be useful.</p><p><a href="/node/972">http://diamond.businessobjects.com/node/972</a> <br /></p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

Similar Messages

  • Open , modify univ. connexion, save report (.rep file) in JSP or JAVA

    <p>Hi,</p><p> </p><p>I need, in the portal, loading all reports for changing the universe connexion (Name by Name-C2).</p><p>If i need to change by hands, i need big time.</p><p>I don&#39;t want used the "desktop intelligence" because the user don&#39;t have this tools.</p><p> </p><p>Now, it&#39;s possible to open, modify and save a report in JAVA or JSP ? </p><p> </p><p>thank you,</p><p>gilles </p>

    Hi Gilles,Â
    For .rep (Desktop Intelligence) files user should have the tool to author these. So I'm not sure I understand what you mean by:
    bq. I don't want used the "desktop intelligence" because the user don't have this tools
    Â In any case, here is the answer to your question:Â
    For Desktop Intelligence documents (.rep) you can use Desktop Intelligence COM Automation SDK (installed together with GUI product).. (DataProvider.ChangeUniverse())
    For a Web Intelligence (.wid) you can use Report Engine Java SDK .
    François Imberton

  • How to modify and save the data in the table control

    how to modify and save the data in the table control

    hi priya,
    kindly go thru the code below.
    PROCESS BEFORE OUTPUT.
      MODULE status_9010.
      LOOP WITH CONTROL tab_control.
        MODULE move_data_to_table.
      ENDLOOP.
    PROCESS AFTER INPUT.
      MODULE user_cancel AT EXIT-COMMAND.
      LOOP WITH CONTROL tab_control.
        MODULE move_data_from_table.
      ENDLOOP.
    MODULE move_data_to_table OUTPUT.
    This is to move the data from the internal table to *the table control
    *zmpets_mode-modecode, zmpets_range-rangeid, *zmpets_servfacto-factor are field names of the table *control columns.
      READ TABLE int_factor INDEX tab_control-current_line.
      IF sy-subrc = 0.
        zmpets_mode-modecode = int_factor-modecode.
        zmpets_range-rangeid = int_factor-rangeid.
        zmpets_servfacto-factor = int_factor-factor.
      ENDIF.
    ENDMODULE.                 " move_data_to_table  OUTPUT
    **********************************************8888
    MODULE move_data_from_table INPUT.
    *To move the data from the table control to internal *table 'INT_FACTOR'.
      int_factor-chk = line.
      int_factor-modecode = zmpets_mode-modecode.
      int_factor-rangeid = zmpets_range-rangeid.
      int_factor-factor = zmpets_servfacto-factor.
       MODIFY int_factor INDEX tab_control-current_line.
        IF sy-subrc NE 0.
          APPEND int_factor.
          CLEAR int_factor.
        ENDIF.
    ENDMODULE.                 " move_data_from_table  INPUT
    if this helps , kindly award points.
    for any clarification just mail me.
    regards,
    Anversha.S
    [email protected]

  • Another user-modified table (VPM1)

    Dear Experts,
    I faced the above error when trying to add outgoing payment.
    Firstly, I saved the outgoing payment as a draft. Then, I open the outgoing payment draft through payment draft report.
    Before I add the outgoing payment draft into valid outgoing payment document, I have to confirm and update the check number in payment mean.
    Finally I save the outgoing payment. However, system doesn't allow to save this draft into valid document and display error "Another user-modified table (VPM1) (ODBC-2039) [Message 131-183]". Please help!

    Dear Teng,
    It seems to be a database corruption issue.
    We would like to suggest you to open a message for SAP Support.
    Regards,
    Rakesh Pati
    SAP Business One Forum Team.

  • Error: Another User Modified Table in Service Call in SAP B1 8.8 PL9

    Hi Experts,
    We are facing an issue in SAP B1 8.8 Patch 9 in Service Call.  When taking service calls continuosly, when we try to update every 3rd Service Call the following error is coming
    "Another user or another operation modified data; to continue, open the window again  'Service Calls' (OSCL) (ODBC -2039)  [Message 131-183]".
    Only 1 user is using the service call.. Several times we logged out and logged in, still the same error is coming,
    Kindly help to solve this.
    Regards
    Sundaram

    Hi
    You may check this thread. It might be a bug.
    Re: another user modify table error on Service call
    Thanks,
    Gordon

  • How do I open a table?

    I have tables in a database and can't see the option to "view" or "open" it and see all the data. I found "Select top 1000 rows" I am new to it, how do I open the table to see all headings and records and how do I export
    to Excel afterwards? Thanks. 

    You can use Object Explorer.  If you cannot see Object Explorer, on the View menu,
    click Object Explorer Details or
    press F7.
    Browse the Database->Tables->select the table ->Right Click and select Top 1000 Rows.
    You can save result set as csv file and open it with an excel.
    Use Import and Export Wizard
    http://www.66pacific.com/sql_server_export_to_excel.aspx
    Using OpenRowset
    http://www.mssqltips.com/sqlservertip/1202/export-data-from-sql-server-to-excel/
    Using other tool
    http://blog.sqlauthority.com/2013/11/20/sql-server-how-to-export-data-from-sql-server-to-excel-or-any-other-format/
    You can use PowerShell
    http://social.technet.microsoft.com/wiki/contents/articles/23242.powershell-export-sql-data-to-excel-with-powershell.aspx 
    --Prashanth

  • Another user modify table error on Service call

    Dear All,
    i am getting error while updating the service call.
    As this is SAP2007B PL 16 i have created a service call when i am updating this service call i am getting the error like-another user is modify table-service call .
    Kindly help me out.
    Regard,
    Divya Singh

    Dear Divya,
    In most cases, the error messages " Another user modified table XXX (XXXX) (ODBC -2039)." comes because after opening the form at your side, another user opened the same form and applied some changes. You can close the form, open it again, apply your changes and then update it to avoid this error message.
    But in some cases, even if you close all the clients and login again, the problem still exists. In that case, this error might be caused by Database Corruption which need DB fix.  If this is the case, Kindly log a message to SAP Support.
    Regards,
    Varun
    SAP Business One Forum Team

  • [OACT], Another user-modified table 'G/L Accounts' (ODBC-2039)

    Dear All,
    When AP dept user attempting to add outgoing payment, the error message ""[OACT], Another user-modified table 'G/L Accounts' (ODBC-2039)" appears, what could the causes of the problem be ? I have restarted server many times but still unsolved yet.
    TIA
    Rgds,

    Steve,
    One reason why this happens ("Another User Modifed table") is if the SQL database has been updated while the document is open. When trying to add the document, the information in the document will be inconsistent with the values in the database itself.
    It can also be because someone tried to Run one of the Restore Balances Procedure.
    Please contact SAP Support by logging a message at http://service.sap.com
    Suda

  • Another user-modified table 'Activities' (OCLG) (ODBC-2039) [Message 131-18

    Hello,
    Iu2019m having problems re-assigning some activities. When i make a slight alteration to an existing activity I added my note and reassigned the activity to another user to raise collection but it is coming up with the red message when I click on update which reads as follows:
    'Another user-modified table 'Activities' (OCLG) (ODBC-2039) [Message 131-18]'
    Could you please assist.
    Regards,
    Juan

    Gordon,
    I have tried disconnecting the AddOns to no avail. There are a few stored procedures but none that I can see attribute to the actitivity screen.
    I have tried this on a test company and there is no issue. I have ensured no one else is logged into SAP but the same message appears. Having investigated further it is now only happening for one activity in particular. Other 'Open' activities are fine. Newly created Activities can also be edited.
    Any other ideas?
    Regards,
    Juan

  • Another user-modified table  'Product Tree' (OITT)

    Hi
    I get the following message when I try to add an item to a certain BOM:
    - Another user-modified table  'Product Tree' (OITT) (ODBC -2039)  [Message 131-183]
    Do I have to log this problem with SAP or is there an 'easier' solution?
    Thanks
    Franz

    Hi Franz,
    It could be a possible Database correction issue. It would be better if the issue is opened to SAP Support for further help and investigation into the issue.
    Regards,
    Jitin

  • How to open, edit, and save XML

    I hav a problem in creating jsp file that can open, edit, and save xml!Anyone can help me?!!!

    Use a bean to do the job. pass the required params to the bean.

  • Modify the login page (login.jsp) of B2B scenario of the Internet Sales app

    All
    I wanted to modify the login page (login.jsp) of B2B scenario of the Internet Sales application
    By typing the URL "http://<servername>:50001/b2b/b2b/init.do." I could able to see the login page
    My requirement is to add an extra link in this page
    when I use showmodule=true it gives the location of jsp which is "user/logon/login.jsp"
    I could able to find this jsp in the DC "crm-isa-web-b2b"
    when I open the DC in package explorer i could able to locate this jsp in a jar file but not able to open/modify it
    Awaiting experts response
    Thanks
    Murali.K.N

    When I work on ours ISA4, I go to the file on the server
    \jsp\crm.b2b\servlet_jsp\b2b\root\b2b\login\login.jsp
    Now, I'd imagine there might be a much easier way to work with the files, but that's how I edited ours. 

  • Use of open interface tables in R12

    Hello,
    Can someone tell me the status of using open interface tables in release 12. Is this still a supported mechanism for importing data into the product, or must you use a PL/SQL/Java API, XML gateway etc?
    iREP for 11.5.10 lists these open interface tables, but they are missing from the embedded iREP in R12. However, looking in the database for the RA_CUSTOMERS_INTERFACE_ALL shows that the tables exists. Is it supported to still use open interface tables, or are they just there for legacy upgrade purposes? If it is supported, where is the documentation for these R12 open interface tables?
    I wish to integrate into various modules using Oracle Data Integrator and it seems to only have 'integration knowledge modules' to support open interface tables.
    i look forward to your response.
    Cheers,
    John

    Hi Helios,
    Thanks for your response. Two of the links do not work.
    All I really need to know for sure is that R12 supports open interface tables.
    Perhaps I didn't use the embedded R12 iRep correctly - the standard view by product family certainly didn't show any open interface table, and they did not appear in the 'interface type' drop down list. However, I notice from an example on the web that you can pivot the results by interface type. I will try that when the environment becomes available again.
    cheers,
    John

  • Open Interface Table for iExpense Template

    Where can I find the table name of the Open Interface for uploading master records of GL, AR, AP, FA? I can only find the name to upload journal entries and AR, AP Invoice. Can someone advise me where can I find the open interface tables list for master records?
    In particular, I would like to upload the Expense Item Template for Internet Expense of AP. I want to update the items by SQL Loader. (not the entries or transactions but master records of existing item code in the Expense template)
    Thank you very much.

    Hi;
    Please review:
    Oracle Trading Community Architecture User Guide
    Regard
    Helios

  • Reg : Open Interface Tables in Oracle Manufacturing Suite

    Hi Gurus,
    Can anybody help me providing link to get Oracle Open Interface Tables related to Manufacturing ( PO.INV,BOM,WIP,DRP/MRP ) Suire and their usage details ( i know Oracle Documentation has all these details in Open Interface documents ), i am looking for short white papers or brief notes on the Open Interface tables.
    Please help
    Regards

    Sure there is quite good documetation on Open interface tables for the Oracle Manfacturing suite.... You can explore matalink for getting the latest documentation. or you can browse http://oracletimes.blogspot.com which has the resource links for various documetation.
    Thanks
    Navin

Maybe you are looking for

  • FM to find the difference in the number of hours

    hi all, is there any function module to find out the difference between two time stamps on two different dates. say if an activity starts on 09/05/2007 at 11:23:24 and ends on 09/08/2008 at 14:24:26. it needs to find the number of hours between the t

  • How to download data from an internal table to a text

    Hi All, I want to download data  from an internal table to a text file. The fields should be pipe(|) separated. I have tried GUI_DOWNLOAD but it is not taking the field separator. The sample of the desired data that i require should be this way:- 134

  • Upgrading: From PC to Mac

    Hey folks. I am thinking of getting a Mac soon, and was curious about the best way to carry Flash over. I currently have Flash 8 for Windows, and was curious if there was any way to get it running for a Mac, besides just outright buying a new copy of

  • Are the JayBird Freedom Sprint Bluetooth Headphones good for the iPod air

    Are the JayBird Freedom Sprint Bluetooth Headphones good for the iPod air

  • Read environment variable

    Hi all, is there any standard way to read an environment variable (not a java system property) within the SAP J2EE Engine? There is no standard way to so in Java, at least not in Java 1.4. Thanks in advance, Matthias