Entering content frame

Syntax documentation column_names Locate the document in its SAP Library structure

Syntax Rules for Column Descriptions

Syntax

<column_names> ::= <valCOLUMN_NAME> | <valCOLUMN_NAME>,<column_names>

valCOLUMN_NAME

Column name

Use

Use this syntax rule in a DATEXTRACT command with order_clause (see variant 2 of the DATAEXTRACT command) to specify the sort order of the columns that you want to unload.

Example

DATAEXTRACT FOR DATALOAD TABLE article ORDER BY delivery date, price
OUTFILE 'article.command'
OUTFILE 'article.data’

Leaving content frame