Update web form databound to business object

We are currently attempting to migrate from sun forte/uds to another language
our database is oracle 10g
and I have been tasked with researching asp .net to see if it is a viable solution.
sorry if this is a dumb question but I am a bit new to the whole web thing I am used to thick client
anyway I created business objects based on the underlying database tables
so I have a vb class called lets say department that corresponds to the department table
class department
_private dept_id integer
_private dept_name
etcetera then on the web form I have a find button
which makes a call to the database and populates the business object department from using its primary key ... from department where deptarment_id = :department_id
then I databind all the controls on the web form to the department object.
I was wondering how do I handle updates
that is how do I know if a user has changed the value of one of the fields?
is there a some kind of property on the databound control?
something like
if TextBoxDepartmentId.DataBound.valueHasChanged then
end if;
Edited by: pollywog on Dec 22, 2010 8:08 PM
Edited by: pollywog on Dec 22, 2010 8:12 PM

let me clear things,
you want to present data from Webi report in Xcelsius Dashboard?
or you want to call a Webi report to run from the Xcelsius Dashboard?
for the first case,
you have a good way to present the data from the Webi Reports into the Xcelsius Dashboard using Live office connector.
.install the life office connector.
.open a new Excel sheet
.import your Webi Report into that Excel sheet and save it.
.open your Xceslsius.
.import that Excel sheet into the Xcelsius.
.in the menu "Data->Connection Manager",, click "Add->Existing connections->Live Office Connector"
this is the perfect way to present data from a webi into Xcelsius.
for the second case.
to call a webi Report to be run from Xcelsius Dashboard
all you want to do is to call the url , from the OpenDocument Api
check this link please
http://resources.businessobjects.com/support/communitycs/TechnicalPapers/boe_xi_opendocument.pdf
good luck
Amr

