The Loader executes commands and SQL statements that can be processed in the background or embedded in programming languages.
The way in which the Loader Server is called varies depending on which Loader Client you are using.
· Call with the Loader CLI (LOADERCLI)
· Perl Manual, SAP::DBTech::loader Module
· Python Manual, sapdb.loader Module
· Call with the Java Interface of the Loader
Note the following general syntax rules when you call the Loader.
A distinction is not made between upper and lower-case characters. The Loader converts all names to upper-case characters internally, unless you place character strings in double quotation marks.
Both the keywords of the Loader and the SQL keywords can be used to denote database objects if they are placed in single or double quotation marks.
This documentation contains only a short summary of the functions of the script languages that can be used in the Loader. For more information, see the vendor documentation for Perl, Python, or Java.