Entering content frame

Syntax documentation simple_column_spec Locate the document in its SAP Library structure

Syntax Rules for Column Descriptions

Syntax

<simple_column_spec> ::= <column_descriptor> | <column_assignment>

Use

Use this syntax rule in a DATAUPDATE command to assign the data fields of the qualification columns in the data stream to the columns of the target table and to specify the external data types.

Example

DATAUPDATE TABLE article
ano 01-08 CHAR
descr 09-39 CHAR
SET min_ord 40-41 INTEGER
SET del_date 42-49 CHAR

INFILE 'article.data' FORMATTED

Leaving content frame