1
Answer

Insufficient memory

Photo of Ramco Ramco

Ramco Ramco

1d
35
1

Hi

  When i write below code using Stuff i get error

1). [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;4 cannot allocate enough memory: "NEW_LIVE"."tmp_qry_sp_916184f1-16f7-4b77-9143-9e5e1b660a1f": line 8 col 2 (at pos 397): please check traces for further information

WHEN T1."TransType" = '1470000049' THEN  (SELECT STRING_AGG("Location", ', ') 
   FROM (SELECT DISTINCT A0."Location" FROM OITM A0  WHERE A0."ItemCode" IN 
        (SELECT "ItemCode" FROM ACQ1 WHERE "DocEntry" = T1."CreatedBy"))
  )

Thanks

Answers (1)