Entering content frame

Syntax documentation extract_files_spec Locate the document in its SAP Library structure

Syntax Rules for Describing the Data Stream

Syntax

<extract_files_spec> ::= <data_outfile_spec> [<longfile_spec_mlt> ]
| <command_outfile_spec
> <data_outfile_spec> [<longfile_spec_mlt>]

data_outfile_spec

Definition of the data stream for application data

command_outfile_spec

Definition of the data stream for load commands to be generated (Command file)

longfile_spec_mlt

Target data stream for data from table fields defined as LONG values

Use

The first specification of this rule applies only to DATAEXTRACT commands that do not create command files (variant 1 of the DATEXTRACT command).

Example

DATAEXTRACT * FROM article
OUTFILE 'article.data'

The second specification only applies for DATAEXTRACT commands that enable a complete recovery of the table (variant 2 of the DATAEXTRACT command).

Example

DATAEXTRACT FOR DATALOAD TABLE article
  OUTFILE 'article.command'
  OUTFILE 'article.data’

 

Leaving content frame