The generated SQL statement becomes too big:
What's the use of S_KUNNR with all these single values anyway, you could do a SELECT ... FOR ALL ENTRIES using the list in ITAB-KUNNR, which should solve the problem.
Or tell us more about the context, maybe you can even replace the FAE by some elegant SELECT ... JOIN statement.
So where does the long list of single customer numbers originate?
Thomas