‎2008 Jul 29 3:28 PM
Hi,
I have defined search help with exit. After selecting the record I get the following error: "Search help: Internal error: conversion 0" (Message no. T/001) and the program is hanged. Could anybody help me with this?
Thank you in advance,
Anna
‎2008 Jul 29 3:30 PM
In the exit FUnction
IN DISPLAY STEP or other step what you did is causing the error.
Are you Using the offset and getting the data ?
Show the code of exit
‎2008 Jul 29 3:36 PM
‎2008 Jul 29 3:38 PM
Thank you for feedback.
I do some selections and so on..(this works perfectly) and at the end I return value:
record_tab-string = v_shlpval.
APPEND record_tab.
the value of v_shlpval I can see debugging that this is what I want to have. My code I included in callcontrol-step = 'DISP'.
Regards,
Anna
‎2008 Jul 29 3:39 PM
I found also SAP notes..but then it means upgrading SAP packages, right?
Is there any other way to correct it?
‎2008 Jul 29 4:06 PM
Thank to everybody, finally it works! I had to put the code inside 'SELECT' and after my process set callcontrol-step = 'RETURN'.