SAP::DBTech::dbm is a Perl module for SAP MaxDB. You can use this module in Perl scripts to create new databases and manage existing databases using DBM commands. Unlike executing these commands with the Database Manager CLI program, you can handle errors and generate the DBM commands dynamically at runtime.
Syntax
use SAP::DBTech::dbm;
Examples for the SAP::DBTech::dbm Module
Error Handling for the SAP::DBTech::dbm Module
Database Manager CLI, Overview of All DBM Commands