Background documentationSAP::DBTech::dbm Module Locate this document in the navigation structure

 

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 Syntax

  1. use SAP::DBTech::dbm;
End of the code.
Content of the Module

DBM Class (dbm Module)