Entering content frame

Syntax documentation part_spec Locate the document in its SAP Library structure

Syntax Rules for Describing the Data Stream

Syntax

<part_spec> ::= TABLE <table_name > | USER | ALL

TABLE

A single table is unloaded to a data stream or loaded from a data stream.
Prerequisite: The user must be the owner of this table

USER

The tables of the user currently logged on to the SAP DB Loader are unloaded to one or more data streams or the tables unloaded with the corresponding commands are restored from these data streams. The user who restores the tables does not need to be the user who unloaded them.

If you are loading tables that were unloaded by the user user1, the tables can be reloaded by user2.

ALL

All tables of the database catalog are unloaded to one or more data streams or are loaded from these data streams.
Prerequisite: The user must be the SYSDBA user.

Use

This syntax rule is used in the following commands: TABLEEXTRACT, TABLELOAD, CATALOGEXTRACT, or CATALOGLOAD command.

You specify whether an individual table, the tables of the user logged on, or all tables of the database catalog are loaded or unloaded.

 

Leaving content frame