Entering content frame

Function documentation Keywords Locate the document in its SAP Library structure

Keywords are components of commands. They define the function of the command, which is modified by arguments and options.

Example

DATALOAD TABLE article
  ano         01-08 CHAR
  descr       09-39 CHAR
  stock     40-43 INTEGER
  min_order   44-45 INTEGER
  ordered     46-49 INTEGER
  del_date  50-57 CHAR
  price       58-65 DECIMAL (2)
  weight      66-69 REAL
INFILE 'customer.data' FORMATTED

The SAP DB Loader uses the keywords listed below. In some cases, you can also use the specified alternatives to the keywords.

Keywords A - C

Keywords D - E

Keywords F - K

Keywords L - P

Keywords R - S

Keywords T - Z

Leaving content frame