ABAPDATA_KEYDEF - DATA KEYDEF
BAL Application Log Documentation BAL_S_LOG - Application Log: Log header dataThis documentation is copyright by SAP AG.
DATA - tabkeys
Syntax
... [ WITH key ]
[ WITH secondary_key1 ] [ WITHsecondary_key2 ] ... .
Effect
Definition of the table keys in an internal table. The following definitions can be made:
- A primarytable key with key
Every internal table has a primary key. The primary key must be defined explicitly forsorted tables andhashed tables. The primary key specification can only be omitted forstandard tables. The primary table key is then automatically defined as a non-uniquestandard key. - Several secondary table keys with secondary_key1,secondary_key2, ....
The specification of secondary keys is optional for all table types. If a secondary key is not specified, the internal table has only one primary key.
BAL_S_LOG - Application Log: Log header data PERFORM Short Reference
This documentation is copyright by SAP AG.
Length: 2453 Date: 20120522 Time: 043809 triton ( 83 ms )






