Hi,
I am trying to update entries in a DB Table.
There about 1000 entries at once, but whenever I am trying to do that it gives me error:
SAPSQL_WA_TOO_SMALL
Work area too small for ABAP/4 Open SQL work area operation.
The table to be updated has about 2 million recs.
I am using the FM: RSAR_ODS_API_PUT to update this table. This is a BW FM.
Any tips to get around this error.
Thanks,
CD