Entering content frameSyntax documentation set_column_spec Locate the document in its SAP Library structure

Syntax

<set_column_spec> ::= SET <load_column_spec>

Use

This is a syntax rule for describing columns.

Use it in a DATAUPDATE command to define the columns of the target table that you want to update.

Example

DATAUPDATE TABLE customer
KEY cno 01-04
SET place 05-16
INFILE 'customer.data' FORMATTED

Leaving content frame