Entering content frameFunction documentation Keywords and Alternative 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
  foa         01-08 CHAR
  des         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 Replication Manager uses the keywords listed below. In some cases, you can also use the specified alternatives to the keywords.

Keywords, Starting with A - C

Keywords, Starting with D - E

Keywords, Starting with F - K

Keywords, Starting with L - P

Keywords, Starting with R - S

Keywords, Starting with T - Z

Leaving content frame