Similar Messages

  • SAP Cloud Application Studio Create Custom Web Service From Custom Business Object and Consume in External System

    Hi Experts,
    I have requirement to create custom business object and create Web Service for that and use in external system (SAP ECC / SAP CRM / Third Party).
    1) Is it possible to create custom object web service and used in external system ?
    2) When we create the Web service from custom business object what the necessary steps(action : Create , Read , Update) require?
    3) Sample Scenario :
    My Custom Business Object
    businessobject Custom_Integration {
      element EP_VAL1 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element EP_VAL2 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element IP_RES : LANGUAGEINDEPENDENT_MEDIUM_Text;
    I have created the Web Service using this custom business object.
    3) How i can use this web service in external system? what are the prerequisite steps in external system to consume this service in it?
    Please anyone have idea about this how to do this and how to achieve this using SDK and custom business object.
    Many Thanks
    Mithun

    Hello Mithun,
    Does this section in the documentation help you:
    SAP Cloud Applications Studio Help -> Developers Desktop -> Web Services
    The entry "Task -> Create a Web Service" describes how to create a Web Service on your own BO
    The entry "Task -> Test a Web Service" helps you how you can use it in a foreign tool / application.
    HTH,
       Horst

  • Can we create a Web Service from a Business Object??

    Hello All,
    Has anyone created a Web Service using a Business Object?
    When I am trying to create a Web Service in TM box, I can see that couple of options like Business Objects, Process Agents are disabled and rest like Consumer Group, Service Provider are enabled. Any idea why this is happening. Is this related to some configuration setting.
    Regards,
    Abhishek

    please elaborate in which environment or case you are creating Web Service from Business Object.As per my understanding we generally create web service through Wizard.
    Thanks
    Snehasish

  • Create a web service according to business object 'BUS2012'

    Hi,
    I want to create a web service according to business object 'BUS2012'.But I can't finish it using wizard.System always tell me 'Time limit exceeded.'Who can give me any idea?
    Thanks & Regards
    Kelvin

    Hi ,
    check this article in the site :****************
    Regards,
    Suryanarayana

  • Insert or Update data in SAP with Business Objects?

    Hi all,
    I am new to Business Objects world with my little expertise in Crystal Reports and Xclesius.
    Could you please clarify me that is there any solution or technology or Product of Business Objects which not only make impressive dashboards and analyze the data but also can communicate with back end SAP R/3 to save or update data.
    We are actually analyzing our Client requirements in which there is a need of Dashboards as well as some custom configurations that needs to be saved somewhere in the SAP system in order to make decisions in future.
    Our back end system is SAP BW. One possibility is to use Adobe Flex as a base architecture with BSP and BW but we are more concerned with what BOBJ provides.
    Looking forward for your suggestions.
    Kind Regards
    Umer Farooq

    GR81 wrote:
    I would like to know how I can insert or update data in a Google Spreadsheet from an Oracle Database please?
    Thanks,you can't since Oracle knows nothing about spreadsheets; Google or otherwise.

  • How to attach a WebDynpro Adobe form to backend Business Object?

    Hello,
    I would like to know if anyone has created an Interactive Adobe Form, and then after the user has filled it out (online, via WebDynpro view), attach the pdf form to an SAP Document, for example, Order, Purchase Order or Contract?
    I know how to create the WebDynpro Interactive Form, and I then have the pdf object in context attribute of WebDynpro.  But am not sure how to do the next step of taking that pdf and attaching it to the SAP Document.
    Any suggestions or code samples would be greatly appreciated.
    Thanks,
    Colleen

    The interactiveForm UI element has one action called onSubmit.  This action is triggered when any server event occurs within the Adobe Form itself.  So if you place a submitButton from the Web Dynpro Native (assuming you are using ZCI forms) within the form, it will automatically trigger the onSubmit action and WD event handler.
    Here is a video that shows the process -  although it is a little bit older and uses ACFx forms.  You would want to use the new ZCI form approach. The general process for linking the events is the same however.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78cd059b3

  • How to deploy business objects web services on tomcat

    Hi everyone can anyone tell how i need to deploy business objects web services on tomcat, i installed business objects on unix server.what r the steps i need to follow in order to deploy web services on business objects. this web services must be called by a java program externally, that the reason i am deploying web services.
    i downloaded business objects web services portal sample zip file. the wssdkj2eeportal directory is created with ant_scripts,src, dsws.config and wsportalassemblyscripts.bat.
    i am trying to configure the dsws.config, by modifying it to
    <configuration version="1.0">
       <WebService Name="BusinessObjects Enterprise XI 3.1 sp3" Icon="image/java.gif">
          XI 3.1 Web Services
          <Connection URL="http://169.111.33.61:8080/dswsbobje/services/session" Proxy="0" Timeout="120000" />
       </WebService>
       <Proxy Name="Outside" URL="http://http-cache.mycompany.com:3667" />
    </configuration>
    what i need to do in order to deploy
    i am using bo xi 3.1 sp3

    Hi,
    You deploy all the web applications provided by BOE with the use of Wdeploy tool installed with BOE installation, for details please reffer the following document
    [BusinessObjects Enterprise XI 3.1 Web Application Deployment Guide for UNIX*|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000715844%26_SCENARIO=01100035870000000202]
    Regards,
    Ramu.
    Edited by: Gowda Timma Ramu on Nov 9, 2010 8:39 PM

  • Web Service created out of Business Object

    Hello All,
    Has anyone created a Web Service using a Business Object?
    When I am trying to create a Web Service, I can see the couple of options like Business Objects, Process Agents are disabled and rest like Consumer Group, Service Provider are enabled. Any idea why this is happening.
    Regards,
    Abhishek

    Hi Ansh,
    Thanks for your quick revert and suggestions, and sorry for the delay on my part to get back to you.
    Trouble with hosting the packaged app WS on local machine was that the packaged app is a big memory hog and would have been impossibe to host that along with my oracle db, jdeve, wls, mobile lite server etc on my 4 GB RAM thing.
    But what we did yesterday was to host the oracle demo web service (as mentioned in step 1 of part 4 of the tutorial of this mobile adf FOD demo) on another machine in the network, and we were successfully able to invoke it via the mobile adf client built and deployed on a BB simulator on my machine....so that definitely tells me that network and my packaged app WS being on another machine is not the problem.
    So now, the only reason, which is what i was guessing all along but confirmed for sure now, is that my action listener is not working or is unable to trigger the web service call at all.
    This explains why there is no movement on the MDS-CS window.
    And so as per your explanation, if I use a applicationscop variable in the "to" argument of my action listener, and I provide the same value in the binding property in # 19 of step 2 of part 4 of that tutorial right?
    One more query I had was that the single input argument of my WS is a varchar, similar to the dept id integer "arg0" of the demo pojo web service given by oracle in the tutorial, but while in this # 19 screenshot of the tutorial it shows the data type as integer, in my case it comes as java.lang.object.....is there something wrong in the way my WS input definition is created etc? Can that be preventing the WS from getting invoked?
    Appreciate all your help on this please!
    Regards,
    Hemant

  • Code for Custom Business Object and Adding/Updating Data

    Hi,
    I would like to update/insert data thru Custom Business Object to sql Server.Pls let me know is it possible in MSA.If yes I would appreciate if you can share the code/Process in this forum.
    Thanks and Regds
    Harish

    Harish
    Depending on what data you update you need to do the following:
    If updating SAP tables or customer tables which are an extension of a SAP object like business partner, material, activity or similar:
    1. Create the extension of the data object via the easy enhancement workbench (EEWB). This will also create mapping functionality from MSA to CRM Server and extend the BDocs.
    2. Go to the BDoc modeler. Find the sBDoc for data exchange (type Write BDoc), that contains your object and check whether the new segment is there.
    3. In the Mobile Application Studio (MAS) you can now create a custom business object related to the standard sBDoc mentioned in 2 which is mapped to the new segment. This way the data exchange happens together with the main object
    4. Drag & drop the fields of the new BO to a new tile, and link that tile to the existing main object in the UI via the appropriate relation.
    If you would create a new business object / BDoc for a set of attributes belonging to a main object and not use an extension of the existing BDoc then the data would get its own flow and when replicating it would not come together with the main data. This can lead to data inconsistencies and in surplus effort administrating this data.
    If you have your own objects not related to a SAP object, you can do it the following way:
    1. Create your own table(s)
    2. Create a Write sBDoc on the table(s)
    3. Create BO's on each BDoc segment / table
    4. (as above)
    Hope this helps,
    Kai

  • Create a Web service by business object 'BUS2012'

    Hi,
    I want to create a web service according to business object 'BUS2012'.But I can't finish it using wizard.System always tell me 'Time limit exceeded.'Who can give me any idea?
    Thanks
    Kelvin

    Hi ,
    check this article in the site :****************
    Regards,
    Suryanarayana

  • Merge modules for Business Objects XI service pack 4

    I am in the process of developing a deployment package in Installshield 2009 - Basic MSI Project.  I tried adding the merge modules I downloaded earlier from the web page, http://support.businessobjects.com/downloads/runtime.asp
    Currently I do not see this web page.  It would be nice if you could tell me whether do we have a merge module for Crystal Reports XI service pack 4.  If we have where from i can download them.  Thank you

    Thanks a lot for the immediate response.  However, I am not using the crystal reports Version, R2 release.
    I had actually installed Business Object XI and applied service pack 4 on it.  I checked the version in Help->About. It is 11.0.0.  
    Also my environment is XP Sp2, Visual studio 2003 and Visual studio 6.0.  I understand that R2 release is needed if the environment is Visual Studio 2005.
    I would like to give a clear picture of the issue I work through.    
    After deploying the software in the client machine, I came to know that  when client tried to print the embedded crystal report (.dsr file) from CrViewer, 
    1. Page set-up dialog bog gets displayed.
    2. After clicking 'OK' button in the page set-up dialog box, nothing happens.  It is suppose to bring print dialog.
    I simulated this in my development machine (confirmed that Print dialog is is not getting displayed when 'OK' button is clicked from 'Page setup' dialog)
    I researched and found out from some web page that if Business Objects XI is updated to Service pack 4, this issue gets resolved
    So i applied service pack 4 in my dev. machine and tested the functionality by clicking 'OK' button.  This issue is no more.
    Next logical step is to propagate the sp4 changes to the installer.  I searched for the merge modules corresponding to Business Objects XI - service pack 4.  I could not locate it now.
    I searched my backup folder,  I located some previously downloaded merge modules downloaded from  the web page, http://support.businessobjects.com/downloads/runtime.asp
    I tried to include these merge modules and received an error message "Internal build error" .  My research revealed that inclusion of the merge module,  CrystalReports11_RDC_Reportengine.msm  (43,306 Kb, 7/4/2007) throws "Internal build error"  during compilation of MSI project in Installshield 2009.
    Any idea, tips and help to resolve the issue would be appreciated.  Thank you.

  • I can't get the file attachment in a web form to work

    I have a web form made in Business Catalyst that I'm having some problems with. I have added a file attachment option, but I can't get this to work properly.
    When a user chooses a file and sends the form, the message that is being sent includes the name of the file that was attached, but not the file itself! What am I doing wrong?
    This is the web form (in Norwegian, but you get the idea of where the file upload is) In this form, the file "produktark_plusstjenester.pdf" has been attached.
    The e-mail that is being sent now looks like this (I have removed the private information). But as you can see, it mentions the file produktark_plusstjenester.pdf (94,45 kb), but it is not attached in the e-mail itself.
    Hope someone can clarify this for me

    File on web forms is attached to the case. Go to the case in the admin and you can retrieve the file.

  • SAP Business Objects 4.0

    Dear All,
    How to connect the Bex query through WebI Rich Client in Business Objects 4.0 if i need to do any thing in universe,if any one explain step by step its great.
    Regards
    Lingaiah

    Hello  Lingaiah,
    These can help then :
    http://scn.sap.com/community/bi-platform/businessobjects-bi-for-sap/blog/2012/04/19/creating-a-universe-using-cube-in-40
    http://scn.sap.com/docs/DOC-22040
    and this document is very detailed
    http://scn.sap.com/community/businessobjects-web-intelligence/blog/2012/07/19/bics-vs-bapi-vs-df-relational-connection
    Cheers,
    Fadoua

  • Business Objects Design Studio

    I am working on a report on Business Objects Design Studio,
    Please help me out with the below two issues,
    1. I want to display user name after Welcome message. The user name should be of the person who is logged into the SAP warehouse currently.
    2. The corresponding user should only view those option, reports that he has access to.
    Please suggest me the approach to work on this scenario

    Thanks Tammy for the reply. I have posted the same question in my second post, that's why I used the same thread.
    What I am trying to do is,
    I am trying to figure out a web item equivalent to role menu (of Web Application Designer) in Business Objects Design Studio.
    Currently we are using BW 3.5 role menu to display BW 7.0 web template links. As SAP will no longer support role menu web item, I have to find a similar alternative, I am trying to look for a similar authorization (role menu) in Design Studio. All this is required so that if one user has access to only 3 reports then he should get only 3 reports displayed in the index page for all reports i.e main page for accessing all reports.
    Also, i would greatly appreciate if you could please provide some more inputs on Design Studio Backend authorizations .

  • InDate function with WEEK (Business Objects XI 3.1)

    Hi,
    I need some help about InDate function in Web Intelligence Java Panel (Business Objects XI 3.1).
    How can I convert a year and a week in a date, let's day the first date of the week?
    InDate("201052";"YYYYWW") doesn't work...Is it possibile to pass a year and a week as input parameters to this function?
    Many thanks in advance

    Oh, ok, that would be "ToDate()". I don't think it would work the way you are trying it. You may be able to plug in a date using an If statement with the Year() and the Week() functions, like:
    If Substring([YYYYWWobject],1,4) = Year([a date object] and Substring([YYYYWWobject],5,2) = Week([same date object]) then [date object]
    or something similar

Maybe you are looking for

  • Itunes won't connect to internet or update, NO ERROR MESSAGE!

    So when I plug in my iPod touch 5th gen and go to store, it doesn't do anything! It just says "Accessing iTunes store..." and that's it. When I try to update or back up my iPod it says the update server is unavailable try again later and the back up

  • On some pages,the things are shriking or are coming up really big do you know how to get them back to the normal size?

    on some pages,the things are shrikingg and becoming big,i just want them back to the normal size,i dont know how do that,could anyone help? thank you...

  • IMovie 9 crashes everytime i preview video

    hi, im facing a problem with my IMovie 9. it crashes whenever i preiview the video . here is the Problem Report for IMovie: Process:         iMovie [213] Path:            /Applications/iMovie.app/Contents/MacOS/iMovie Identifier:      com.apple.iMovi

  • Iweb domain name

    Hi, When publishing a site with iWeb, I always get very long domain names like www.ostendbeach.be/OSTENDBEACH/index.html in my browser. Can I choose to only see www.ostendbeach.be with no other referrals to sub-folders in my browser ? Thanx, Jan

  • Siebel Loyalty Dial-up Connection mode

    Hi All, I would like to know some connectivity modes with siebel Loyalty If the connectivity mode is Dial-up mode howmuch band width is required and howmuch speed is required Please anybody having an idea or any document or any link for above subject