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

Syntax

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

Use

This is a syntax rule for describing columns.

Use this 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