-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I don't like appearing to be the lazy guy asking silly questions. But here I am. I did have fun exploring the tests, fast tracking that exploration is why I'm here again.
Was hoping to find how to limit rows selected in the tests. Experiencing a 'no more memory' error.
acp <- RSAPConnect("some_config_details.yml")
df<- RSAPReadTable(acp, "some_table", fields = list("col1", "col2", "col3"))
Error: Problem Invoking RFC (RFC_READ_TABLE): 3 / TSV_TNEW_PAGE_ALLOC_FAILED / No more memory available to add rows to an internal table.
does the error message mean too many rows selected?
I can use options to filter some columns by value to limit the number of rows in some tables, limiting rows selected to enable data exploration will help a lot. filtering without a data sample is hard.
[exploring the tests left me realising I am flying blind here. Much as I dislike spoon feeding, I'm lost without a map. I know this is SAP, which is an infinite universe. I need a small sandpit. :) ]