Entering content frame

Background documentation Calling the Loader Locate the document in its SAP Library structure

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.

Options for Calling the Loader

·        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

Syntax Rules

Note the following general syntax rules when you call the Loader.

Upper and Lower-Case Characters

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.

Keywords

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.

Note

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.

 

Leaving content frame