|
Blogs
This is a small series about some useful tools making consultant's life a little easier dealing with Web AS ABAP. IntroductionWouldn't it be nice, if you can share database table content between different Web AS ABAP systems?
The SolutionTo download the data base tables into XML files use the following program:
To upload the tables again, here's the program:
How does it work?The programs are quite simple. They benefit from the ABAP feature that the WebAS kernel can serialize ABAP data to XML and backwoods to deserialize the data. (Command CALL TRANSFORMATION, it is called Simple Transformation because it does not support XSLT in this mode, but this is fine for this program) WarningThe tool should only be used by professionals. Uploading DB table data may cause inconsistent business objects. So please only use the feature when you know what you are doing. ConclusionI have collected my tools during the last few years and I would like to share it with you now. Many bits and pieces are based on the work of others and some concepts have already been blogged in SDN. Feel free to add similar blogs to keep a cross-reference. Stephan Heinberg is a Solution Consultant and Project Manager for Product Lifecycle Management and an enthusiastic fan of ABAP. Add to: del.icio.us | Digg | Reddit
| |||||||||||||||||||||