
Normally, database tables have unique keys to identify single rows uniquely.
If you want to display data records that have no database key in the ABAP Dictionary, a unique key for each row of the data record can be defined. A unique key is required for selecting rows.
| Interface | Method |
|---|---|
| IF_SALV_GUI_FIELD_CATALOG_IDA | set_unique_row_key |