‎2007 Sep 26 10:13 AM
Hi ,
I got a runtime error which is described as follow:
<i>"During "F4" processing, the program tried to send a " " message.
This is not allowed at this point in processing.
The program had to be terminated."</i>
It's when I open the search help window , enter the search entry,that the error occurs.
Any one met the same situation once ever? Or may provide a clue? Thanks in advance .
‎2007 Sep 27 3:04 AM
‎2007 Sep 27 1:57 AM
Hi, sensen.
I'm also want to learn 'F4 search help'.Can you give us your code or the function module you used and your input values?
Regards.
‎2007 Sep 27 3:04 AM
‎2007 Sep 27 3:46 AM
problem solved .
F4 search help : the syntax is like :
<i>AT SELECTION-SCREEN ON VALUE-REQUEST FOR <filed name>.</i>
and the rest of the coding work I did it myself.
But the problem did not lay in there, there is a message class in my program, and I forgot to clear it before using it again.