How does xcelsius write data back to the database? Or directly write back to the R/3 system. There is no technical problem. Yesterday I studied the failure to test the XML file. There are three solutions:
1. Use an XML file
I can load the data through XML connection in xcelsius, but the Enable send function in it cannot be sent. I don't know why. So further test is required for this solution.
2. url button
In essence, JSP is still used. We can use the URL button control to transmit parameters on URL links, for exampleHttp: // localhost: 8080/test. jsp? A = 234The a variable in can be a variable, so that you can pass the parameter. then use the simple request in JSP. getparameter ("A") obtains the variable value. it is easy to do what you want to do later. If you want to write back the database, you can use Java. to write back r/3, call ABAP with JCPProgram.
3. Controls
Export on can export data to excel. After exporting the data to excel, you can read the information of the Excel file in that language. However, I have not tested this and do not know if there are any bugs.
In short, xcelsius is still very powerful, although there is always a fix pack, currently fp3.4 has been. finally to a powerful http://www.sdn.sap.com/irj/scn/weblogs? Blog =/pub/wlg/22161, Ray wrote a blog about the connection to various data sources of xcelsius. You can study it carefully.