abap-db-browser
abap-db-browser copied to clipboard
ABAP DB Browser (Tables, Views, CDS Views, Custom Queries, Joins, ...)
Results
3
abap-db-browser issues
Sort by
recently updated
recently updated
newest added
Row freezing does not work correctly if the selected row index is greater than the number of visible rows. ## Proposed solution See class `zcl_dbbr_output_grid` ```abap METHOD change_fixed_rows. IF if_from_selection...
When double-click or drag a tree field, Prefix the field name with the table name In the sql editor
5
can you Prefix the field name with the table name? just like this: SELECT MARC~MATNR, MARC~WERKS, MARA~MEINS FROM mara INNER JOIN marc on MARA~MATNR = MARC~MATNR thank you again !