data: Preview data
Design-time data preview against DDIC tables, CDS views, and freestyle ABAP SQL.
Related guides: ddic-cds.
3 commands.
abapctl data query
READ IDEMPPreview data from a DDIC table or view
| Option | Required | Description |
|---|---|---|
table (positional) | yes | table (object/name argument) |
--connection | no | connection profile name |
--rows | no | max rows to return |
--where | no | SQL WHERE clause filter |
abapctl data query T000
abapctl data cds
READ IDEMPPreview data from a CDS view
| Option | Required | Description |
|---|---|---|
view (positional) | yes | view (object/name argument) |
--connection | no | connection profile name |
--rows | no | max rows to return |
abapctl data cds I_CURRENCY
abapctl data sql
READ IDEMPRun freestyle ABAP SQL
| Option | Required | Description |
|---|---|---|
--connection | no | connection profile name |
--query | no | SQL statement to execute |
--source | no | file containing SQL statement |
--rows | no | max rows to return |
abapctl data sql --source ./ZCL_FOO.clas.abap