‎2005 Sep 29 7:21 AM
Hi,
Has anyone encountered this error:
Search help: Internal error: DestroyTab 2
All I m doing is attach standard search help H_T300 (warehouse number) to a screen field. Pressing F4 on the field produces this error and the values displayed in the search help are much less than the values displayed when the search help is tested from SE11.
ne hints to what the problem could be?
rgds,
PJ
‎2005 Sep 29 7:25 AM
how you have defined this variable for which F4 is attached. I would suggest define it as
data field LIKE dbtable-field.
this way F4 will be auto attached with this field
regards
‎2005 Sep 29 7:29 AM
oops...sorry about the values...the values are same as what i see in se11 (i checked in a diff. client earlier)..
SSB, this is a screen field and i have not used dictionary reference for it. the field name is I_LGNUM.
when i named it as T300-LGNUM it did not attach any search help to it...
using T320-LGNUM i m able to attach a srch help ...no issues....
but i want to know why this error when i name it on my own.
rgds,
PJ
‎2005 Sep 29 8:04 AM
‎2005 Sep 29 10:09 AM
well i checked out in OSS, the problem was that the hit list generated was too small..and by the time the system finished generating the hit list, there was no dialog that was active...that caused the error i mentioned....
i checked out in another client where there were lot more values....no problems there...
rgds,
PJ