oisee / zvdb

ABAP Vector Search Library
MIT License
26 stars 4 forks source link

replace use of `string_t` with `string_table` #3

Closed larshp closed 11 months ago

larshp commented 11 months ago

https://abaplint.app/stats/oisee/zvdb/void_types

string_t does not exist in dev edition 1909

string_table is released plus exists on 702 and up, https://abapedia.org/steampunk-2305-api/string_table.ttyp.html

image