Issue is resolved.
We have set the below property to restrict the number of pages, this can avoid time out issues and exception.
Hi.
Are Pages created dynamically? Are they only a copy of each others?
There's a limit for pages in ADS. You should use :
Call function FP_JOB_OPEN
Loop
Call generated function module
End loop
Call FP_JOB_CLOSE
Or there's the javascript solution, but I don't know your requests.
Hope to help
Bye
Add comment