‎2014 Jan 31 1:45 PM
Hello!
There is a limit in 36 abap blocks in ECATT. After reaching this limit it implicitly executing "rescon" command which erases all abap blocks shared memory and Im loosing my created abap objects (references). Even if Im using option "target system = NONE", Im facing with this problem.
I tried to use "Abap objects" pattens to create my objects, but they are erased too (suppose it is the same inline abap).
Is there any way to save references after recon in ECATT?
Regards,
Sergey.
‎2014 Feb 06 10:21 AM
Hello,
To the best of my knowledge there is no limit, however would like to understand are you using all the 36 abap blocks in a single ecatt script ? if so try to modularize your script.
Also you can store the connection id's into a variable which you can pass to different script so as to execute your scripts in a single session.
Thanks,
Aj
‎2014 Feb 12 7:00 AM
Hello.
My single script consists of several (quite lot actually) subscripts, which called by REF command.
The script is executed locally. And yes, Im using more than 36 abap subpools, but they are spread around subscripts.
‎2014 Feb 13 6:22 AM
Hello,
As mentioned in your other post i am assuming your issue is resolved post upgrade of SAPGUI from 7.2 to 7.3 , please let me know if not to further analyze the issue.
Thanks,
Aj
‎2014 Feb 13 6:29 AM
Well, this is a strange advice. I don't think that upgrading a frontend application would lead to increasing limit of abap subpools or somehow.
‎2014 Feb 13 6:40 AM
Ok, i mistoke it for your other issue Random screen refresh during ECATT replay which you mentioned was resolved due to GUI upgrade.
Coming back to this issue, execute your script by including break points to reach that REF where your script fails.
Appreciate if you could include screen shot or details of the error message in your log, little more details will help to identify the root cause.
‎2014 Feb 13 6:49 AM
Previous problem was with 'sapgui' command in different script.
References become initial after reaching 36th abap subpool, as I mentioned before. Error message is about that.
What details can I include more?