You can use the Replication Manager for SAP DB databases with Version 7.2 and above.
The Replication Manager is a tool designed to allow developers and database administrators to load data from external files into SAP DB databases and to unload data from SAP DB databases into external files.
The Replication Manager is purely a batch tool. It can process individual statements or a sequence of statements, but is also offered as an extension for script languages Perl and Python. The batch file is a command file that contains the statements and commands that are to be executed. This command file also specifies the external data files.
The Replication Manager can process a great many input and output formats and allows users to load data into the database, or unload data out of a database. The data to be loaded can also be filtered, meaning it can be selected on the basis certain values.
As well as being able to process special load and unload commands, the Replication Manager can execute all SQL statements. This means that you can create command files that contain SQL statements and DATALOAD commands. The DDL functions of the SQL statements are particularly important for the load commands.
When it processes the commands, the Replication Manager generates a log file in which processing information is stored. If load or unload commands reject data records because of errors, these records are also entered in the log file.